|  |  |  | 
|---|
|  |  |  | 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> | 
|---|
|  |  |  | 
|---|
|  |  |  | *@Date: 2022/3/10 15:49 | 
|---|
|  |  |  | **/ | 
|---|
|  |  |  | 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); | 
|---|
|  |  |  | } | 
|---|