|
|
|
@ -14,6 +14,9 @@ type GoodsSearch struct {
|
|
|
|
|
CategoryId uint64 // 类目id
|
|
|
|
|
BrandName string // 品牌名
|
|
|
|
|
Handle uint // 处理状态 1=待处理 2=入库 3=废弃
|
|
|
|
|
SkuId uint // 供应商skuId
|
|
|
|
|
MinSupplyPrice decimal.Decimal // 最小采购价
|
|
|
|
|
MaxSupplyPrice decimal.Decimal // 最大采购价
|
|
|
|
|
}
|
|
|
|
|
type ArgsGoodsList struct {
|
|
|
|
|
Search GoodsSearch
|
|
|
|
|