|
|
@ -35,8 +35,8 @@ type GoodsItem struct {
|
|
|
|
SkuItems []GoodsItemLists `json:"skuItems"`
|
|
|
|
SkuItems []GoodsItemLists `json:"skuItems"`
|
|
|
|
UpcCodes []string `json:"upcCodes"`
|
|
|
|
UpcCodes []string `json:"upcCodes"`
|
|
|
|
StockCount uint `json:"stockCount"`
|
|
|
|
StockCount uint `json:"stockCount"`
|
|
|
|
MinPrice decimal.Decimal `json:"minPrice"`
|
|
|
|
GuidePrices []decimal.Decimal `json:"guidePrices"`
|
|
|
|
GuidePrice decimal.Decimal `json:"guidePrice"`
|
|
|
|
SupplyPrices []decimal.Decimal `json:"supplyPrices"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|