From 0fea532b07be89978343cb4aede3693af99f5656 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 25 七月 2023 23:04:41 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 service-fee/src/main/java/com/java110/fee/feeMonth/IPayFeeMonth.java |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/service-fee/src/main/java/com/java110/fee/feeMonth/IPayFeeMonth.java b/service-fee/src/main/java/com/java110/fee/feeMonth/IPayFeeMonth.java
index c7bb84d..3f8d8ab 100644
--- a/service-fee/src/main/java/com/java110/fee/feeMonth/IPayFeeMonth.java
+++ b/service-fee/src/main/java/com/java110/fee/feeMonth/IPayFeeMonth.java
@@ -1,5 +1,7 @@
 package com.java110.fee.feeMonth;
 
+import java.util.List;
+
 /**
  * 璐圭敤绂绘暎涓� 鏈� 搴旀敹瀹炴敹鏁版嵁
  * <p>
@@ -16,10 +18,32 @@
     void doGeneratorOrRefreshFeeMonth(String feeId, String communityId);
 
     /**
+     * 鎵归噺鐢熸垚 鏈堟暟鎹�
+     * @param feeIds
+     * @param communityId
+     */
+     void doGeneratorFeeMonths(List<String> feeIds, String communityId);
+
+    /**
      * 鎵�鏈夎垂鐢� 鐢熸垚鏈堟暟鎹�
      *
      * @param communityId
      */
     void doGeneratorOrRefreshAllFeeMonth(String communityId);
 
+    /**
+     * 缂磋垂 绂绘暎鏁版嵁
+     * @param feeId
+     * @param detailId
+     * @param communityId
+     */
+    void payFeeDetailRefreshFeeMonth(String feeId,String detailId,String communityId);
+
+    /**
+     * 鍒犻櫎 璐圭敤绂绘暎鏈�
+     * @param feeId
+     * @param communityId
+     */
+    void deleteFeeMonth(String feeId,String communityId);
+
 }

--
Gitblit v1.8.0