kimi
2020-05-27 c007f0ca1785db093d48f4846cda82fe8e955765
src/main/java/com/highdatas/mdm/entity/Character.java
@@ -2,6 +2,9 @@
import com.highdatas.mdm.pojo.MasterAuthorType;
/*
* 系统用户接口
* */
public interface Character {
    String getId();
    MasterAuthorType getType();