From fe667a39c8a4e713b86c5d8b5d57ab42421190e6 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 03 七月 2023 01:23:01 +0800
Subject: [PATCH] 优化后端代理

---
 service-report/src/main/java/com/java110/report/dao/IReportFeeYearCollectionServiceDao.java |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/service-report/src/main/java/com/java110/report/dao/IReportFeeYearCollectionServiceDao.java b/service-report/src/main/java/com/java110/report/dao/IReportFeeYearCollectionServiceDao.java
old mode 100644
new mode 100755
index 1d0cf4a..87daa79
--- a/service-report/src/main/java/com/java110/report/dao/IReportFeeYearCollectionServiceDao.java
+++ b/service-report/src/main/java/com/java110/report/dao/IReportFeeYearCollectionServiceDao.java
@@ -2,10 +2,6 @@
 
 
 import com.java110.utils.exception.DAOException;
-import com.java110.entity.merchant.BoMerchant;
-import com.java110.entity.merchant.BoMerchantAttr;
-import com.java110.entity.merchant.Merchant;
-import com.java110.entity.merchant.MerchantAttr;
 
 
 import java.util.List;
@@ -39,6 +35,7 @@
      * @throws DAOException DAO寮傚父
      */
     List<Map> getReportFeeYearCollectionInfo(Map info) throws DAOException;
+    List<Map> getReportFeeYearCollectionInfos(Map info) throws DAOException;
 
 
 
@@ -49,6 +46,13 @@
      */
     void updateReportFeeYearCollectionInfo(Map info) throws DAOException;
 
+    /**
+     * 淇敼璐圭敤骞存敹璐逛俊鎭�
+     * @param info 淇敼淇℃伅
+     * @throws DAOException DAO寮傚父
+     */
+    void deleteReportFeeYearCollectionInfo(Map info) throws DAOException;
+
 
     /**
      * 鏌ヨ璐圭敤骞存敹璐规�绘暟

--
Gitblit v1.8.0