From b173d31976fc4731b7c247d4038de92134eba317 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 29 六月 2023 11:42:17 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
service-report/src/main/java/com/java110/report/dao/IReportFeeYearCollectionServiceDao.java | 11 +++++++----
1 files changed, 7 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 71edac6..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;
@@ -50,6 +46,13 @@
*/
void updateReportFeeYearCollectionInfo(Map info) throws DAOException;
+ /**
+ * 淇敼璐圭敤骞存敹璐逛俊鎭�
+ * @param info 淇敼淇℃伅
+ * @throws DAOException DAO寮傚父
+ */
+ void deleteReportFeeYearCollectionInfo(Map info) throws DAOException;
+
/**
* 鏌ヨ璐圭敤骞存敹璐规�绘暟
--
Gitblit v1.8.0