|
@@ -28,6 +28,10 @@ public interface UserCenterClient {
|
|
@GetMapping("/user/findUserIdsForOrg")
|
|
@GetMapping("/user/findUserIdsForOrg")
|
|
List<Long> findUserIdsForOrg();
|
|
List<Long> findUserIdsForOrg();
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 查询权限内的运维人员信息
|
|
|
|
+ * @return
|
|
|
|
+ */
|
|
@GetMapping("/user/findUserListByType")
|
|
@GetMapping("/user/findUserListByType")
|
|
AjaxMessage<List<UserEntity>> findUserListByType();
|
|
AjaxMessage<List<UserEntity>> findUserListByType();
|
|
}
|
|
}
|