From 73436e8c2bdd8af813df060f2b35bc96ae055b7b Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 28 三月 2025 15:47:17 +0800
Subject: [PATCH] 提交

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
index 2676cac..788c88e 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
@@ -10,9 +10,9 @@
 
 public interface ILifePayOrderService : IApplicationService
 {
-    Task<PageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input);
-
-    Task<decimal> GetTotalLifePayRechargeReceipts();
+    Task<LifePayRechargeReceiptsPageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input);
 
     Task AddUpdatePayRechargeReceipts(AddUpdatePayRechargeReceiptsInput input);
+
+    Task AddLifePayExpensesReceipts(AddLifePayExpensesReceiptsInput input);
 }
\ No newline at end of file

--
Gitblit v1.9.1