|  | @@ -22,9 +22,6 @@ public class OrganCloudStudyStudentDataQueryInfo extends QueryInfo {
 | 
	
		
			
				|  |  |      @ApiModelProperty("活跃人数占比")
 | 
	
		
			
				|  |  |      private String cloudStudyLivelyStudentDuty;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @ApiModelProperty("排序信息:vipStudentNum:ASC(付费会员数正序),eVipStudentNum:DESC(试用会员数倒序),newMemberStudentNum(新增会员数),cloudStudyLivelyStudentNum(活跃人数),cloudStudyLivelyStudentDuty(活跃人数占比)")
 | 
	
		
			
				|  |  | -    private String sortInfo;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      public String getDate() {
 | 
	
		
			
				|  |  |          return date;
 | 
	
		
			
				|  |  |      }
 | 
	
	
		
			
				|  | @@ -72,12 +69,4 @@ public class OrganCloudStudyStudentDataQueryInfo extends QueryInfo {
 | 
	
		
			
				|  |  |      public void setCloudStudyLivelyStudentDuty(String cloudStudyLivelyStudentDuty) {
 | 
	
		
			
				|  |  |          this.cloudStudyLivelyStudentDuty = cloudStudyLivelyStudentDuty;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public String getSortInfo() {
 | 
	
		
			
				|  |  | -        return sortInfo;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    public void setSortInfo(String sortInfo) {
 | 
	
		
			
				|  |  | -        this.sortInfo = sortInfo;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  |  }
 |