From 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 19 七月 2022 21:49:55 +0800
Subject: [PATCH] 优化添加设备 功能
---
service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java b/service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
index 3e18375..730821e 100755
--- a/service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
+++ b/service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
@@ -4,6 +4,7 @@
import com.java110.dto.report.ReportRoomDto;
import java.util.List;
+import java.util.Map;
/**
* @ClassName ICommunityServiceDao
@@ -45,4 +46,37 @@
* @return
*/
List<ReportCarDto> getCarParkingSpace(ReportCarDto reportCarDto);
+
+ /**
+ * 鏌ヨ 鎴垮眿 妤兼爧 鍗曞厓 鍜� 涓氫富 淇℃伅
+ *
+ * @return
+ */
+ List<Map> getCommunitys(Map communityDto);
+
+ /**
+ * 鏌ヨ鎴垮眿缁撴瀯鍖栨暟鎹�
+ *
+ * @param info
+ * @return
+ */
+ List<Map> queryRoomStructures(Map info);
+
+ /**
+ * 鏌ヨ杞︿綅 缁撴瀯鍖栨暟鎹�
+ *
+ * @param info
+ * @return
+ */
+ List<Map> queryCarStructures(Map info);
+
+ int deleteInvalidFee(Map info);
+
+ /**
+ * 鏌ヨ鏃犳晥鐨勬暟鎹�
+ * @param reportFeeDto
+ * @return
+ */
+ List<Map> queryInvalidFeeMonthStatistics(Map reportFeeDto);
+
}
--
Gitblit v1.8.0