|
|
@ -33,6 +33,7 @@ type GoodsItem struct {
|
|
|
|
BrandId uint `json:"brandId"`
|
|
|
|
BrandId uint `json:"brandId"`
|
|
|
|
BrandName string `json:"brandName"`
|
|
|
|
BrandName string `json:"brandName"`
|
|
|
|
SkuItems []GoodsItemLists `json:"skuItems"`
|
|
|
|
SkuItems []GoodsItemLists `json:"skuItems"`
|
|
|
|
|
|
|
|
UpcCodes []string `json:"upcCodes"`
|
|
|
|
StockCount uint `json:"stockCount"`
|
|
|
|
StockCount uint `json:"stockCount"`
|
|
|
|
MinPrice decimal.Decimal `json:"minPrice"`
|
|
|
|
MinPrice decimal.Decimal `json:"minPrice"`
|
|
|
|
GuidePrice decimal.Decimal `json:"guidePrice"`
|
|
|
|
GuidePrice decimal.Decimal `json:"guidePrice"`
|
|
|
|