From 1727f490edc5940c38044bbd45503943580c5121 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 15 五月 2023 10:32:44 +0800
Subject: [PATCH] optimize code
---
java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java | 278 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 277 insertions(+), 1 deletions(-)
diff --git a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
old mode 100644
new mode 100755
index 9b78d37..c98fecb
--- a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
@@ -1,6 +1,12 @@
-package com.java110.intf;
+package com.java110.intf.report;
+import com.alibaba.fastjson.JSONObject;
import com.java110.config.feign.FeignConfiguration;
+import com.java110.dto.RoomDto;
+import com.java110.dto.fee.FeeConfigDto;
+import com.java110.dto.owner.OwnerDto;
+import com.java110.dto.repair.RepairUserDto;
+import com.java110.dto.report.ReportDeposit;
import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto;
import com.java110.po.reportFeeMonthStatistics.ReportFeeMonthStatisticsPo;
import org.springframework.cloud.openfeign.FeignClient;
@@ -9,6 +15,7 @@
import org.springframework.web.bind.annotation.RequestMethod;
import java.util.List;
+import java.util.Map;
/**
* @ClassName IReportFeeMonthStatisticsInnerServiceSMO
@@ -75,6 +82,33 @@
* @param reportFeeMonthStatisticsDto
* @return
*/
+ @RequestMapping(value = "/queryReportFeeSummaryDetailCount", method = RequestMethod.POST)
+ int queryReportFeeSummaryDetailCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryReportFeeSummaryDetail", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryReportFeeSummaryDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃 澶ц
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryReportFeeSummaryMajor", method = RequestMethod.POST)
+ ReportFeeMonthStatisticsDto queryReportFeeSummaryMajor(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
@RequestMapping(value = "/queryReportFloorUnitFeeSummaryCount", method = RequestMethod.POST)
int queryReportFloorUnitFeeSummaryCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
@@ -86,6 +120,28 @@
*/
@RequestMapping(value = "/queryReportFloorUnitFeeSummary", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryReportFloorUnitFeeSummary(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryReportFloorUnitFeeSummaryDetailCount", method = RequestMethod.POST)
+ int queryReportFloorUnitFeeSummaryDetailCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryReportFloorUnitFeeDetailSummary", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryReportFloorUnitFeeDetailSummary(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+
+ @RequestMapping(value = "/queryReportFloorUnitFeeSummaryMajor", method = RequestMethod.POST)
+ ReportFeeMonthStatisticsDto queryReportFloorUnitFeeSummaryMajor(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
@@ -111,8 +167,39 @@
* @param reportFeeMonthStatisticsDto
* @return
*/
+ @RequestMapping(value = "/queryFeeBreakdownDetailCount", method = RequestMethod.POST)
+ int queryFeeBreakdownDetailCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryFeeBreakdownDetail", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryFeeBreakdownDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+
+ @RequestMapping(value = "/queryFeeBreakdownMajor", method = RequestMethod.POST)
+ ReportFeeMonthStatisticsDto queryFeeBreakdownMajor(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
@RequestMapping(value = "/queryFeeDetailCount", method = RequestMethod.POST)
int queryFeeDetailCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃鎬昏垂鐢�
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryAllFeeDetail", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryAllFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
/**
* 鏌ヨ璐圭敤姹囨�昏〃
@@ -122,6 +209,7 @@
*/
@RequestMapping(value = "/queryFeeDetail", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
*
@@ -158,6 +246,62 @@
@RequestMapping(value = "/queryOweFeeDetail", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryOweFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+ @RequestMapping(value = "/queryOweFeeDetailMajor", method = RequestMethod.POST)
+ ReportFeeMonthStatisticsDto queryOweFeeDetailMajor(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryPayFeeDetailCount", method = RequestMethod.POST)
+ JSONObject queryPayFeeDetailCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryPayFeeDetail", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryPayFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃鎬昏垂鐢�
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryAllPayFeeDetail", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryAllPayFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ(浼樻儬銆佸噺鍏嶃�佹粸绾抽噾銆佺┖缃埧鎵撴姌銆佺┖缃埧鍑忓厤绛�)鎬婚噾棰�
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryPayFeeDetailSum", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryPayFeeDetailSum(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryDeadlineFeeCount", method = RequestMethod.POST)
+ int queryDeadlineFeeCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryDeadlineFee", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryDeadlineFee(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
/**
* 鏌ヨ棰勪粯璐规埛鏁�
*
@@ -166,6 +310,16 @@
*/
@RequestMapping(value = "/queryPrePaymentCount", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryPrePaymentCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ棰勪粯璐规埛鏁�
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryDeadlinePaymentCount", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryDeadlinePaymentCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
/**
* 鏌ヨ棰勪粯璐规埛鏁�
*
@@ -175,5 +329,127 @@
@RequestMapping(value = "/queryOwePaymentCount", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryOwePaymentCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+ /**
+ * 鏌ヨ棰勪粯璐规埛鏁�
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryAllPaymentCount", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryAllPaymentCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+ @RequestMapping(value = "/queryReportProficientCount", method = RequestMethod.POST)
+ JSONObject queryReportProficientCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * <p>鏌ヨ灏忓尯妤间俊鎭�</p>
+ *
+ * @param feeConfigDto 鏁版嵁瀵硅薄鍒嗕韩
+ * @return FeeConfigDto 瀵硅薄鏁版嵁
+ */
+ @RequestMapping(value = "/queryFeeConfigs", method = RequestMethod.POST)
+ List<FeeConfigDto> queryFeeConfigs(@RequestBody FeeConfigDto feeConfigDto);
+
+ /**
+ * 鏌ヨ缁翠慨甯堝倕鎶ヤ慨淇℃伅
+ *
+ * @param repairUserDto
+ * @return
+ */
+ @RequestMapping(value = "/queryRepair", method = RequestMethod.POST)
+ List<RepairUserDto> queryRepair(@RequestBody RepairUserDto repairUserDto);
+
+ /**
+ * 鏌ヨ鎶ヤ慨淇℃伅
+ *
+ * @param repairUserDto
+ * @return
+ */
+ @RequestMapping(value = "/queryRepairWithOutPage", method = RequestMethod.POST)
+ List<RepairUserDto> queryRepairWithOutPage(@RequestBody RepairUserDto repairUserDto);
+
+ /**
+ * 鏌ヨ鍛樺伐鎶ヤ慨琛ㄥ憳宸ヤ俊鎭�
+ *
+ * @param repairUserDto
+ * @return
+ */
+ @RequestMapping(value = "/queryRepairForStaff", method = RequestMethod.POST)
+ List<RepairUserDto> queryRepairForStaff(@RequestBody RepairUserDto repairUserDto);
+
+ /**
+ * 鏌ヨ鏈敹璐规埧灞�
+ *
+ * @param roomDto
+ * @return
+ */
+ @RequestMapping(value = "/queryNoFeeRoomsCount", method = RequestMethod.POST)
+ int queryNoFeeRoomsCount(@RequestBody RoomDto roomDto);
+
+ /**
+ * 鏌ヨ鏈敹璐规埧灞�
+ *
+ * @param roomDto 鎴垮眿
+ * @return
+ */
+ @RequestMapping(value = "/queryNoFeeRooms", method = RequestMethod.POST)
+ List<RoomDto> queryNoFeeRooms(@RequestBody RoomDto roomDto);
+
+ /**
+ * 鏌ヨ鎶奸噾
+ *
+ * @param reportDeposit
+ * @return
+ */
+ @RequestMapping(value = "/queryFeeDeposit", method = RequestMethod.POST)
+ List<ReportDeposit> queryPayFeeDeposit(@RequestBody ReportDeposit reportDeposit);
+
+ /**
+ * 鏌ヨ鎶奸噾閫�璐规�婚噾棰�
+ */
+ @RequestMapping(value = "/queryFeeDepositAmount", method = RequestMethod.POST)
+ List<ReportDeposit> queryFeeDepositAmount(@RequestBody ReportDeposit reportDeposit);
+
+
+ /**
+ * 鏌ヨ鍗庡畞鐗╀笟 娆犺垂鎬绘暟
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryHuaningOweFeeCount", method = RequestMethod.POST)
+ int queryHuaningOweFeeCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ鍗庡畞鐗╀笟 娆犺垂鏄庣粏 鎸夋ゼ鏍� group by
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryHuaningOweFee", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryHuaningOweFee(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ @RequestMapping(value = "/queryHuaningPayFeeCount", method = RequestMethod.POST)
+ int queryHuaningPayFeeCount(@RequestBody Map paramInfo);
+
+ @RequestMapping(value = "/queryHuaningPayFee", method = RequestMethod.POST)
+ List<Map> queryHuaningPayFee(@RequestBody Map paramInfo);
+
+ @RequestMapping(value = "/queryHuaningPayFeeTwoCount", method = RequestMethod.POST)
+ int queryHuaningPayFeeTwoCount(@RequestBody Map paramInfo);
+
+ @RequestMapping(value = "/queryHuaningPayFeeTwo", method = RequestMethod.POST)
+ List<Map> queryHuaningPayFeeTwo(@RequestBody Map paramInfo);
+
+ @RequestMapping(value = "/queryHuaningOweFeeDetailCount", method = RequestMethod.POST)
+ int queryHuaningOweFeeDetailCount(@RequestBody Map paramInfo);
+
+ @RequestMapping(value = "/queryHuaningOweFeeDetail", method = RequestMethod.POST)
+ List<Map> queryHuaningOweFeeDetail(@RequestBody Map paramInfo);
+
+ /**
+ *
+ * @param ownerDto
+ * @return
+ */
+ @RequestMapping(value = "/queryRoomAndParkingSpace", method = RequestMethod.POST)
+ List<OwnerDto> queryRoomAndParkingSpace(@RequestBody OwnerDto ownerDto);
}
--
Gitblit v1.8.0