zhengyuxuan
2025-03-28 1650950e7f246915599e62a3caaadf88e1dd3405
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1210,4 +1210,14 @@
    /// 交易时间
    /// </summary>
    public DateTime FinishTime { get; set; }
}
public class LifePayExpensesReceiptsPageOutput<T> : PageOutputBase
{
    public List<T> Data { get; set; } = new List<T>();
    /// <summary>
    /// 累计充值
    /// </summary>
    public decimal TotalRechargeAmount { get; set; }
}