From a81b0710ebb1d67c8f41c9f316488cb2c9b4ae73 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 17 四月 2023 02:29:51 +0800
Subject: [PATCH] 加入搜索
---
service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java | 20 ++++++++++++++++++++
1 files changed, 20 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 72ea55a..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
@@ -6,6 +6,8 @@
import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto;
import org.springframework.http.ResponseEntity;
+import java.util.Map;
+
public interface IGetReportFeeMonthStatisticsBMO {
@@ -76,4 +78,22 @@
* @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