From e371986081eca700b121ff53e20dea9ec042542c Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 7 Nov 2022 17:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9i?= 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 18c8021..dfc6cab 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -117,6 +117,7 @@ type SkuItem struct { TaxCode string `json:"taxCode"` Unit string `json:"uint"` Tax decimal.Decimal `json:"tax"` + Img string `json:"img"` } // Info @Title 商品详情