2 天以前 d5bbd17a1428811da046ec3be3c0cc943a7ae059
src/main/java/com/ruoyi/project/system/domain/SysUser.java
@@ -129,6 +129,12 @@
    @TableField(exist = false)
    private String deptNames;
    /**
     * 角色名称
     */
    @TableField(exist = false)
    private String roleNames;
    public Long getCurrentDeptId() {
        return currentDeptId;
    }
@@ -369,6 +375,14 @@
        this.deptNames = deptNames;
    }
    public String getRoleNames() {
        return roleNames;
    }
    public void setRoleNames(String roleNames) {
        this.roleNames = roleNames;
    }
    public Long getDeptId() {
        return deptId;
    }