/// <summary> /// 获取车辆热点(道路) /// </summary> /// <returns></returns> public DataSet GetCarHotRoad() { return(dal.GetCarHotRoad()); }