田源
2024-10-22 bf47eaf837af3c6bbe00265972dcd55cec9032d7
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();
}