List<Record> imageList = Db.find(sqlString,id); 这样取得的结果集 第一条是如下形式 {point_type:4, color_bar:0, create_time:2018-09-16 02:02:11.0, min_temp:58.0, temp_sensor_code:b827ebe3f3c7, av_temp:59.0, id:84665, max_temp:67.0, status:1} 我如何在后台拿到每一条属性的值