sunpengfei
2025-12-04 ac61e142795d9572798f33f384481a47ba5b6457
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -623,6 +623,9 @@
    [Name("申请退款时间")]
    public string? RefundApplyTimeStr { get; set; }
    [Name("平台订单号")]
    public string OrderNo { get; set; }
    /// <summary>
    /// 下单时间
    /// </summary>
@@ -694,8 +697,6 @@
    [Name("完成时间")]
    public string? FinishTimeStr { get; set; }
    public string OrderNo { get; set; }
}