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