zhengyuxuan
2025-03-24 9c2c0f8e00bd9df0f0eeb07ff62d9210bc94a945
fix:bug修复
1个文件已修改
12 ■■■■■ 已修改文件
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>