src/main/java/com/highdatas/mdm/entity/TUserGroup.java
@@ -1,5 +1,7 @@ package com.highdatas.mdm.entity; import com.highdatas.mdm.pojo.MasterAuthorType; /** * @author kimi * @description @@ -7,7 +9,7 @@ */ public class TUserGroup { public class TUserGroup implements Character{ private String groupId; private String groupName; @@ -41,4 +43,14 @@ this.groupDesc = groupDesc; return this; } @Override public String getId() { return groupId; } @Override public MasterAuthorType getType() { return MasterAuthorType.groupInfo; } }