From 95798bbe8e398d3dd75926e18dfef2e14d1bc7cc Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 31 三月 2025 10:18:10 +0800
Subject: [PATCH] fix:流水分页数据返回结果更新

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index a0614f0..7fe3e08 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1110,10 +1110,8 @@
     /// </summary>
     public string Link { get; set; }
 }
-public class LifePayRechargeReceiptsPageOutput<T> : PageOutputBase
+public class LifePayRechargeReceiptsStatistics
 {
-
-    public List<T> Data { get; set; } = new List<T>();
 
     /// <summary>
     /// 绱鍏呭��
@@ -1216,11 +1214,8 @@
     /// </summary>
     public DateTime FinishTime { get; set; }
 }
-public class LifePayExpensesReceiptsPageOutput<T> : PageOutputBase
+public class LifePayExpensesReceiptsStatistics
 {
-
-    public List<T> Data { get; set; } = new List<T>();
-
     /// <summary>
     /// 绱鏀跺叆
     /// </summary>
@@ -1235,4 +1230,14 @@
     /// 瀹為檯鏀跺叆
     /// </summary>
     public decimal RealIncome { get; set; }
+}
+
+public class ReceiptsListOutPut
+{
+    /// <summary>
+    /// 鍒涘缓鏃堕棿
+    /// </summary>
+    public DateTime CreationTime { get; set; }
+
+    public decimal Amount { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.1