From 2a31b6bf020f10d23ade9d09a656dca86f301f3f Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 19 十月 2020 15:25:01 +0800
Subject: [PATCH] 优化代码
---
java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java | 43 ++++++++++++++++++++++++++++++++++++++++---
1 files changed, 40 insertions(+), 3 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 bf0a1e5..5518243 100644
--- a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
@@ -27,14 +27,13 @@
public int saveReportFeeMonthStatistics(@RequestBody ReportFeeMonthStatisticsPo reportFeeMonthStatisticsPo);
@RequestMapping(value = "/updateReportFeeMonthStatistics", method = RequestMethod.POST)
- public int updateReportFeeMonthStatistics(@RequestBody ReportFeeMonthStatisticsPo reportFeeMonthStatisticsPo);
+ public int updateReportFeeMonthStatistics(@RequestBody ReportFeeMonthStatisticsPo reportFeeMonthStatisticsPo);
@RequestMapping(value = "/deleteReportFeeMonthStatistics", method = RequestMethod.POST)
- public int deleteReportFeeMonthStatistics(@RequestBody ReportFeeMonthStatisticsPo reportFeeMonthStatisticsPo);
+ public int deleteReportFeeMonthStatistics(@RequestBody ReportFeeMonthStatisticsPo reportFeeMonthStatisticsPo);
/**
* <p>鏌ヨ灏忓尯妤间俊鎭�</p>
- *
*
* @param reportFeeMonthStatisticsDto 鏁版嵁瀵硅薄鍒嗕韩
* @return ReportFeeMonthStatisticsDto 瀵硅薄鏁版嵁
@@ -54,6 +53,7 @@
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@@ -62,6 +62,7 @@
/**
* 鏌ヨ璐圭敤姹囨�昏〃
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@@ -70,6 +71,7 @@
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@@ -78,6 +80,7 @@
/**
* 鏌ヨ璐圭敤姹囨�昏〃
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@@ -86,6 +89,7 @@
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@@ -94,13 +98,16 @@
/**
* 鏌ヨ璐圭敤姹囨�昏〃
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@RequestMapping(value = "/queryFeeBreakdown", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryFeeBreakdown(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@@ -109,6 +116,7 @@
/**
* 鏌ヨ璐圭敤姹囨�昏〃
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@@ -116,6 +124,25 @@
List<ReportFeeMonthStatisticsDto> queryFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
/**
* 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryPrePaymentNewCount", method = RequestMethod.POST)
+ int queryPrePaymentNewCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryPrePayment", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryPrePayment(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@@ -124,11 +151,21 @@
/**
* 鏌ヨ璐圭敤姹囨�昏〃
+ *
* @param reportFeeMonthStatisticsDto
* @return
*/
@RequestMapping(value = "/queryOweFeeDetail", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryOweFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+ /**
+ * 鏌ヨ棰勪粯璐规埛鏁�
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryPrePaymentCount", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryPrePaymentCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
}
--
Gitblit v1.8.0