From 78bf5ae3845bd2d7008eae76a1d4facb2d29280b Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 15:11:42 +0800
Subject: [PATCH] fix:部分退款接口更新

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 54f3991..cb59958 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -869,6 +869,11 @@
 public class TopStatisticsOutput
 {
     /// <summary>
+    /// 鍒涘缓鏃堕棿
+    /// </summary>
+    public DateTime CreationTime { get; set; }
+
+    /// <summary>
     /// 璐︽埛浣欓
     /// </summary>
     public decimal Amount { get; set; }
@@ -881,7 +886,7 @@
     /// <summary>
     /// 鏄ㄦ棩鏀舵
     /// </summary>
-    public decimal ReceiptsYesterda { get; set; }
+    public decimal ReceiptsYesterday { get; set; }
 
 
     /// <summary>
@@ -897,17 +902,17 @@
     /// <summary>
     /// 鏄ㄦ棩涓嬪崟
     /// </summary>
-    public int OrdersNumYesterda { get; set; }
+    public int OrdersNumYesterday { get; set; }
 
     /// <summary>
     /// 鏄ㄦ棩鎴愬姛
     /// </summary>
-    public int YesterdaSuccess { get; set; }
+    public int YesterdaySuccess { get; set; }
 
     /// <summary>
     /// 鏄ㄦ棩澶辫触
     /// </summary>
-    public int YesterdaFail { get; set; }
+    public int YesterdayFail { get; set; }
 
     /// <summary>
     /// 绱鐢ㄦ埛

--
Gitblit v1.9.1