package com.highdatas.mdm.entity; import com.highdatas.mdm.pojo.MasterAuthorType; public interface Character { String getId(); MasterAuthorType getType(); }