From 5ff44c2f7396f585b237c26d3fd442878055da3c Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 28 三月 2025 10:20:50 +0800
Subject: [PATCH] 提交

---
 LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
index 7c812c5..e465c85 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
@@ -10,6 +10,8 @@
 
 public interface ILifePayOrderService : IApplicationService
 {
-    Task<PageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input);
+    Task<LifePayRechargeReceiptsPageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input);
+
+
     Task AddUpdatePayRechargeReceipts(AddUpdatePayRechargeReceiptsInput input);
 }
\ No newline at end of file

--
Gitblit v1.9.1