|  |  | @ -6,6 +6,7 @@ import java.util.List; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import lombok.Data; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import javax.validation.constraints.Max; | 
			
		
	
		
			
				
					|  |  |  | import javax.validation.constraints.NotBlank; | 
			
		
	
		
			
				
					|  |  |  | import javax.validation.constraints.NotNull; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | @ -81,12 +82,14 @@ public class IcEpidemicSpecialAttentionDTO implements Serializable { | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * 原因 | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  | 	private String reason; | 
			
		
	
		
			
				
					|  |  |  |     @Max(value = 500,message = "原因限制500字以内") | 
			
		
	
		
			
				
					|  |  |  |     private String reason; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * 备注 | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  | 	private String remark; | 
			
		
	
		
			
				
					|  |  |  |     @Max(value = 500,message = "备注限制500字以内") | 
			
		
	
		
			
				
					|  |  |  |     private String remark; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      *  | 
			
		
	
	
		
			
				
					|  |  | @ -126,6 +129,7 @@ public class IcEpidemicSpecialAttentionDTO implements Serializable { | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * 通知内容 | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  |     @Max(value = 500,message = "通知内容限制500字以内") | 
			
		
	
		
			
				
					|  |  |  |     private String content; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | } |