|  | @@ -17,9 +17,6 @@ public class ArrearageStudentsQueryInfo extends QueryInfo {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      private Integer eduTeacherId;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @ApiModelProperty(value = "未缴费类型:0历史,1进行中")
 | 
	
		
			
				|  |  | -    private Integer noPaymentType;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      private Integer courseViewType;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "是否排课(用于区分欠费学员异常和欠费学员提醒)")
 | 
	
	
		
			
				|  | @@ -72,12 +69,4 @@ public class ArrearageStudentsQueryInfo extends QueryInfo {
 | 
	
		
			
				|  |  |      public void setEduTeacherId(Integer eduTeacherId) {
 | 
	
		
			
				|  |  |          this.eduTeacherId = eduTeacherId;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public Integer getNoPaymentType() {
 | 
	
		
			
				|  |  | -        return noPaymentType;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setNoPaymentType(Integer noPaymentType) {
 | 
	
		
			
				|  |  | -        this.noPaymentType = noPaymentType;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  |  }
 |