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