chenrui
4 天以前 6e7c712456a8cf5693321edd2f3482aaf61d08b0
src/main/java/com/ruoyi/project/system/domain/SysUser.java
@@ -95,11 +95,21 @@
    @TableField(exist = false)
    private Long deptId;
    private Long currentDeptId;
    /**
     * 部门名称
     */
    private String deptNames;
    public Long getCurrentDeptId() {
        return currentDeptId;
    }
    public void setCurrentDeptId(Long currentDeptId) {
        this.currentDeptId = currentDeptId;
    }
    public SysUser()
    {