From 4e6b29a827083e8e9406bd75c1dca66bf22755dd Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 8 Sep 2022 15:12:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/goods.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/supplier/goods.go b/supplier/goods.go index d299c9f..d298a14 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -103,8 +103,11 @@ type SkuItem struct { SupplyPrice decimal.Decimal `json:"supplyPrice"` MarketPrice decimal.Decimal `json:"marketPrice"` UpcCode string `json:"upcCode"` - UintId uint `json:"uintId"` + UnitId uint `json:"uintId"` TaxCategoryId uint `json:"taxCategoryId"` + TaxName string `json:"taxName"` + TaxCode string `json:"taxCode"` + Unit string `json:"uint"` Tax decimal.Decimal `json:"tax"` }