From 65e7b312659c358970262b027901bb55d764f0f9 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期日, 30 三月 2025 07:32:35 +0800
Subject: [PATCH] fix:拉取收支流水

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 30d9f45..26f29d0 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
+++ b/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; }
 }
\ No newline at end of file

--
Gitblit v1.9.1