From 696fb59e8e88162e5c21ceeb7794853216d413db Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期五, 17 三月 2023 01:01:55 +0800
Subject: [PATCH] 加入物品流程功能
---
java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 119 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
index 075bf8e..1b60f64 100755
--- a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
@@ -4,6 +4,7 @@
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;
@@ -14,6 +15,7 @@
import org.springframework.web.bind.annotation.RequestMethod;
import java.util.List;
+import java.util.Map;
/**
* @ClassName IReportFeeMonthStatisticsInnerServiceSMO
@@ -23,7 +25,7 @@
* @Version 1.0
* add by wuxw 2019/4/24
**/
-@FeignClient(name = "report-service", configuration = {FeignConfiguration.class})
+@FeignClient(name = "${java110.report-service}", configuration = {FeignConfiguration.class})
@RequestMapping("/reportFeeMonthStatisticsApi")
public interface IReportFeeMonthStatisticsInnerServiceSMO {
@@ -80,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);
@@ -98,6 +127,28 @@
* @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);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
@RequestMapping(value = "/queryFeeBreakdownCount", method = RequestMethod.POST)
int queryFeeBreakdownCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
@@ -109,6 +160,28 @@
*/
@RequestMapping(value = "/queryFeeBreakdown", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryFeeBreakdown(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @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);
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
@@ -173,6 +246,8 @@
@RequestMapping(value = "/queryOweFeeDetail", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryOweFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+ @RequestMapping(value = "/queryOweFeeDetailMajor", method = RequestMethod.POST)
+ ReportFeeMonthStatisticsDto queryOweFeeDetailMajor(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
*
@@ -334,4 +409,47 @@
*/
@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