|
|
@ -87,7 +87,15 @@ type SkuEsSearch struct {
|
|
|
|
MinDiscount decimal.Decimal // 最低折扣
|
|
|
|
MinDiscount decimal.Decimal // 最低折扣
|
|
|
|
MaxDiscount decimal.Decimal // 最高折扣
|
|
|
|
MaxDiscount decimal.Decimal // 最高折扣
|
|
|
|
Expand []map[string]interface{} // 拓展查询
|
|
|
|
Expand []map[string]interface{} // 拓展查询
|
|
|
|
|
|
|
|
CustomerSearch CustomerSearch // 客户筛选条件
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type CustomerSearch struct {
|
|
|
|
|
|
|
|
SkuName string
|
|
|
|
|
|
|
|
SkuId uint
|
|
|
|
|
|
|
|
BrandName string
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ArgsSkuListsEs struct {
|
|
|
|
type ArgsSkuListsEs struct {
|
|
|
|
Search SkuEsSearch
|
|
|
|
Search SkuEsSearch
|
|
|
|
Page bean.Page
|
|
|
|
Page bean.Page
|
|
|
|