From cddcf22a61489ee9c2dfee169d817ccd66f95430 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 03 九月 2021 02:23:43 +0800
Subject: [PATCH] 优化代码
---
service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 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..35070f1 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
@@ -2,8 +2,11 @@
import com.java110.dto.RoomDto;
import com.java110.dto.repair.RepairUserDto;
+import com.java110.dto.report.ReportDeposit;
import com.java110.dto.reportFeeMonthStatistics.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