|
|
|
@ -202,8 +202,10 @@ type SkuInfo struct {
|
|
|
|
|
Name string `json:"name"`
|
|
|
|
|
SourceSkuId string `json:"jdSkuId"`
|
|
|
|
|
SupplyPrice decimal.Decimal `json:"supplyPrice"`
|
|
|
|
|
CustomerPrice decimal.Decimal `json:"customerPrice"`
|
|
|
|
|
GuidePrice decimal.Decimal `json:"guidePrice"`
|
|
|
|
|
Profit decimal.Decimal `json:"profit"`
|
|
|
|
|
CustomerProfitRate decimal.Decimal `json:"customerProfitRate"`
|
|
|
|
|
UpcCode string `json:"upcCode"`
|
|
|
|
|
Color string `json:"color"`
|
|
|
|
|
Size string `json:"size"`
|
|
|
|
|