Commit a38a9f7b by lixinming

no message

parent 3ea3480b
...@@ -286,6 +286,7 @@ export const TablesConfig = [ ...@@ -286,6 +286,7 @@ export const TablesConfig = [
completionProgress: {type:Sequelize.INTEGER, allowNull:false}, //完成进度 completionProgress: {type:Sequelize.INTEGER, allowNull:false}, //完成进度
weight: {type:Sequelize.INTEGER, allowNull:false}, //权重 weight: {type:Sequelize.INTEGER, allowNull:false}, //权重
dataYear: {type:Sequelize.INTEGER, allowNull:false}, //数据年份 dataYear: {type:Sequelize.INTEGER, allowNull:false}, //数据年份
lock:{type:Sequelize.BOOLEAN, allowNull:false, defaultValue:false},//锁,上了之后不可编辑内容
}, },
association: [] association: []
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment