Commit 11347450 by 王昆

gsb

parent 39e652db
......@@ -156,6 +156,14 @@ module.exports = function (sequelize, DataTypes) {
type: DataTypes.STRING,
allowNull: true
},
pay_id: {
type: DataTypes.STRING,
allowNull: true
},
pay_voucher: {
type: DataTypes.STRING,
allowNull: true
},
created_at: {
type: DataTypes.DATE,
allowNull: false,
......
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