| | |
| | | import com.moral.api.pojo.dto.cityAQI.CityPollutionLevel; |
| | | import com.moral.api.pojo.dto.cityAQI.MonthlyPollutionLevel; |
| | | import com.moral.api.pojo.form.aqi.*; |
| | | import com.moral.api.pojo.vo.cityAQI.CityAreaRangeVO; |
| | | import com.moral.api.pojo.vo.cityAQI.PieChartOfPollutionLevelVO; |
| | | |
| | | import java.util.Date; |
| | |
| | | */ |
| | | CityPollutionLevel calculateDaysByTimeAndSysArea(SysArea area, Date startDate, Date endDate); |
| | | |
| | | /** |
| | | * @Description: 查询空气质量简报 |
| | | * @Param: [regionCode, time] |
| | | * @return: java.lang.String |
| | | * @Author: 陈凯裕 |
| | | * @Date: 2022/3/11 |
| | | */ |
| | | List<String> airQualityBulletin(String regionCode,Date time); |
| | | |
| | | /** |
| | | * @Description: 查询对应城市下所有县的综合指数排名(附件7数据) |
| | | * @Param: [regionCode, time] |
| | | * @return: java.util.List<com.moral.api.pojo.vo.cityAQI.CityAreaRangeVO> |
| | | * @Author: 陈凯裕 |
| | | * @Date: 2022/3/17 |
| | | */ |
| | | List<CityAreaRangeVO> cityAreaRange(Integer regionCode, Date time); |
| | | |
| | | |
| | | } |