From b173d31976fc4731b7c247d4038de92134eba317 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 29 六月 2023 11:42:17 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java | 32 ++++++++++++++++++++++++++++++--
1 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java b/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java
index 7c0d9a8..8907c6b 100755
--- a/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java
+++ b/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java
@@ -1,9 +1,12 @@
package com.java110.report.bmo.reportFeeMonthStatistics;
-import com.java110.dto.RoomDto;
+import com.java110.dto.room.RoomDto;
import com.java110.dto.repair.RepairUserDto;
-import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto;
+import com.java110.dto.report.ReportDeposit;
+import com.java110.dto.reportFee.ReportFeeMonthStatisticsDto;
import org.springframework.http.ResponseEntity;
+
+import java.util.Map;
public interface IGetReportFeeMonthStatisticsBMO {
@@ -68,4 +71,29 @@
* @return
*/
ResponseEntity<String> queryNoFeeRooms(RoomDto roomDto);
+
+ /**
+ * 鏌ヨ鎶奸噾
+ * @param reportDeposit
+ * @return
+ */
+ ResponseEntity<String> queryPayFeeDeposit(ReportDeposit reportDeposit);
+
+ /**
+ * 鏌ヨ鍗庡畞鐗╀笟娆犺垂 缁熻
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ ResponseEntity<String> queryHuaningOweFee(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ鍗庡畞鐗╀笟缂磋垂 缁熻
+ * @param paramInfo
+ * @return
+ */
+ ResponseEntity<String> queryHuaningPayFee(Map paramInfo);
+
+ ResponseEntity<String> queryHuaningPayFeeTwo(Map paramInfo);
+
+ ResponseEntity<String> queryHuaningOweFeeDetail(Map paramInfo);
}
--
Gitblit v1.8.0