|
@@ -61,6 +61,10 @@ public class StudentPaymentOrderQueryInfo extends QueryInfo {
|
|
|
|
|
|
private List<Integer> userIds;
|
|
|
|
|
|
+ //不包含淘气
|
|
|
+ @ApiModelProperty(value = "传时不包含淘气",required = false)
|
|
|
+ private Integer noneTqType;//TQ 1-不包含淘气
|
|
|
+
|
|
|
private boolean isExport = false;
|
|
|
|
|
|
public boolean getIsExport() {
|
|
@@ -214,4 +218,12 @@ public class StudentPaymentOrderQueryInfo extends QueryInfo {
|
|
|
public void setLessBalancePaymentAmount(BigDecimal lessBalancePaymentAmount) {
|
|
|
this.lessBalancePaymentAmount = lessBalancePaymentAmount;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer getNoneTqType() {
|
|
|
+ return noneTqType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNoneTqType(Integer noneTqType) {
|
|
|
+ this.noneTqType = noneTqType;
|
|
|
+ }
|
|
|
}
|