finance
黄伟 2 years ago
parent fd2534ca68
commit be531e698c

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

Loading…
Cancel
Save