Commit b3bda62f by 蒋勇

d

parent 4d393709
......@@ -27,6 +27,7 @@ module.exports = (db, DataTypes) => {
type: DataTypes.STRING,
allowNull: true,
},
orgJson: DataTypes.TEXT,//功能清
}, {
paranoid: 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