jinpengyong
2022-04-08 fdbef2a3293e536be6b119e4e1e67cc8cc9842f0
screen-api/src/main/java/com/moral/api/service/CityAqiMonthlyService.java
@@ -5,6 +5,7 @@
import java.util.Date;
import java.util.List;
import java.util.Map;
/**
 * <p>
@@ -33,4 +34,7 @@
            * @Date: 2022/3/14
            */
    CityAqiMonthly getCityAqiMonthByRegionCodeAndTime(Integer regionCode, Date time);
    //根据地区码获取空气质量排名通告数据
    Map<String, Object> airQualityRankingAnnouncement(Integer regionCode, Date time);
}