- AfsServiceDetail添加SkuCount
This commit is contained in:
@@ -90,6 +90,9 @@ type AfsServiceDetail struct {
|
|||||||
WareID int64 `json:"wareId"`
|
WareID int64 `json:"wareId"`
|
||||||
WareName string `json:"wareName"`
|
WareName string `json:"wareName"`
|
||||||
WareNum int `json:"wareNum"`
|
WareNum int `json:"wareNum"`
|
||||||
|
SkuCount int `json:"skuCount"`
|
||||||
|
PromotionType int `json:"promotionType"`
|
||||||
|
Weight float64 `json:"weight"`
|
||||||
|
|
||||||
AfsMoney int64 `json:"afsMoney"`
|
AfsMoney int64 `json:"afsMoney"`
|
||||||
PlatPayMoney int64 `json:"platPayMoney"`
|
PlatPayMoney int64 `json:"platPayMoney"`
|
||||||
|
|||||||
Reference in New Issue
Block a user