lingling
2025-03-21 9f166acc5467f0c8ae6bdf2b5b5addac34333ba4
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -352,9 +352,25 @@
{
    public Guid Id { get; set; }
    /// <summary>
    /// 上传凭证
    /// </summary>
    public string RefundCredentialsImgUrl { get; set; }
    /// <summary>
    /// 退款驳回原因
    /// </summary>
    public string RefundCheckRemark { get; set; }
    /// <summary>
    /// 退款类型
    /// </summary>
    public LifePayRefundTypeEnum LifePayRefundType { get; set; }
    /// <summary>
    /// 退款金额
    /// </summary>
    public decimal RefundPrice { get; set; }
}
public class RefundUserLifePayOrderInput : ChannelsBaseInput