package com.highdatas.mdm.entity; import com.highdatas.mdm.pojo.MasterAuthorType; /* * 系统用户接口 * */ public interface Character { String getId(); MasterAuthorType getType(); }