Commit b89f9471 by 王昆

gsb

parent b11073e2
......@@ -13,6 +13,7 @@ module.exports = (db, DataTypes) => {
audit_status: DataTypes.STRING,
audit_remark: DataTypes.STRING,
handle_status: DataTypes.STRING,
saas_invoice_id: DataTypes.STRING,
}, {
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