zhengyuxuan
2025-03-27 01962d7f7d9bb4963546eb0c79b921995e6fe271
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1109,3 +1109,31 @@
    /// </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; }
}