wang-hao-jie
2022-06-06 4e837c1e8c6f8a7252fb95776a1530ab737bb684
xboot-core/src/main/java/cn/exrick/xboot/core/service/UserService.java
@@ -78,4 +78,6 @@
    void updateDepartmentTitle(String departmentId, String departmentTitle);
    int countByType(int type);
    List<User> findByType2(int type);
}