finance
黄伟 2 years ago
parent be531e698c
commit b55ae6da7c

@ -11,7 +11,7 @@ type goods struct {
} }
type GoodsSearch struct { type GoodsSearch struct {
Name string // 商品名称 Name string // 商品名称
CategoryId uint // 类目id CategoryIds []uint // 类目id
BrandName string // 品牌名 BrandName string // 品牌名
UpcCode string // 商品条码 UpcCode string // 商品条码
Handle uint // 处理状态 1=待处理 2=入库 3=废弃 Handle uint // 处理状态 1=待处理 2=入库 3=废弃

Loading…
Cancel
Save