|  | @@ -76,11 +76,21 @@ public class Student extends SysUser {
 | 
	
		
			
				|  |  |  	@ApiModelProperty(value = "活动排课信息")
 | 
	
		
			
				|  |  |  	private String activityCourseDetail;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +	private Integer countFlag;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  	public Student(Integer userId, String subjectIdList) {
 | 
	
		
			
				|  |  |  		this.userId = userId;
 | 
	
		
			
				|  |  |  		this.subjectIdList = subjectIdList;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +	public Integer getCountFlag() {
 | 
	
		
			
				|  |  | +		return countFlag;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	public void setCountFlag(Integer countFlag) {
 | 
	
		
			
				|  |  | +		this.countFlag = countFlag;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  	public Integer getExperienceMemberRankSettingId() {
 | 
	
		
			
				|  |  |  		return experienceMemberRankSettingId;
 | 
	
		
			
				|  |  |  	}
 |