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; }