zhengyuxuan
2025-03-21 f7b25f51b37f227120690dafb890e5669e632372
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>
@@ -571,6 +577,11 @@
    public decimal? ActualRechargeAmount { get; set; }
    /// <summary>
    /// 实际到账金额
    /// </summary>
    public decimal? ActualReceivedAmount { get; set; }
    /// <summary>
    /// 退款金额
    /// </summary>
    public decimal? RefundPrice { get; set; }
@@ -615,6 +626,11 @@
    /// 平台利润
    /// </summary>
    public decimal? Profit { get; set; }
    /// <summary>
    /// 回单地址
    /// </summary>
    public string? ElecBillUrl { get; set; }
}
public class LifePayRefundOrderOutput
{
@@ -701,9 +717,19 @@
    /// </summary>
    public string RefundCredentialsImgUrl { get; set; }
    /// <summary>
    /// 退款申请原因
    /// </summary>
    public string RefundApplyRemark { get; set; }
    /// <summary>
    /// 退款申请时间
    /// </summary>
    public DateTime? RefundApplyTime { get; set; }
    /// <summary>
    /// 退款驳回原因
    /// </summary>
    public string RefundCheckRemark { get; set; }
    /// <summary>
@@ -730,6 +756,12 @@
    /// 退款金额
    /// </summary>
    public decimal? RefundPrice { get; set; }
    /// <summary>
    /// 回单地址
    /// </summary>
    public string? ElecBillUrl { get; set; }
}
public class CreateLifePayOrderOutput
{
@@ -753,6 +785,7 @@
    /// </summary>
    public string RefundApplyRemark { get; set; }
    /// <summary>
    /// 后台填写的驳回原因
    /// </summary>