From b4288a88cb00793368c8e9244a7b3181daeadb96 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 28 三月 2025 16:11:11 +0800
Subject: [PATCH] fix:条件编译更新

---
 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