|
|
@ -109,12 +109,12 @@ type ArgsSkuLists struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type SkuListsSearch struct {
|
|
|
|
type SkuListsSearch struct {
|
|
|
|
|
|
|
|
Id uint // 瑞库客id
|
|
|
|
Name string // 商品名称
|
|
|
|
Name string // 商品名称
|
|
|
|
SourceId uint // 所属供应商 1=京东
|
|
|
|
SourceId uint // 所属供应商 1=京东
|
|
|
|
Id uint // 瑞库客id
|
|
|
|
|
|
|
|
SourceSkuId uint // 供应商skuId
|
|
|
|
SourceSkuId uint // 供应商skuId
|
|
|
|
BrandId uint // 品牌Id
|
|
|
|
BrandId uint // 品牌Id
|
|
|
|
ThridCategoryId uint // 三级分类Id
|
|
|
|
ThirdCategoryId uint // 三级分类Id
|
|
|
|
AdjustType uint // 加价规则
|
|
|
|
AdjustType uint // 加价规则
|
|
|
|
MaxSupplyPrice decimal.Decimal // 最大采购价格
|
|
|
|
MaxSupplyPrice decimal.Decimal // 最大采购价格
|
|
|
|
MinSupplyPrice decimal.Decimal // 最小采购价格
|
|
|
|
MinSupplyPrice decimal.Decimal // 最小采购价格
|
|
|
|