|
|
@ -34,7 +34,6 @@ type GoodsItem struct {
|
|
|
|
CategoryId uint `json:"categoryId"`
|
|
|
|
CategoryId uint `json:"categoryId"`
|
|
|
|
BrandId uint `json:"brandId"`
|
|
|
|
BrandId uint `json:"brandId"`
|
|
|
|
BrandName string `json:"brandName"`
|
|
|
|
BrandName string `json:"brandName"`
|
|
|
|
GoodsSpecs []GoodsSpecificationItem `json:"goodsSpecs"`
|
|
|
|
|
|
|
|
SkuItems []GoodsItemLists `json:"skuItems"`
|
|
|
|
SkuItems []GoodsItemLists `json:"skuItems"`
|
|
|
|
StockCount uint `json:"stockCount"`
|
|
|
|
StockCount uint `json:"stockCount"`
|
|
|
|
MinPrice decimal.Decimal `json:"minPrice"`
|
|
|
|
MinPrice decimal.Decimal `json:"minPrice"`
|
|
|
|