finance
黄伟 2 years ago
parent 5aa853da17
commit cd119dc573

@ -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 // 最大采购价格

Loading…
Cancel
Save