chenrui
9 天以前 4398a57a5d01d5dd4331f8a04f29f5fd9229a737
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()
    {