From e08d70b9e610a2c176b88cb092d580754e009de5 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 01 四月 2025 15:41:04 +0800
Subject: [PATCH] 统计

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 408752d..7190e9a 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>

--
Gitblit v1.9.1