wangting
2024-12-30 11b40f1d47747541d8c8b036769647492b908e8d
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();
}