finance
黄伟 2 years ago
parent 1ef64ad6b5
commit 6589995c1f

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

Loading…
Cancel
Save