Commit df37460e by 王昆

gsb

parent 2fcebe4f
...@@ -5,7 +5,6 @@ module.exports = (db, DataTypes) => { ...@@ -5,7 +5,6 @@ module.exports = (db, DataTypes) => {
return db.define("saasinvoice", { return db.define("saasinvoice", {
saas_id: DataTypes.STRING, saas_id: DataTypes.STRING,
saas_merchant_id: DataTypes.STRING, saas_merchant_id: DataTypes.STRING,
parent_id: DataTypes.STRING,
batch_no: DataTypes.STRING, batch_no: DataTypes.STRING,
owner_type: DataTypes.STRING, owner_type: DataTypes.STRING,
fee_type: DataTypes.STRING, fee_type: DataTypes.STRING,
......
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