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 |   62 ++++++++++++++++++++++++++++++
 1 files changed, 61 insertions(+), 1 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 a1a4bc7..8907c6b
--- 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,7 +1,12 @@
 package com.java110.report.bmo.reportFeeMonthStatistics;
 
-import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto;
+import com.java110.dto.room.RoomDto;
+import com.java110.dto.repair.RepairUserDto;
+import com.java110.dto.report.ReportDeposit;
+import com.java110.dto.reportFee.ReportFeeMonthStatisticsDto;
 import org.springframework.http.ResponseEntity;
+
+import java.util.Map;
 
 public interface IGetReportFeeMonthStatisticsBMO {
 
@@ -33,7 +38,62 @@
 
     ResponseEntity<String> queryOweFeeDetail(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
 
+    ResponseEntity<String> queryPayFeeDetail(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+    ResponseEntity<String> queryDeadlineFee(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
     ResponseEntity<String> queryPrePaymentCount(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+    ResponseEntity<String> queryDeadlinePaymentCount(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
     ResponseEntity<String> queryPrePayment(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
 
+    ResponseEntity<String> queryOwePaymentCount(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+    /**
+     * 鏌ヨ鎶ヨ〃涓撳
+     * @param reportFeeMonthStatisticsDto
+     * @return
+     */
+    ResponseEntity<String> queryReportProficientCount(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+    /**
+     * 鏌ヨ鎶ヤ慨淇℃伅
+     *
+     * @param repairUserDto
+     * @return
+     */
+    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