Commit 59fe4347 by chenjinjing

no message

parent e76efa58
......@@ -256,7 +256,6 @@ export const TablesConfig = [
unique:true //表示该列的值必须唯一
},
pmId: {type:Sequelize.STRING(100), allowNull:false}, //党员id
partyMemberName: {type:Sequelize.STRING(100), allowNull:false}, //党员姓名
bId: {type:Sequelize.INTEGER, allowNull:false}, //支部表id 外键
dayIntegral: {type:Sequelize.INTEGER, allowNull:false}, //当日积分
totalIntegral: {type:Sequelize.INTEGER, allowNull:false},//总积分
......
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