Commit dc0b38ba by 周晓航

新增 字段 marketingType 查询基础服务

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent cf75e13d
...@@ -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