Commit 434aa4aa by 孙亚楠

d

parent c89c8d1f
...@@ -70,6 +70,10 @@ module.exports = (db, DataTypes) => { ...@@ -70,6 +70,10 @@ module.exports = (db, DataTypes) => {
trade_desc:{ trade_desc:{
type:DataTypes.STRING, type:DataTypes.STRING,
allowNull: true, allowNull: true,
},
actual_amt:{
type:DataTypes.BIGINT,
allowNull: true,
} }
}, { }, {
paranoid: true,//假的删除 paranoid: 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