Map<String,List<PdVo>> pdVoMap = pdVos.stream().collect (Collectors.groupingBy(PdVo::getDeveloperCode));// 按研发人员编号分组