wuxw
2024-01-04 2551631f71dbd6291794b84af8d2f7ded1463521
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);
    /**
     * 账户扣款
     * @param payFeeDataDto
     * @param feeId
     * @param communityId
     */
    void withholdAccount(PayFeeDataDto payFeeDataDto, String feeId, String communityId);
}