zhengyiming
2025-03-31 d5fe1b8b4de07a9ceeee5bba65677f5c0b5e9d5d
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; }
}