From 834f4d992b76e92229cebc9ac5df7ffd6f813c59 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 07 七月 2022 19:08:42 +0800
Subject: [PATCH] 加入费用汇总明细
---
java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java | 18 ++++++++++++++++++
1 files changed, 18 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 f23f6a3..8dc8306 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
@@ -77,6 +77,24 @@
List<ReportFeeMonthStatisticsDto> queryReportFeeSummary(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
/**
+ * 鏌ヨ璐圭敤姹囨�昏〃涓暟
+ *
+ * @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
--
Gitblit v1.8.0