From b555bdde876199ea4d3f2f9126f20f6e94b3e890 Mon Sep 17 00:00:00 2001
From: shane <88386378@qq.com>
Date: 星期一, 12 七月 2021 22:30:14 +0800
Subject: [PATCH] 社区新闻大类设置隐藏与显示过滤条件

---
 service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/IGetReportFeeMonthStatisticsBMO.java |   51 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 49 insertions(+), 2 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 8755d9c..7c0d9a8
--- 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,13 +1,18 @@
 package com.java110.report.bmo.reportFeeMonthStatistics;
+
+import com.java110.dto.RoomDto;
+import com.java110.dto.repair.RepairUserDto;
 import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto;
 import org.springframework.http.ResponseEntity;
+
 public interface IGetReportFeeMonthStatisticsBMO {
 
 
     /**
      * 鏌ヨ璐圭敤鏈堢粺璁�
      * add by wuxw
-     * @param  reportFeeMonthStatisticsDto
+     *
+     * @param reportFeeMonthStatisticsDto
      * @return
      */
     ResponseEntity<String> get(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
@@ -15,10 +20,52 @@
     /**
      * 鏌ヨ璐圭敤鏈堢粺璁�
      * add by wuxw
-     * @param  reportFeeMonthStatisticsDto
+     *
+     * @param reportFeeMonthStatisticsDto
      * @return
      */
     ResponseEntity<String> queryReportFeeSummary(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
 
+    ResponseEntity<String> queryReportFloorUnitFeeSummary(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
 
+
+    ResponseEntity<String> queryFeeBreakdown(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+    ResponseEntity<String> queryFeeDetail(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+    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);
 }

--
Gitblit v1.8.0