diff --git a/supplier/goods.go b/supplier/goods.go index d298a14..b5628d6 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -98,6 +98,7 @@ type SkuSpecItem struct { } type SkuItem struct { + SkuId uint `json:"skuId"` Color string `json:"color"` Size string `json:"size"` SupplyPrice decimal.Decimal `json:"supplyPrice"`