Commit 33d48d3b by 宋毅

tj

parent 13908b24
...@@ -38,6 +38,8 @@ module.exports = (db, DataTypes) => { ...@@ -38,6 +38,8 @@ module.exports = (db, DataTypes) => {
opNotes :DataTypes.STRING,// 备注 opNotes :DataTypes.STRING,// 备注
notes :DataTypes.STRING,// 备注 notes :DataTypes.STRING,// 备注
isSolution :DataTypes.INTEGER,// 是否有方案,0无,1有 isSolution :DataTypes.INTEGER,// 是否有方案,0无,1有
isPushNum :DataTypes.INTEGER,// 推送次数
pushStatus :DataTypes.INTEGER,// 推送状态0待推送2推送失败3已成功推送
}, { }, {
paranoid: true,//假的删除 paranoid: true,//假的删除
underscored: true, underscored: true,
......
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