LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1236,3 +1236,13 @@ /// </summary> public decimal RealIncome { get; set; } } public class ReceiptsListOutPut { /// <summary> /// 创建时间 /// </summary> public DateTime CreationTime { get; set; } public decimal Amount { get; set; } }