Commit 3ecc9aa7 by 宋毅

tj

parent 21e4fdbb
...@@ -34,6 +34,7 @@ module.exports = (db, DataTypes) => { ...@@ -34,6 +34,7 @@ module.exports = (db, DataTypes) => {
accountTypeName: {//帐户类型名称 accountTypeName: {//帐户类型名称
type: DataTypes.STRING, type: DataTypes.STRING,
}, },
certifyFileUrl: DataTypes.STRING(500), //支付证明文件Url
wxPayOrderCode: DataTypes.STRING(50),//业务微信支付订单号 wxPayOrderCode: DataTypes.STRING(50),//业务微信支付订单号
aliPayOrderCode: DataTypes.STRING(50),//业务支付宝支付订单号 aliPayOrderCode: DataTypes.STRING(50),//业务支付宝支付订单号
busPayOrderCode: DataTypes.STRING(50),//业务支付订单号 busPayOrderCode: DataTypes.STRING(50),//业务支付订单号
......
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