LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1211,3 +1211,13 @@ /// </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; } }