|  | @ -5,6 +5,7 @@ import lombok.NoArgsConstructor; | 
			
		
	
		
		
			
				
					|  |  | import org.springframework.format.annotation.DateTimeFormat; |  |  | import org.springframework.format.annotation.DateTimeFormat; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | import java.io.Serializable; |  |  | import java.io.Serializable; | 
			
		
	
		
		
			
				
					|  |  |  |  |  | import java.util.Date; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | /** |  |  | /** | 
			
		
	
		
		
			
				
					|  |  |  * @Description |  |  |  * @Description | 
			
		
	
	
		
		
			
				
					|  | @ -27,12 +28,12 @@ public class PointRecordFormDTO implements Serializable { | 
			
		
	
		
		
			
				
					|  |  |      * 开始时间 |  |  |      * 开始时间 | 
			
		
	
		
		
			
				
					|  |  |      */ |  |  |      */ | 
			
		
	
		
		
			
				
					|  |  |     @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |  |  |     @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") | 
			
		
	
		
		
			
				
					
					|  |  |     private String startTime; |  |  |     private Date startTime; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |     /** |  |  |     /** | 
			
		
	
		
		
			
				
					|  |  |      * 结束时间 |  |  |      * 结束时间 | 
			
		
	
		
		
			
				
					|  |  |      */ |  |  |      */ | 
			
		
	
		
		
			
				
					|  |  |     @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |  |  |     @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") | 
			
		
	
		
		
			
				
					
					|  |  |     private String endTime; |  |  |     private Date endTime; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |     private Integer pageNo = 1; |  |  |     private Integer pageNo = 1; | 
			
		
	
		
		
			
				
					|  |  |     private Integer pageSize = 10; |  |  |     private Integer pageSize = 10; | 
			
		
	
		
		
			
				
					|  |  |     private String customerId; |  |  |     private String customerId; | 
			
		
	
	
		
		
			
				
					|  | 
 |