摘要: Map<Long, SkuInventory> skuInventoryListMap = skuInventoryList.stream().collect(Collectors.toMap(SkuInventory::getId, value -> value)); demandNodeLogs 阅读全文
posted @ 2021-01-29 20:27 BIGBIGBIG 阅读(88) 评论(0) 推荐(0) 编辑