|  | @@ -44,10 +44,10 @@ public class TempLittleArtistTrainingCampDto implements Serializable {
 | 
	
		
			
				|  |  |      private Date trainEndDate;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "适用分部")
 | 
	
		
			
				|  |  | -    private String organIds = "";
 | 
	
		
			
				|  |  | +    private String organIds;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "适用学校")
 | 
	
		
			
				|  |  | -    private String musicGroupIds = "";
 | 
	
		
			
				|  |  | +    private String musicGroupIds;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @NotNull(message = "打卡标准不能为空")
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "打卡标准")
 |