Commit dacf64bf by 缪晖

ordercentersdk-es查询条件添加营销活动类型字段

parent dc94b0b4
...@@ -119,5 +119,6 @@ public class OrderConditionsReq { ...@@ -119,5 +119,6 @@ public class OrderConditionsReq {
private String appId; private String appId;
//是否删除 //是否删除
private Integer isDeleted; private Integer isDeleted;
//营销活动类型
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