|
|
@ -114,6 +114,8 @@ type SkuListsSearch struct {
|
|
|
|
SourceId uint // 所属供应商 1=京东
|
|
|
|
SourceId uint // 所属供应商 1=京东
|
|
|
|
SourceSkuId uint // 供应商skuId
|
|
|
|
SourceSkuId uint // 供应商skuId
|
|
|
|
BrandId uint // 品牌Id
|
|
|
|
BrandId uint // 品牌Id
|
|
|
|
|
|
|
|
FirstCategoryId uint // 一级分类Id
|
|
|
|
|
|
|
|
SecondCategoryId uint // 二级分类Id
|
|
|
|
ThirdCategoryId uint // 三级分类Id
|
|
|
|
ThirdCategoryId uint // 三级分类Id
|
|
|
|
AdjustType uint // 加价规则
|
|
|
|
AdjustType uint // 加价规则
|
|
|
|
MaxSupplyPrice decimal.Decimal // 最大采购价格
|
|
|
|
MaxSupplyPrice decimal.Decimal // 最大采购价格
|
|
|
|