From 8f40f1a019a1b2ae65aca1c5ca16cc09cf9acfb6 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 31 Oct 2022 09:09:36 +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 630e27c..72a2852 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -34,6 +34,7 @@ type GoodsItem struct { SkuItems []GoodsItemLists `json:"skuItems"` StockCount uint `json:"stockCount"` MinPrice decimal.Decimal `json:"minPrice"` + GuidePrice decimal.Decimal `json:"guidePrice"` CreatedAt int64 `json:"createdAt"` }