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; }