From 3f03755f4ff09f768feb82ba6a548a31f98db2e1 Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Thu, 13 Jul 2023 15:36:52 +0800
Subject: [PATCH] chore: 提交测试
---
screen-api/src/main/java/com/moral/api/service/CityAqiService.java | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/screen-api/src/main/java/com/moral/api/service/CityAqiService.java b/screen-api/src/main/java/com/moral/api/service/CityAqiService.java
index 832ef00..9b3d460 100644
--- a/screen-api/src/main/java/com/moral/api/service/CityAqiService.java
+++ b/screen-api/src/main/java/com/moral/api/service/CityAqiService.java
@@ -7,6 +7,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.moral.api.pojo.form.aqi.AirQualityComparisonForm;
import com.moral.api.pojo.vo.cityAQI.AirQualityComparisonVO;
+import com.moral.api.pojo.vo.cityAQI.CityAreaRangeVO;
/**
* <p>
@@ -71,5 +72,14 @@
*@Author: lizijie
*@Date: 2022/3/10 15:49
**/
- List<Map<String,Object>> momData(Integer regionCode, Integer size, Integer current, Integer orgId);
+ Map<String,Object> momData(Integer regionCode, Integer size, Integer current, Integer orgId);
+
+ /**
+ *@Description: ���������������
+ *@Param: [regionCode]
+ *@return: java.util.List<java.util.Map<java.lang.String,java.lang.Object>>
+ *@Author: lizijie
+ *@Date: 2022/3/16 17:04
+ **/
+ Map<String,Object> countyData(Integer regionCode);
}
--
Gitblit v1.8.0