From b825d6887ea8ca29c880ba95f6de909140a379f6 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 20 十月 2020 17:54:33 +0800
Subject: [PATCH] 加入缴费明细表
---
java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 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 ba0954e..279a20f 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
@@ -163,6 +163,23 @@
* @param reportFeeMonthStatisticsDto
* @return
*/
+ @RequestMapping(value = "/queryPayFeeDetailCount", method = RequestMethod.POST)
+ int queryPayFeeDetailCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
+ @RequestMapping(value = "/queryPayFeeDetail", method = RequestMethod.POST)
+ List<ReportFeeMonthStatisticsDto> queryPayFeeDetail(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+ /**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @param reportFeeMonthStatisticsDto
+ * @return
+ */
@RequestMapping(value = "/queryDeadlineFeeCount", method = RequestMethod.POST)
int queryDeadlineFeeCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
--
Gitblit v1.8.0