From d882110d4e70aba7ccb25b026ddf54a0fe5632a9 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期一, 31 三月 2025 14:32:26 +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