| 
						
						
							
								
							
						
						
					 | 
					@ -2,6 +2,7 @@ package com.epmet.dto.form; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.commons.tools.validator.group.AddGroup; | 
					 | 
					 | 
					import com.epmet.commons.tools.validator.group.AddGroup; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import lombok.Data; | 
					 | 
					 | 
					import lombok.Data; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					import org.hibernate.validator.constraints.Length; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import javax.validation.constraints.NotBlank; | 
					 | 
					 | 
					import javax.validation.constraints.NotBlank; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import javax.validation.constraints.NotEmpty; | 
					 | 
					 | 
					import javax.validation.constraints.NotEmpty; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -34,7 +35,8 @@ public class IcExportTemplateSaveFormDTO implements Serializable { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * 模板名称 | 
					 | 
					 | 
					     * 模板名称 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    @NotBlank(message = "模板名称不能为空",groups = AddGroup.class) | 
					 | 
					 | 
					    //@NotBlank(message = "模板名称不能为空",groups = AddGroup.class)
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    @Length(max = 20, message = "模板名称最多为20个字", groups = { AddGroup.class }) | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						private String name; | 
					 | 
					 | 
						private String name; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |