src/main/java/com/ruoyi/framework/security/LoginUser.java
@@ -81,6 +81,8 @@ */ private Long currentDeptId; private String dataScope; public LoginUser() { } @@ -317,4 +319,12 @@ public void setCurrentDeptId(Long currentDeptId) { this.currentDeptId = currentDeptId; } public String getDataScope() { return dataScope; } public void setDataScope(String dataScope) { this.dataScope = dataScope; } }