|
@@ -11,6 +11,7 @@ public class OrderQueryInfo extends QueryInfo {
|
|
private String startTime;
|
|
private String startTime;
|
|
private String endTime;
|
|
private String endTime;
|
|
private Integer branchId;
|
|
private Integer branchId;
|
|
|
|
+ private Integer promotionType;
|
|
|
|
|
|
public Integer getClassId() {
|
|
public Integer getClassId() {
|
|
return classId;
|
|
return classId;
|
|
@@ -67,4 +68,12 @@ public class OrderQueryInfo extends QueryInfo {
|
|
public void setAccount(String account) {
|
|
public void setAccount(String account) {
|
|
this.account = account;
|
|
this.account = account;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public Integer getPromotionType() {
|
|
|
|
+ return promotionType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setPromotionType(Integer promotionType) {
|
|
|
|
+ this.promotionType = promotionType;
|
|
|
|
+ }
|
|
}
|
|
}
|