From fd5705a460cd8ef559afd33860e148bb16b8616d Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 26 三月 2025 15:18:35 +0800
Subject: [PATCH] fix;用户管理新增查询条件

---
 LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index ae63d78..81e6737 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -84,6 +84,13 @@
     Task<CreateLifePayOrderOutput> CreateLifePayGasOrder(CreateLifePayOrderInput<LifeGasData> input);
 
     /// <summary>
+    /// 淇敼瀹為檯鍒拌处閲戦
+    /// </summary>
+    /// <param name="input"></param>
+    /// <returns></returns>
+    Task<int> UpdateLifePayOrderActualReceivedAmount(UpdateLifePayOrderInput input);
+
+    /// <summary>
     /// 閫�娆剧敓娲荤即璐硅鍗�
     /// </summary>
     /// <param name="input"></param>

--
Gitblit v1.9.1