|  | @@ -180,6 +180,17 @@ public class MusicGroup {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	private Boolean hasVerifyMusicalList = false;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +	//0云教练1云教练+
 | 
	
		
			
				|  |  | +	private Integer cloudTeacherType;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	public Integer getCloudTeacherType() {
 | 
	
		
			
				|  |  | +		return cloudTeacherType;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	public void setCloudTeacherType(Integer cloudTeacherType) {
 | 
	
		
			
				|  |  | +		this.cloudTeacherType = cloudTeacherType;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  	@ApiModelProperty(value = "进行中,缴费按钮控制",required = true)
 | 
	
		
			
				|  |  |  	private Boolean isRemedy = false;
 | 
	
		
			
				|  |  |  
 |