Commit 9ed6a37e by zhiheng.zhang

es 添加排序规则

parent 34483329
...@@ -121,4 +121,6 @@ public class OrderConditionsReq { ...@@ -121,4 +121,6 @@ public class OrderConditionsReq {
private Integer isDeleted; private Integer isDeleted;
//营销活动类型 //营销活动类型
private Integer marketingType; private Integer marketingType;
//es查询排序规则 0=倒序, 1= 正序
private int sortRule;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment