zhengyuxuan
2025-03-21 8b923699a5ff894ca839b4b5ce79979d5dd20459
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -246,6 +246,12 @@
    /// </summary>
    public string RefundApplyRemark { get; set; }
    /// <summary>
    /// 退款申请时间
    /// </summary>
    public DateTime? RefundApplyTime { get; set; }
    /// <summary>
    /// 驳回原因
    /// </summary>
@@ -615,6 +621,11 @@
    /// 平台利润
    /// </summary>
    public decimal? Profit { get; set; }
    /// <summary>
    /// 回单地址
    /// </summary>
    public string? ElecBillUrl { get; set; }
}
public class LifePayRefundOrderOutput
{
@@ -740,6 +751,12 @@
    /// 退款金额
    /// </summary>
    public decimal? RefundPrice { get; set; }
    /// <summary>
    /// 回单地址
    /// </summary>
    public string? ElecBillUrl { get; set; }
}
public class CreateLifePayOrderOutput
{