zhengyiming
6 小时以前 668b5b05d80d2a02d7fe9293de08c1cd02ac67e5
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>