From 2a2946b36bffbe07931adc8594887064531230de Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 25 三月 2025 16:09:06 +0800
Subject: [PATCH] fix:内部账号去除过滤

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 7ba1524..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>

--
Gitblit v1.9.1