|
|
@@ -102,6 +102,7 @@ type MallOrd struct { |
|
|
|
PayDiscountMoney string `json:"pay_discount_money" xorm:"default '0.00' comment('供应链同一商家总运费') DECIMAL(12,2)"` |
|
|
|
IsDeductDiscount int `json:"is_deduct_discount" xorm:"comment('') INT(11)"` |
|
|
|
IsShareMoney int `json:"is_share_money" xorm:"default 0 comment('') INT(11)"` |
|
|
|
PayTradeNo string `json:"pay_trade_no" xorm:"comment('支付联盟支付的订单号') VARCHAR(50)"` |
|
|
|
PayOid string `json:"pay_oid" xorm:" default '' comment('') VARCHAR(255)"` |
|
|
|
ShareMoneyOid string `json:"share_money_oid" xorm:" default '' comment('') VARCHAR(255)"` |
|
|
|
MerchantNo string `json:"merchant_no" xorm:" default '' comment('') VARCHAR(255)"` |
|
|
|