LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1235,4 +1235,14 @@ /// 实际收入 /// </summary> public decimal RealIncome { get; set; } } public class ReceiptsListOutPut { /// <summary> /// 创建时间 /// </summary> public DateTime CreationTime { get; set; } public decimal Amount { get; set; } }