|  |  | 
 |  |  |  | 
 |  |  | import com.moral.api.entity.CityAqiYearly; | 
 |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
 |  |  | import com.moral.api.pojo.dto.cityAQI.ComplianceDaysDTO; | 
 |  |  | import com.moral.api.pojo.dto.cityAQI.DataPercentRange; | 
 |  |  |  | 
 |  |  | import java.util.Date; | 
 |  |  | 
 |  |  |             * @Date: 2022/2/11 | 
 |  |  |             */  | 
 |  |  |     Map<String, DataPercentRange> analysisPollutionLevel(String year, Integer cityCode); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |     * @Description: 达标天数统计分析 | 
 |  |  |             * @Param: [year, cityCode] | 
 |  |  |             * @return: java.util.List<com.moral.api.pojo.dto.cityAQI.ComplianceDaysDTO> | 
 |  |  |             * @Author: 陈凯裕 | 
 |  |  |             * @Date: 2022/2/25 | 
 |  |  |             */ | 
 |  |  |     List<ComplianceDaysDTO>  analysisComplianceDays(String year, Integer cityCode); | 
 |  |  | } |