zhengyuxuan
2025-03-21 d699bedade1d20e5f36bb09ba73e0a8b7c62e014
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -232,6 +232,11 @@
    public string RefundCredentialsImgUrl { get; set; }
    /// <summary>
    /// 退款金额
    /// </summary>
    public decimal? RefundPrice { get; set; }
    /// <summary>
    /// 下单时间
    /// </summary>
    public DateTime CreationTime { get; set; }
@@ -631,6 +636,11 @@
    /// 回单地址
    /// </summary>
    public string? ElecBillUrl { get; set; }
    /// <summary>
    /// 退款回单地址
    /// </summary>
    public string? RefundElecBillUrl { get; set; }
}
public class LifePayRefundOrderOutput
{
@@ -762,6 +772,11 @@
    /// 回单地址
    /// </summary>
    public string? ElecBillUrl { get; set; }
    /// <summary>
    /// 退款回单地址
    /// </summary>
    public string? RefundElecBillUrl { get; set; }
}
public class CreateLifePayOrderOutput
{