rk
2025-09-28 2304d7b140c5c5b4bf3a83f9ced8bff37d20c42e
server/services/src/main/java/com/doumee/service/business/WithdrawalOrdersService.java
@@ -1,8 +1,11 @@
package com.doumee.service.business;
import com.doumee.config.wx.TransferToUser;
import com.doumee.core.model.PageData;
import com.doumee.core.model.PageWrap;
import com.doumee.dao.business.model.WithdrawalOrders;
import com.doumee.dao.dto.WithdrawalDTO;
import java.util.List;
/**
@@ -94,4 +97,11 @@
     * @return long
     */
    long count(WithdrawalOrders withdrawalOrders);
    TransferToUser.TransferToUserResponse  applyWithdrawal(WithdrawalDTO withdrawalDTO);
    void cancelTransfer(TransferToUser.CancelTransferRequest request);
    void transferSuccess(String outBillNo,Boolean isSuccess);
}