zhang-content/src/main/java/com/ruoyi/domain/ZfClanManage.java
@@ -10,6 +10,9 @@ @TableName("zf_clan_manage") public class ZfClanManage { @TableId(value = "id", type = IdType.AUTO) private Integer id; private Integer clanId; /** @@ -17,4 +20,9 @@ */ private Integer memberId; /** * 成员角色类型role_id */ private Integer roleId; }