pay
This commit is contained in:
@@ -52,7 +52,7 @@ type MixPay struct {
|
||||
BalancePrice int `orm:"column(balance_price)" json:"balance_price"` //余额支付部分
|
||||
TotalPrice int `orm:"column(total_price)" json:"total_price"` //订单总额
|
||||
WxPrice int `orm:"column(wx_price)" json:"wx_price"` //微信支付部分
|
||||
Status int `orm:"column(status)" json:"status"` //订单状态 退款/正常
|
||||
Status int `orm:"column(status)" json:"status"` //订单状态 -1:退款/1:正常
|
||||
}
|
||||
|
||||
func (v *MixPay) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user