| 
						
						
							
								
							
						
						
					 | 
					@ -4,6 +4,7 @@ import com.epmet.commons.tools.validator.group.CustomerClientShowGroup; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dto.MemoAttachmentDTO; | 
					 | 
					 | 
					import com.epmet.dto.MemoAttachmentDTO; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import lombok.Data; | 
					 | 
					 | 
					import lombok.Data; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.hibernate.validator.constraints.Length; | 
					 | 
					 | 
					import org.hibernate.validator.constraints.Length; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					import org.springframework.format.annotation.DateTimeFormat; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import javax.validation.constraints.NotBlank; | 
					 | 
					 | 
					import javax.validation.constraints.NotBlank; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import java.io.Serializable; | 
					 | 
					 | 
					import java.io.Serializable; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -48,11 +49,13 @@ public class AddMemoDifficultyFromDTO implements Serializable { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * 计划执行时间 | 
					 | 
					 | 
					     * 计划执行时间 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm") | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						private Date scheduledTime; | 
					 | 
					 | 
						private Date scheduledTime; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * 提醒时间 | 
					 | 
					 | 
					     * 提醒时间 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					     */ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm") | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private Date remindTime; | 
					 | 
					 | 
					    private Date remindTime; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |