cjl
2023-11-15 df67fe187fae9ce9f486ea2f14c95a14d843e4a1
screen-api/src/main/java/com/moral/api/service/CityAqiDailyService.java
@@ -6,6 +6,7 @@
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;
@@ -103,5 +104,14 @@
            */
    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);
}