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