From 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 19 七月 2022 21:49:55 +0800
Subject: [PATCH] 优化添加设备 功能
---
service-report/src/main/java/com/java110/report/dao/IReportFeeMonthStatisticsServiceDao.java | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/dao/IReportFeeMonthStatisticsServiceDao.java b/service-report/src/main/java/com/java110/report/dao/IReportFeeMonthStatisticsServiceDao.java
index 430cd7f..b41f4a1 100755
--- a/service-report/src/main/java/com/java110/report/dao/IReportFeeMonthStatisticsServiceDao.java
+++ b/service-report/src/main/java/com/java110/report/dao/IReportFeeMonthStatisticsServiceDao.java
@@ -166,6 +166,25 @@
* @param info 璐圭敤鏈堢粺璁′俊鎭�
* @return 璐圭敤鏈堢粺璁℃暟閲�
*/
+ int queryFeeBreakdownDetailCount(Map info);
+
+
+ /**
+ * 鏌ヨ璐圭敤鏈堢粺璁′俊鎭紙instance杩囩▼锛�
+ * 鏍规嵁bId 鏌ヨ璐圭敤鏈堢粺璁′俊鎭�
+ *
+ * @param info bId 淇℃伅
+ * @return 璐圭敤鏈堢粺璁′俊鎭�
+ * @throws DAOException DAO寮傚父
+ */
+ List<Map> queryFeeBreakdownDetail(Map info) throws DAOException;
+
+ /**
+ * 鏌ヨ璐圭敤鏈堢粺璁℃�绘暟
+ *
+ * @param info 璐圭敤鏈堢粺璁′俊鎭�
+ * @return 璐圭敤鏈堢粺璁℃暟閲�
+ */
int queryFeeDetailCount(Map info);
--
Gitblit v1.8.0