zss
2026-04-25 c0906105b488fdc4815599c4ef63867bff0af040
src/main/java/com/ruoyi/framework/security/LoginUser.java
@@ -79,7 +79,9 @@
    /**
     * 当前部门id
     */
    private Long currentDeptId;
    private Long currentDeptId;
    private String dataScope;
    public LoginUser()
    {
@@ -314,7 +316,15 @@
        return currentDeptId;
    }
    public void setCurrentDeptId(Long currentDeptId) {
        this.currentDeptId = currentDeptId;
    }
}
    public void setCurrentDeptId(Long currentDeptId) {
        this.currentDeptId = currentDeptId;
    }
    public String getDataScope() {
        return dataScope;
    }
    public void setDataScope(String dataScope) {
        this.dataScope = dataScope;
    }
}