From a099df38e66edc9e7f43212fc385db0f1169b12a Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 25 三月 2025 14:36:48 +0800
Subject: [PATCH] fix:退款导出bug

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 42dcbb0..f944c9a 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -443,6 +443,13 @@
     [Name("鍏呭�兼笭閬�")]
     public string? ChannelName { get; set; }
 
+
+
+    /// <summary>
+    /// 閫�娆剧敵璇锋椂闂�
+    /// </summary>
+    public DateTime? RefundApplyTime { get; set; }
+
     /// <summary>
     /// 閫�娆剧敵璇锋椂闂�
     /// </summary>
@@ -454,12 +461,13 @@
     /// </summary>
     public DateTime CreationTime { get; set; }
 
-    [Name("涓嬪崟鏃堕棿")]
-    public string? CreationTimeStr { get; set; }
 
     [Name("閫�娆捐鍗曞彿")]
     public string? RefundOrderNo { get; set; }
 
+
+    [Name("閫�娆剧敵璇�")]
+    public string? RefundApplyRemark { get; set; }
 
     [Name("鍏呭�奸噾棰�")]
     public string? RechargeAmountStr { get; set; }
@@ -592,6 +600,11 @@
     public DateTime? RefundTime { get; set; }
 
     /// <summary>
+    /// 閫�娆剧敵璇锋椂闂�
+    /// </summary>
+    public DateTime? RefundApplyTime { get; set; }
+
+    /// <summary>
     /// 閫�娆惧嚟璇�
     /// </summary>
     public string RefundCredentialsImgUrl { get; set; }

--
Gitblit v1.9.1