Commit b91db75d by chenjinjing

no message

parent 16900a06
...@@ -274,7 +274,7 @@ export const TablesConfig = [ ...@@ -274,7 +274,7 @@ export const TablesConfig = [
}, },
bId: {type:Sequelize.INTEGER, allowNull:false}, //支部表id 外键 bId: {type:Sequelize.INTEGER, allowNull:false}, //支部表id 外键
primaryIndicators: {type:Sequelize.INTEGER, allowNull:false}, //一级指标 枚举 primaryIndicators: {type:Sequelize.INTEGER, allowNull:false}, //一级指标 枚举
secondaryIndicators: {type:Sequelize.INTEGER, allowNull:false}, //二级指标 枚举 secondaryIndicators: {type:Sequelize.STRING(100), allowNull:false}, //二级指标 枚举
thirdLevelScore: {type:Sequelize.INTEGER, allowNull:false, defaultValue:0}, //三级指标分值 thirdLevelScore: {type:Sequelize.INTEGER, allowNull:false, defaultValue:0}, //三级指标分值
thirdLevelContent: {type:Sequelize.STRING(500), allowNull:false, defaultValue:''}, //三级指标内容 thirdLevelContent: {type:Sequelize.STRING(500), allowNull:false, defaultValue:''}, //三级指标内容
currentScore: {type:Sequelize.INTEGER, allowNull:false, defaultValue:0}, //当前得分 currentScore: {type:Sequelize.INTEGER, allowNull:false, defaultValue:0}, //当前得分
......
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