大家好,又见面了,我是你们的朋友全栈君。
List<Map<String, Object>> maps = addressDao.selectMaps(wrapper);
return maps.stream()
.map(MapUtil::toCamelCaseMap)
.collect(Collectors.toList());
MapUtil来自hutool。
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/151335.html原文链接:https://javaforall.net