From 84c315414df5040bd85d74e3e47be0cacb91efb1 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 4 Nov 2022 15:50:25 +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 72a2852..fcc415a 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -13,6 +13,7 @@ type GoodsSearch struct { Name string // 商品名称 CategoryId uint64 // 类目id BrandName string // 品牌名 + UpcCode string // 商品条码 Handle uint // 处理状态 1=待处理 2=入库 3=废弃 SkuId uint // 供应商skuId MinSupplyPrice decimal.Decimal // 最小采购价