Commit 9c58618e by 王世昌

搜索条件添加订单渠道类型

parent 6d5f5ebb
...@@ -67,6 +67,9 @@ public class OrderConditionsReq { ...@@ -67,6 +67,9 @@ public class OrderConditionsReq {
//订单支付类型 //订单支付类型
private List<Integer> payTypes; private List<Integer> payTypes;
//订单支付渠道类型
private List<Integer> payChannelTypes;
//订单支付状态 //订单支付状态
private List<Integer> payStatuses; private List<Integer> payStatuses;
......
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