|
|
@ -87,11 +87,11 @@ func (s *sku) Adjust(ctx context.Context, args ArgsSkuAdjust) error {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ArgsSkuLists struct {
|
|
|
|
type ArgsSkuLists struct {
|
|
|
|
Search skuListsSearch
|
|
|
|
Search SkuListsSearch
|
|
|
|
Page bean.Page
|
|
|
|
Page bean.Page
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type skuListsSearch struct {
|
|
|
|
type SkuListsSearch struct {
|
|
|
|
Name string // 商品名称
|
|
|
|
Name string // 商品名称
|
|
|
|
Source uint // 所属供应商 1=京东
|
|
|
|
Source uint // 所属供应商 1=京东
|
|
|
|
Id uint // 瑞库客id
|
|
|
|
Id uint // 瑞库客id
|
|
|
|