zhengyuxuan
2025-03-31 8eb5f9115334a665a297218dd23a83cfe5d165bd
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; }
}