摘要: List<CommonExportDTO> commonList; // 取字段string转int构建新列表 List<Integer> collect = commonList.stream().map(dto -> Integer.valueOf(dto.getCell6())).collec 阅读全文
posted @ 2021-04-15 14:15 yanglei.xyz 阅读(2049) 评论(0) 推荐(0)