|  | @ -75,7 +75,6 @@ public abstract class UuidIdentityEntityWithOperator extends UuidIdentityEntity
 | 
	
		
			
				|  |  | 	}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 	@Column(name = "create_user_name",updatable = false)
 | 
	
		
			
				|  |  | 	@Convert(converter = StringFStringEncryptConverter.class)
 | 
	
		
			
				|  |  | 	public String getCreateUserName() {
 | 
	
		
			
				|  |  | 		return createUserName;
 | 
	
		
			
				|  |  | 	}
 | 
	
	
		
			
				|  | @ -104,7 +103,6 @@ public abstract class UuidIdentityEntityWithOperator extends UuidIdentityEntity
 | 
	
		
			
				|  |  | 	}
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 	@Column(name = "update_user_name")
 | 
	
		
			
				|  |  | 	@Convert(converter = StringFStringEncryptConverter.class)
 | 
	
		
			
				|  |  | 	public String getUpdateUserName() {
 | 
	
		
			
				|  |  | 		return updateUserName;
 | 
	
		
			
				|  |  | 	}
 |