zhengyuxuan
2025-03-30 65e7b312659c358970262b027901bb55d764f0f9
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -683,12 +683,22 @@
    public string? KeyWord { get; set; }
    /// <summary>
    /// 记账开始时间
    /// 支付渠道
    /// </summary>
    public DateTime? CreationTimeBegin { get; set; }
    public LifePayTypeEnum? LifePayType { get; set; }
    /// <summary>
    /// 记账结束时间
    /// 收支类型
    /// </summary>
    public DateTime? CreationTimeEnd { get; set; }
    public ExpensesReceiptsTypeEnum? ExpensesReceiptsType { get; set; }
    /// <summary>
    /// 交易开始时间
    /// </summary>
    public DateTime? TimeBegin { get; set; }
    /// <summary>
    /// 交易结束时间
    /// </summary>
    public DateTime? TimeEnd { get; set; }
}