Commit c6e93b65 by 王昆

gsb

parent dc212aa6
...@@ -10,6 +10,7 @@ module.exports = (db, DataTypes) => { ...@@ -10,6 +10,7 @@ module.exports = (db, DataTypes) => {
actual_amt: DataTypes.BIGINT, // 实发金额 actual_amt: DataTypes.BIGINT, // 实发金额
deduct_amt: DataTypes.BIGINT, // 扣款金额 deduct_amt: DataTypes.BIGINT, // 扣款金额
service_tax: DataTypes.BIGINT, // 服务费 service_tax: DataTypes.BIGINT, // 服务费
project_name: DataTypes.STRING, // 项目名称
item_count: DataTypes.INTEGER, // 打款笔数 item_count: DataTypes.INTEGER, // 打款笔数
order_type: DataTypes.STRING, // 订单类型 00未设置 10平台交易 20商户交易 order_type: DataTypes.STRING, // 订单类型 00未设置 10平台交易 20商户交易
acc_type: DataTypes.STRING, // 打款通道 00 银行 01 支付宝 02 微信 acc_type: DataTypes.STRING, // 打款通道 00 银行 01 支付宝 02 微信
......
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