Commit 203d3551 by 王勇飞

pp

parent a96f2f6e
......@@ -71,6 +71,10 @@ module.exports = (db, DataTypes) => {
isSalesman: {
type: DataTypes.BOOLEAN,
defaultValue: true
},
isAllArea: {
type: DataTypes.BOOLEAN,
defaultValue: 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