From f97c11a6c66742f27b53b786ff049323cc40e30a Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 4 Nov 2022 16:32:23 +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 bf8f9e6..18c8021 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -47,6 +47,7 @@ type GoodsItemLists struct { SupplyPrice decimal.Decimal `json:"supplyPrice"` GoodsId uint `json:"goodsId"` Img string `json:"img"` + UpcCode string `json:"upcCode"` } type GoodsSpecificationItem struct {