| | |
| | | /// </summary> |
| | | public string Link { get; set; } |
| | | } |
| | | public class LifePayRechargeReceiptsPageOutput<T> : PageOutputBase |
| | | public class LifePayRechargeReceiptsStatistics |
| | | { |
| | | |
| | | public List<T> Data { get; set; } = new List<T>(); |
| | | |
| | | /// <summary> |
| | | /// 累计充值 |
| | |
| | | /// </summary> |
| | | public DateTime FinishTime { get; set; } |
| | | } |
| | | public class LifePayExpensesReceiptsPageOutput<T> : PageOutputBase |
| | | public class LifePayExpensesReceiptsStatistics |
| | | { |
| | | |
| | | public List<T> Data { get; set; } = new List<T>(); |
| | | |
| | | /// <summary> |
| | | /// 累计收入 |
| | | /// </summary> |