| 
						
						
							
								
							
						
						
					 | 
					@ -24,9 +24,9 @@ public class IcNatImportExcelData { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @Length(max = 15, message = "手机号长度不正确,应小于15位") | 
					 | 
					 | 
					    @Length(max = 15, message = "手机号长度不正确,应小于15位") | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private String mobile; | 
					 | 
					 | 
					    private String mobile; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    @NotBlank(message = "身份证号为必填项") | 
					 | 
					 | 
					    @NotBlank(message = "证件号为必填项") | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					    @ExcelProperty("身份证号") | 
					 | 
					 | 
					    @ExcelProperty("证件号") | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					    @Length(max = 18, message = "身份证号长度不正确,应小于18位") | 
					 | 
					 | 
					    @Length(max = 18, message = "证件号长度不正确,应小于18位") | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					    private String idCard; | 
					 | 
					 | 
					    private String idCard; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @NotNull(message = "检测时间为必填项") | 
					 | 
					 | 
					    @NotNull(message = "检测时间为必填项") | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |