|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | long count(WithdrawalOrders withdrawalOrders); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void  applyWithdrawal(WithdrawalDTO withdrawalDTO); | 
|---|
|  |  |  | TransferToUser.TransferToUserResponse  applyWithdrawal(WithdrawalDTO withdrawalDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void cancelTransfer(TransferToUser.CancelTransferRequest request); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void transferSuccess(String outBillNo,Boolean isSuccess); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|