From 0481353111afb43a2322e18530dde26f1d841ead Mon Sep 17 00:00:00 2001
From: yanghb <yanghb>
Date: 星期五, 21 四月 2023 11:15:34 +0800
Subject: [PATCH] 代码调整

---
 ManagementTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IIncomeService.java |   43 -------------------------------------------
 1 files changed, 0 insertions(+), 43 deletions(-)

diff --git a/ManagementTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IIncomeService.java b/ManagementTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IIncomeService.java
index 201d879..e1a2fd3 100644
--- a/ManagementTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IIncomeService.java
+++ b/ManagementTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IIncomeService.java
@@ -2,9 +2,6 @@
 
 import com.baomidou.mybatisplus.service.IService;
 import com.stylefeng.guns.modular.system.model.Income;
-import org.apache.poi.hssf.usermodel.HSSFWorkbook;
-
-import java.util.Map;
 
 public interface IIncomeService extends IService<Income> {
 
@@ -19,44 +16,4 @@
      * @throws Exception
      */
     void saveData(Integer userType, Integer objectId, Integer type, Integer incomeId, Integer orderType, Double money) throws Exception;
-
-
-    /**
-     * 获取平台收入明细汇总
-     * @param insertTime
-     * @param offset
-     * @param limit
-     * @return
-     * @throws Exception
-     */
-    Map<String, Object> summaryOfIncomeDetailsList(String insertTime, Integer offset, Integer limit) throws Exception;
-
-
-    /**
-     * 导出平台收入明细汇总
-     * @param insertTime
-     * @return
-     * @throws Exception
-     */
-    HSSFWorkbook  exportSummaryOfIncomeDetails(String insertTime) throws Exception;
-
-
-    /**
-     * 获取支出明细汇总
-     * @param insertTime
-     * @param offset
-     * @param limit
-     * @return
-     * @throws Exception
-     */
-    Map<String, Object> summaryOfSpendingDetailsList(String insertTime, Integer offset, Integer limit) throws Exception;
-
-
-    /**
-     * 导出支出明细汇总
-     * @param insertTime
-     * @return
-     * @throws Exception
-     */
-    HSSFWorkbook exportSummaryOfSpendingDetails(String insertTime) throws Exception;
 }

--
Gitblit v1.7.1