From 346e0f727a217e753b3cb46c25e8eac992d3bbb3 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 4 Nov 2022 16:00:13 +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 fcc415a..bf8f9e6 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -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"`