Commit 08470854 by 缪晖

Merge branch 'feature/20201221_开个店平台查询拼单订单_miaohui' into 'qa'

ordercenter-sdk添加markeringType字段

See merge request !99
parents 9794319e aa55b7b8
...@@ -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