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; } }