| 
						
						
						
					 | 
				
				 | 
				
					@ -1,10 +1,8 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					package com.epmet.dto.form; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import lombok.Data; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import org.springframework.format.annotation.DateTimeFormat; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import java.io.Serializable; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					import java.util.Date; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					/** | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					 * @Description 【迁入管理】列表--接口入参 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -53,13 +51,13 @@ public class IcMoveInListFormDTO implements Serializable { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    /** | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					     * 起始迁入时间 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					     */ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private Date startTime; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    //@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private String startTime; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    /** | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					     * 终止迁入时间 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					     */ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private Date endTime; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    //@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private String endTime; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    /** | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					     * 页码 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					     */ | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |