zhengyiming
5 天以前 a5f0843b6b8f1d12ba8d100c81461386b80d7883
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; }
}
@@ -1428,6 +1429,8 @@
    /// </summary>
    public bool IsBackClientUser { get; set; }
    public string[] Roles { get; set; }
    public bool IsSystem { get; set; }
    /// <summary>