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 |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 79ca73e..26f29d0 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -674,4 +674,31 @@
     /// 鎷撳睍灞炴��
     /// </summary>
     public string ExtraProperties { get; set; }
+}
+public class LifePayExpensesReceiptsPageInput : ChannelsBaseInput
+{
+    /// <summary>
+    /// 鏌ヨ鏉′欢
+    /// </summary>
+    public string? KeyWord { get; set; }
+
+    /// <summary>
+    /// 鏀粯娓犻亾
+    /// </summary>
+    public LifePayTypeEnum? LifePayType { get; set; }
+
+    /// <summary>
+    /// 鏀舵敮绫诲瀷
+    /// </summary>
+    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