`
收藏列表
标题 标签 来源
list对象去重
List<CaseBindImportDTO> uniqueList = importList.stream().collect(
                collectingAndThen(
                        toCollection(() -> new TreeSet<>(comparing(CaseBindImportDTO::getOrderNo))), ArrayList::new)
        );
Global site tag (gtag.js) - Google Analytics