Commit 2004a8cf by 王世昌

订单搜索列表es增加快递单号条件

parent 42d58be6
...@@ -132,4 +132,7 @@ public class OrderConditionsReq { ...@@ -132,4 +132,7 @@ public class OrderConditionsReq {
private Integer marketingType; private Integer marketingType;
//es查询排序规则 0=倒序, 1= 正序 //es查询排序规则 0=倒序, 1= 正序
private int sortRule; private int sortRule;
// 快递单号
private String expressNo;
} }
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