kimi
2020-05-27 2893347bf72477c4d108e8589a0f61e3e97a990c
1
2
3
4
5
6
7
8
9
10
11
package com.highdatas.mdm.entity;
 
import com.highdatas.mdm.pojo.MasterAuthorType;
 
/*
* 系统用户接口
* */
public interface Character {
    String getId();
    MasterAuthorType getType();
}