| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -15,10 +15,10 @@ import java.io.Serializable; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					public class RentTenantDataFormDTO implements Serializable { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private static final long serialVersionUID = 9156247659994638103L; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @NotBlank(message = "userId不能为空",groups = PersonDataFormDTO.PersonDataForm.class) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @NotBlank(message = "userId不能为空") | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private String userId; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @NotBlank(message = "tokenDto获取customerId不能为空",groups = PersonDataFormDTO.PersonDataForm.class) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @NotBlank(message = "tokenDto获取customerId不能为空") | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private String customerId; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
					 | 
				
				 | 
				
					
  |