mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-04 22:41:24 +08:00
add the function of addNoticeType
This commit is contained in:
@@ -27,6 +27,7 @@ public class DepartmentController {
|
||||
@Autowired
|
||||
IDepartmentService departmentService;
|
||||
|
||||
//获取所有部门及其各部门所属成员
|
||||
@GetMapping
|
||||
public ResponseResult getDepartAndUser(){
|
||||
List<Department> getDepartAndUser = departmentService.getDepartAndUser();
|
||||
|
||||
Reference in New Issue
Block a user