返回一个
select username,address from users where id=#{id}
Map map = new() 类.getReturnMap(3); map.get("username"); //返回 查出来的username
返回多个
select username,address from users
List list = 类.getReturnListMap; list.forEach(map->System.out.println(map));