zhengyiming
3 天以前 83b72e32a89988dd721ef7bc8ea673751092fb4a
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; }