From 4ed693f48d1435de7a6333df17c2b34154731429 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期三, 05 七月 2023 22:26:27 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 service-fee/src/main/java/com/java110/fee/feeMonth/IPayFeeMonth.java |    9 +++++++++
 1 files changed, 9 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 0dedbe3..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,6 +18,13 @@
     void doGeneratorOrRefreshFeeMonth(String feeId, String communityId);
 
     /**
+     * 鎵归噺鐢熸垚 鏈堟暟鎹�
+     * @param feeIds
+     * @param communityId
+     */
+     void doGeneratorFeeMonths(List<String> feeIds, String communityId);
+
+    /**
      * 鎵�鏈夎垂鐢� 鐢熸垚鏈堟暟鎹�
      *
      * @param communityId

--
Gitblit v1.8.0