From 83b72e32a89988dd721ef7bc8ea673751092fb4a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 10 十二月 2025 16:11:13 +0800
Subject: [PATCH] fix: bug
---
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 8ee5f0c..e6fe93c 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -911,12 +911,12 @@
/// <summary>
/// 閫�娆剧敵璇锋椂闂�
/// </summary>
- public DateTime RefundTime { get; set; }
+ public DateTime? RefundTime { get; set; }
/// <summary>
/// 閫�娆炬垚鍔熸椂闂�
/// </summary>
- public DateTime RefundSuccessTime { get; set; }
+ public DateTime? RefundSuccessTime { get; set; }
public RefundPlatformStatusEnum RefundPlatformStatus { get; set; }
--
Gitblit v1.9.1