kimi
2020-05-18 c8aee7b9bfd79cfd741d7e5692520f4f51a31a86
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();
}