From 57a2573e0e5834e12be339657e813f925be86c68 Mon Sep 17 00:00:00 2001
From: 1098226878 <1098226878@qq.com>
Date: 星期四, 26 八月 2021 14:24:38 +0800
Subject: [PATCH] 优化代码
---
service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 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
old mode 100644
new mode 100755
index 2a098f6..35070f1
--- 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,8 +1,12 @@
package com.java110.report.bmo.reportFeeMonthStatistics;
+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 {
@@ -47,6 +51,13 @@
ResponseEntity<String> queryOwePaymentCount(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
/**
+ * 鏌ヨ鎶ヨ〃涓撳
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ ResponseEntity<String> queryReportProficientCount(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
* 鏌ヨ鎶ヤ慨淇℃伅
*
* @param repairUserDto
@@ -54,4 +65,35 @@
*/
ResponseEntity<String> queryRepair(RepairUserDto repairUserDto);
+ /**
+ * 鏌ヨ鏈敹璐规埧灞�
+ * @param roomDto
+ * @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