Commit 90fa35ab by 周晓航

Merge branch 'ka-查询野翠山订单列表是否可开发票-2021-09-15-蒋小洋' into qa

parents 631c1837 dc0b38ba
...@@ -64,4 +64,8 @@ public class QueryOrdersRequest extends BaseConfig { ...@@ -64,4 +64,8 @@ public class QueryOrdersRequest extends BaseConfig {
*/ */
private Boolean needInvoice; private Boolean needInvoice;
/**
* 订单特殊类型 1:普通订单 2:拼团订单 3:秒杀订单 4:拼单订单
*/
private Integer marketingType;
} }
...@@ -58,4 +58,9 @@ public class QueryOrdersDto { ...@@ -58,4 +58,9 @@ public class QueryOrdersDto {
private List<Integer> bizTypes; private List<Integer> bizTypes;
/**
* 订单特殊类型 1:普通订单 2:拼团订单 3:秒杀订单 4:拼单订单
*/
private Integer marketingType;
} }
...@@ -60,4 +60,9 @@ public class OrderUserConditionsReq { ...@@ -60,4 +60,9 @@ public class OrderUserConditionsReq {
*/ */
private Boolean needInvoice; private Boolean needInvoice;
/**
* 订单特殊类型 1:普通订单 2:拼团订单 3:秒杀订单 4:拼单订单
*/
private Integer marketingType;
} }
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