ludc
2024-04-09 438d8954dfb9d9f262d3e11594266a51e9f0dd5b
1
2
3
4
5
6
7
8
package com.vci.common.objects;
 
public interface Historizable {
 
    public String getId();
    public UserEntity getUserEntity();
    public String getLogInfo();
}