Commit e70a7eec by Huang Linyu

增加下单渠道导出字段

parent cd196129
...@@ -100,6 +100,10 @@ public class EventActivityOrderListExcelBean extends EventActivityOrderListBean ...@@ -100,6 +100,10 @@ public class EventActivityOrderListExcelBean extends EventActivityOrderListBean
* 联系人电话 * 联系人电话
*/ */
private String contactTel; private String contactTel;
/**
* 订单来源
*/
private String platform;
public String getUid() { public String getUid() {
...@@ -311,4 +315,12 @@ public class EventActivityOrderListExcelBean extends EventActivityOrderListBean ...@@ -311,4 +315,12 @@ public class EventActivityOrderListExcelBean extends EventActivityOrderListBean
this.prePayCardRefundAmount = prePayCardRefundAmount; this.prePayCardRefundAmount = prePayCardRefundAmount;
} }
public String getPlatform() {
return platform;
}
public void setPlatform(String platform) {
this.platform = platform;
}
} }
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 sign in to comment