zhengyuxuan
2025-03-27 0497d15d3b0341cb4ab99142a25463620229fcf3
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1108,4 +1108,32 @@
    /// 在线客服链接
    /// </summary>
    public string Link { get; set; }
}
public class LifePayRechargeReceiptsListOutput
{
    /// <summary>
    /// 编号
    /// </summary>
    public Guid Id { get; set; }
    /// <summary>
    /// 业务订单号
    /// </summary>
    public string OrderNo { get; set; }
    /// <summary>
    /// 充值金额
    /// </summary>
    public decimal RechargeAmount { get; set; }
    /// <summary>
    /// 备注
    /// </summary>
    public string Remark { get; set; }
    /// <summary>
    /// 凭证
    /// </summary>
    public string Voucher { get; set; }
}