zhengyuxuan
2025-03-24 9c2c0f8e00bd9df0f0eeb07ff62d9210bc94a945
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -304,6 +304,16 @@
    public DateTime? EndFinishTime { get; set; }
    /// <summary>
    /// 开始退款时间
    /// </summary>
    public DateTime? BeginRefundTime { get; set; }
    /// <summary>
    /// 结束退款时间
    /// </summary>
    public DateTime? EndRefundTime { get; set; }
    /// <summary>
    /// 用户Id
    /// </summary>
    public Guid? UserId { get; set; }