wangting
2024-11-06 3f3de7e4cea0d9692cddd71df1e0c3d96a301fd1
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();
}