Commit e0449b6e by 王世昌

Merge branch 'feature/20210414_华莱士微商城申请退款_wangshichang' into feature/20210420-华莱士公用分支-张志恒

parents b90efbfd 9c58618e
...@@ -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