zj
2026-01-14 3a1977e8cc0c5fffbc6490f220f30116af6cce86
src/main/java/com/nq/service/IUserWithdrawService.java
@@ -36,7 +36,5 @@
  List<UserWithdraw> exportByAdmin( Integer agentId, Integer userId, String realName, Integer state, String beginTime, String endTime, HttpServletRequest request);
  void noticePayment(TradeResultVO vo, HttpServletResponse response) throws IOException;
  void noticePaymentTwo(PaymentCallbackTwo vo, HttpServletResponse response) throws IOException;
  int countPendingWithdraw();
}