From 6b8dd8a7b4ac5d75d2e7a8c6c44d976bbd248b67 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 02 四月 2025 13:33:51 +0800
Subject: [PATCH] fix:bug修复

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 408752d..715aac6 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -593,7 +593,28 @@
     public decimal Profit { get; set; }
 
 }
+public class LifePayConsumptionPageInput : ChannelsBaseInput
+{
+    /// <summary>
+    /// 鏌ヨ鏉′欢
+    /// </summary>
+    public string? KeyWord { get; set; }
 
+    /// <summary>
+    /// 璧勯噾娴佸悜
+    /// </summary>
+    public ConsumptionFlowEnum? Flow { get; set; }
+
+    /// <summary>
+    /// 璁拌处寮�濮嬫椂闂�
+    /// </summary>
+    public DateTime? TimeBegin { get; set; }
+
+    /// <summary>
+    /// 璁拌处缁撴潫鏃堕棿
+    /// </summary>
+    public DateTime? TimeEnd { get; set; }
+}
 public class LifePayRechargeReceiptsPageInput : ChannelsBaseInput
 {
     /// <summary>
@@ -650,9 +671,9 @@
 
     public LifePayTypeEnum LifePayType { get; set; }
 }
+
 public class AddLifePayExpensesReceiptsInput
 {
-
     /// <summary>
     /// 閫�娆捐鍗曞彿
     /// </summary>

--
Gitblit v1.9.1