|
|
@ -115,8 +115,11 @@ type SkuListsSearch struct {
|
|
|
|
SourceSkuId uint // 供应商skuId
|
|
|
|
SourceSkuId uint // 供应商skuId
|
|
|
|
BrandId uint // 品牌Id
|
|
|
|
BrandId uint // 品牌Id
|
|
|
|
FirstCategoryId uint // 一级分类Id
|
|
|
|
FirstCategoryId uint // 一级分类Id
|
|
|
|
|
|
|
|
FirstCategoryIds []uint // 一级分类ids
|
|
|
|
SecondCategoryId uint // 二级分类Id
|
|
|
|
SecondCategoryId uint // 二级分类Id
|
|
|
|
|
|
|
|
SecondCategoryIds []uint // 二级分类Ids
|
|
|
|
ThirdCategoryId uint // 三级分类Id
|
|
|
|
ThirdCategoryId uint // 三级分类Id
|
|
|
|
|
|
|
|
ThirdCategoryIds []uint // 三级分类Ids
|
|
|
|
AdjustType uint // 加价规则
|
|
|
|
AdjustType uint // 加价规则
|
|
|
|
MaxSupplyPrice decimal.Decimal // 最大采购价格
|
|
|
|
MaxSupplyPrice decimal.Decimal // 最大采购价格
|
|
|
|
MinSupplyPrice decimal.Decimal // 最小采购价格
|
|
|
|
MinSupplyPrice decimal.Decimal // 最小采购价格
|
|
|
|