From fc5713a2ae1907b42ff776fcfad7129b61a36570 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 12 Oct 2022 13:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/goods.go | 1 + 1 file changed, 1 insertion(+) 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"`