|  |  | 
 |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
 |  |  | import com.moral.api.pojo.form.aqi.AirQualityComparisonForm; | 
 |  |  | import com.moral.api.pojo.vo.cityAQI.AirQualityComparisonVO; | 
 |  |  | import com.moral.api.pojo.vo.cityAQI.CityAreaRangeVO; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * <p> | 
 |  |  | 
 |  |  |     //臭氧实测和预测对比 | 
 |  |  |     List<Map<String, Object>> measuredCompareForecastOfO3(Map<String, Object> params); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     List<Map<String, Object>> measuredCompareForecastOfO3_8H(Map<String, Object> params); | 
 |  |  |     /** | 
 |  |  |      * @Description: 根据地区码查询aqi以及6参 | 
 |  |  |      * @Param: [regionCode] | 
 |  |  | 
 |  |  |       *@Author: lizijie | 
 |  |  |       *@Date: 2022/3/10 15:49 | 
 |  |  |      **/ | 
 |  |  |     List<Map<String,Object>> momData(Integer regionCode, Integer size, Integer current, Integer orgId); | 
 |  |  |     Map<String,Object> momData(Integer regionCode, Integer size, Integer current, Integer orgId); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |       *@Description: 县市区数据 | 
 |  |  |       *@Param: [regionCode] | 
 |  |  |       *@return: java.util.List<java.util.Map<java.lang.String,java.lang.Object>> | 
 |  |  |       *@Author: lizijie | 
 |  |  |       *@Date: 2022/3/16 17:04 | 
 |  |  |      **/ | 
 |  |  |     Map<String,Object> countyData(Integer regionCode); | 
 |  |  | } |