From d7399b083de823860a56b68c79f8e36603fb4ea3 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 31 三月 2025 13:37:19 +0800
Subject: [PATCH] fix:获取渠道分佣分页列表

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 6a84270..545f42d 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -736,4 +736,38 @@
     public decimal Amount { get; set; }
 
     public string ExpensesReceiptsOrder { get; set; }
-}
\ No newline at end of file
+}
+public class LifePayChannlesRakePageInput : ChannelsBaseInput
+{
+
+    /// <summary>
+    /// 鏌ヨ鏉′欢
+    /// </summary>
+    public string? KeyWord { get; set; }
+
+    /// <summary>
+    /// 娓犻亾鍙�
+    /// </summary>
+    public string? ChannelId { get; set; }
+
+    /// <summary>
+    /// 璧峰涓嬪崟鏃堕棿
+    /// </summary>
+    public DateTime? CreationTimeBegin { get; set; }
+
+    /// <summary>
+    /// 缁撴潫涓嬪崟鏃堕棿
+    /// </summary>
+    public DateTime? CreationTimeEnd { get; set; }
+
+    /// <summary>
+    /// 璧峰缁撶畻鏃堕棿
+    /// </summary>
+    public DateTime? FinishTimeBegin { get; set; }
+
+    /// <summary>
+    /// 缁堟缁撶畻鏃堕棿
+    /// </summary>
+    public DateTime? FinishTimeEnd { get; set; }
+
+}

--
Gitblit v1.9.1