diff --git a/supplier/goods.go b/supplier/goods.go index 2550b79..aa6311c 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -11,7 +11,7 @@ type goods struct { } type GoodsSearch struct { Name string // 商品名称 - CategoryId uint // 类目id + CategoryIds []uint // 类目id BrandName string // 品牌名 UpcCode string // 商品条码 Handle uint // 处理状态 1=待处理 2=入库 3=废弃