zhengyuxuan
2025-03-24 9c2c0f8e00bd9df0f0eeb07ff62d9210bc94a945
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -296,11 +296,21 @@
    /// <summary>
    /// 开始完成时间
    /// </summary>
    public DateTime? BeginRefundTime { get; set; }
    public DateTime? BeginFinishTime { get; set; }
    /// <summary>
    /// 结束完成时间
    /// </summary>
    public DateTime? EndFinishTime { get; set; }
    /// <summary>
    /// 开始退款时间
    /// </summary>
    public DateTime? BeginRefundTime { get; set; }
    /// <summary>
    /// 结束退款时间
    /// </summary>
    public DateTime? EndRefundTime { get; set; }
    /// <summary>