kimi
2020-04-15 5d15287b2a06f978485ac6af71e33e1a82b43a65
1
2
3
4
5
6
7
8
package com.highdatas.mdm.entity;
 
import com.highdatas.mdm.pojo.MasterAuthorType;
 
public interface Character {
    String getId();
    MasterAuthorType getType();
}