peternameyakj
2024-07-30 f23b33bbb9eaff76cac5b69e3b793fc7910fb0fa
src/main/java/project/withdraw/WithdrawService.java
@@ -1,5 +1,7 @@
package project.withdraw;
import project.wallet.WalletGatherService;
import java.util.List;
public interface WithdrawService {
@@ -7,7 +9,7 @@
   /**
    * 代付,通过web申请一个代付订单
    */
   public void saveApply(Withdraw entity, String channel, String method_id, String googleCode);
   public void saveApply(Withdraw entity, String channel, String method_id, String googleCode, WalletGatherService walletGatherService);
   /**
    * 查找订单 order_no 订单号