sunpengfei
2025-06-16 e0f2b29f3349d43e7f4222e079c54ba9cc4b6ee1
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; }
}