From c2614ad5c7d1e27fae68e52cd058af363464cdb4 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 21 五月 2022 23:16:38 +0800
Subject: [PATCH] 优化代码

---
 service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 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 2964ef6..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
@@ -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 {
 
@@ -61,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