Live2D

List<Object> ——> List<Long>

List<FaultReport> reportDetail = reportMapper.getReportDetail(pagePo);
List<Long> collect = reportDetail.stream().map(FaultReport::getId).collect(Collectors.toList());
posted @ 2024-02-21 11:25  一只快乐的柠檬精J  阅读(6)  评论(0编辑  收藏  举报
复制代码