From e1ddbb3fd348e8d7d4b3c7e7e151035d8d05fa49 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Fri, 29 Apr 2022 15:05:58 +0800
Subject: [PATCH] 修改文件头字段名称
---
screen-api/src/main/java/com/moral/api/service/CityAqiDailyService.java | 19 +++++++++++++++++++
1 files changed, 19 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 2df895a..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;
@@ -94,5 +95,23 @@
*/
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);
+
}
--
Gitblit v1.8.0