From 715971f988d2d096b32a699f10f5c9acdadcae1c Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 20 三月 2025 13:08:32 +0800
Subject: [PATCH] fix:bug修复

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |   45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 44 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index b1fc7b3..8670fc7 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -181,6 +181,11 @@
     public decimal RechargeAmount { get; set; }
 
     /// <summary>
+    /// 瀹為檯鍏呭�奸噾棰�
+    /// </summary>
+    public decimal? ActualRechargeAmount { get; set; }
+
+    /// <summary>
     /// 浼樻儬閲戦
     /// </summary>
     public decimal DiscountAmount { get; set; }
@@ -194,6 +199,12 @@
     /// 鏀粯鏃堕棿
     /// </summary>
     public DateTime? PayTime { get; set; }
+
+
+    /// <summary>
+    /// 骞冲彴鎵f閲戦
+    /// </summary>
+    public decimal? PlatformDeductionAmount { get; set; }
 
     /// <summary>
     /// 鏀粯鐘舵��
@@ -230,13 +241,30 @@
     /// </summary>
     public DateTime? RefundTime { get; set; }
 
-
+    /// <summary>
+    /// 鐢宠閫�娆惧師鍥�
+    /// </summary>
     public string RefundApplyRemark { get; set; }
 
+    /// <summary>
+    /// 椹冲洖鍘熷洜
+    /// </summary>
     public string RefundCheckRemark { get; set; }
 
+    /// <summary>
+    /// 渚涘簲鍟嗚鍗曞彿
+    /// </summary>
     public string ACOOLYOrderNo { get; set; }
 
+    /// <summary>
+    /// 渚涘簲鍟嗚鍗曠姸鎬�
+    /// </summary>
+    public ACOOLYStatusEnum? ACOOLYStatus { get; set; }
+
+    /// <summary>
+    /// 骞冲彴閫�娆剧姸鎬�
+    /// </summary>
+    public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; }
 }
 
 public class LifePayOrderListTemplate
@@ -504,4 +532,19 @@
     public DateTime CreationTime { get; set; }
 
     public bool IsDeleted { get; set; }
+}
+
+public class TopStatisticsOutput
+{
+    /// <summary>
+    /// 璐︽埛浣欓
+    /// </summary>
+    public string Amount { get; set; }
+
+    /// <summary>
+    /// 绱鏀舵
+    /// </summary>
+    public string AccumulatedReceipts { get; set; }
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.1