List<B2bUserVO> userVOList = userCenterFacade.getAllUserListByParentId(clientContactsAddForm.getMainUserId());
            List<String> userIdList = userVOList.stream().map(e->e.getId()).collect(Collectors.toList());

  

相关文章:

  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2020-11-09
  • 2022-12-23
  • 2021-10-06
相关资源
相似解决方案