MrShi
9 天以前 e0a7b836464d6fcc037d46f845b8faf39cb5b13e
server/services/src/main/java/com/doumee/service/business/WithdrawalOrdersService.java
@@ -1,6 +1,5 @@
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;
@@ -98,9 +97,6 @@
     */
    long count(WithdrawalOrders withdrawalOrders);
    TransferToUser.TransferToUserResponse  applyWithdrawal(WithdrawalDTO withdrawalDTO);
    void cancelTransfer(TransferToUser.CancelTransferRequest request);
    void transferSuccess(String outBillNo,Boolean isSuccess);