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