1
zj
2026-01-14 716f77637e6e324fd5865e82039c2c2ee3f94bfa
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();
}