Commit 8dfacc57 by lixinming

no message

parent c052200d
......@@ -239,7 +239,8 @@ export const TablesConfig = [
pmId: {type:Sequelize.STRING(100), allowNull:false}, //党员id 外键
mlId: {type:Sequelize.INTEGER, allowNull:false}, //党员学习id 外键
rateOfLearning: {type:Sequelize.INTEGER, allowNull:false, defaultValue:0}, //学习进度
learningCompleted: {type:Sequelize.INTEGER, allowNull:false, defaultValue:1}//是否已完成 1:正在进行、2:阅读完成
learningCompleted: {type:Sequelize.INTEGER, allowNull:false, defaultValue:1},//是否已完成 1:正在进行、2:阅读完成
textSchedule:{type:Sequelize.STRING(500), defaultValue:'[]'},//文字学习进度 已读文件的json格式
},
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