From f70aa1ba523b3e8956a90304d1f48badc193c8c4 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 25 三月 2025 14:51:25 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 428ccdc..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,8 +461,6 @@
     /// </summary>
     public DateTime CreationTime { get; set; }
 
-    [Name("涓嬪崟鏃堕棿")]
-    public string? CreationTimeStr { get; set; }
 
     [Name("閫�娆捐鍗曞彿")]
     public string? RefundOrderNo { get; set; }

--
Gitblit v1.9.1