From f571a35323bdd1481adce7a5be5cfc2d0231ff74 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 18 Nov 2022 13:25:53 +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 aa6311c..d136d68 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -37,6 +37,7 @@ type GoodsItem struct { StockCount uint `json:"stockCount"` GuidePrices []decimal.Decimal `json:"guidePrices"` SupplyPrices []decimal.Decimal `json:"supplyPrices"` + Status uint `json:"status"` CreatedAt int64 `json:"createdAt"` }