龚焕茏
2024-05-15 468109c399d40c1a1f3c30bd443e09951aaf4a64
src/main/java/com/mindskip/xzs/domain/UserDepartment.java
@@ -10,4 +10,9 @@
    private Integer id;
    private Integer userId;
    private Integer departmentId;
    /**
     * 是否部门管理员
     */
    private String deptAdmin;
}