finance
黄伟 2 years ago
parent 860d419246
commit 812124d025

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

Loading…
Cancel
Save