From fd2534ca68f40ad36545550280546dac4dd55799 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 9 Nov 2022 15:13:11 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supplier/goods.go b/supplier/goods.go index a803995..aa6311c 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -11,7 +11,7 @@ type goods struct { } type GoodsSearch struct { Name string // 商品名称 - CategoryId uint64 // 类目id + CategoryIds []uint // 类目id BrandName string // 品牌名 UpcCode string // 商品条码 Handle uint // 处理状态 1=待处理 2=入库 3=废弃