Commit 42d58be6 by 王世昌

售后单列表查询条件增加订单营销类型的支持

parent 9c58618e
...@@ -67,4 +67,13 @@ public class QueryAfterSalesOrderConditionsReq { ...@@ -67,4 +67,13 @@ public class QueryAfterSalesOrderConditionsReq {
protected Integer ver; protected Integer ver;
private List<Integer> bizTypes; private List<Integer> bizTypes;
// 订单支付渠道类型
private List<Integer> payChannelTypes= new ArrayList<>();
// 营销活动类型
private Integer marketingType;
// 快递单号
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