From 2551631f71dbd6291794b84af8d2f7ded1463521 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 04 一月 2024 22:49:13 +0800
Subject: [PATCH] 优化改造完成批量缴费功能

---
 service-fee/src/main/java/com/java110/fee/bmo/fee/IFinishFeeNotify.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/service-fee/src/main/java/com/java110/fee/bmo/fee/IFinishFeeNotify.java b/service-fee/src/main/java/com/java110/fee/bmo/fee/IFinishFeeNotify.java
index 79a1ef4..64a892a 100644
--- a/service-fee/src/main/java/com/java110/fee/bmo/fee/IFinishFeeNotify.java
+++ b/service-fee/src/main/java/com/java110/fee/bmo/fee/IFinishFeeNotify.java
@@ -1,6 +1,7 @@
 package com.java110.fee.bmo.fee;
 
 import com.alibaba.fastjson.JSONObject;
+import com.java110.dto.fee.PayFeeDataDto;
 
 public interface IFinishFeeNotify {
 
@@ -26,4 +27,12 @@
      * @param communityId
      */
     void withholdAccount(JSONObject paramObj, String feeId, String communityId);
+
+    /**
+     * 璐︽埛鎵f
+     * @param payFeeDataDto
+     * @param feeId
+     * @param communityId
+     */
+    void withholdAccount(PayFeeDataDto payFeeDataDto, String feeId, String communityId);
 }

--
Gitblit v1.8.0