zhengyuxuan
2025-03-21 78bf5ae3845bd2d7008eae76a1d4facb2d29280b
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