- AfsServiceDetail添加SkuCount
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user