- AfsServiceDetail添加SkuCount

This commit is contained in:
gazebo
2019-05-24 10:07:02 +08:00
parent 3fc08fb52c
commit 8a5ef089d1

View File

@@ -86,10 +86,13 @@ type AfsSkuDiscount struct {
}
type AfsServiceDetail struct {
SkuIDIsv string `json:"skuIdIsv"`
WareID int64 `json:"wareId"`
WareName string `json:"wareName"`
WareNum int `json:"wareNum"`
SkuIDIsv string `json:"skuIdIsv"`
WareID int64 `json:"wareId"`
WareName string `json:"wareName"`
WareNum int `json:"wareNum"`
SkuCount int `json:"skuCount"`
PromotionType int `json:"promotionType"`
Weight float64 `json:"weight"`
AfsMoney int64 `json:"afsMoney"`
PlatPayMoney int64 `json:"platPayMoney"`