fuliqi
2024-09-30 b5df1cee65f3e9dcf554efcd3f1642a8c79d1e76
ycl-pojo/src/main/java/com/ycl/system/entity/SysUser.java
@@ -22,6 +22,9 @@
    /** 用户ID */
    private Long userId;
    /** 单位ID */
    private Integer unitId;
    /** 部门ID */
    private Long deptId;
@@ -80,6 +83,14 @@
    }
    public Integer getUnitId() {
        return unitId;
    }
    public void setUnitId(Integer unitId) {
        this.unitId = unitId;
    }
    public Short getFirstLogin() {
        return firstLogin;
    }