zhengyuxuan
2025-03-28 b4288a88cb00793368c8e9244a7b3181daeadb96
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; }
}