zhengyuxuan
9 天以前 0a6ddcc8360063c8138965b69baf1fb563f6a0d8
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -286,7 +286,7 @@
    /// <summary>
    /// 实际到账金额
    /// </summary>
    public decimal ActualReceivedAmount { get; set; }
    public decimal? ActualReceivedAmount { get; set; }
    public LifePayStatusEnum? ActualReceivedStatus { get; set; }
}
@@ -533,6 +533,9 @@
    [Name("完成时间")]
    public string? FinishTimeStr { get; set; }
    [Name("平台订单号")]
    public string OrderNo { get; set; }
}
public class UserLifePayOrderOutput