From e3bac98f092a10c0e897143bece3abbcc59469f2 Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Fri, 27 Oct 2023 10:06:24 +0800
Subject: [PATCH] fix:小程序提交

---
 screen-api/src/main/java/com/moral/api/service/CityAqiDailyService.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/screen-api/src/main/java/com/moral/api/service/CityAqiDailyService.java b/screen-api/src/main/java/com/moral/api/service/CityAqiDailyService.java
index caf7754..57ed959 100644
--- a/screen-api/src/main/java/com/moral/api/service/CityAqiDailyService.java
+++ b/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);
+
 
 }

--
Gitblit v1.8.0