zqy
2024-07-25 6f78cfae24b940229bd282ce3b3d0e6f5b337fa7
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;
}