1
This commit is contained in:
@@ -93,7 +93,7 @@ type AfsOrder struct {
|
||||
RefundType int8 `json:"refundType"`
|
||||
RefuseReason string `orm:"size(1024)" json:"refuseReason"`
|
||||
|
||||
AfsTotalShopMoney int64 `json:"afsTotalShopMoney"` //最新的退款后的平台结算
|
||||
AfsTotalShopMoney int64 `json:"afsTotalShopMoney"` // 最新的退款后的平台结算
|
||||
SkuUserMoney int64 `json:"skuUserMoney"` // 用户支付菜品金额
|
||||
FreightUserMoney int64 `json:"freightUserMoney"` // 用户支付运费金额
|
||||
AfsFreightMoney int64 `json:"afsFreightMoney"` // 退货取件费
|
||||
|
||||
Reference in New Issue
Block a user