Commit 81133662 by chenjinjing

no message

parent 8ea21f3d
......@@ -169,7 +169,7 @@ export const TablesConfig = [
payType: {type:Sequelize.INTEGER, allowNull:false, defaultValue:2}, //缴纳状态 1:已缴纳、2:未缴纳
payableMonth: {type:Sequelize.DATE, allowNull:false}, //应交月份
payTime: {type:Sequelize.DATE, allowNull:true}, //缴费时间
payAmount: {type:Sequelize.INTEGER, allowNull:false}, //缴费金额(元)
payAmount: {type:Sequelize.INTEGER, allowNull:true}, //缴费金额(元)
},
association: [
{type: "hasMany", check: "partyMember"},
......
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