From 2fb049ae2f0560c87b2e53fbdc5b588e64fa565e Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 01 四月 2025 11:11:43 +0800 Subject: [PATCH] fix: 修改GetBackClientUsers中的UserChannleDto --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs index 545f42d..11f4cf1 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs @@ -2,6 +2,7 @@ using Newtonsoft.Json; using System; using System.ComponentModel.DataAnnotations; +using System.Collections.Generic; using static LifePayment.Domain.Shared.LifePaymentConstant; namespace LifePayment.Application.Contracts; @@ -771,3 +772,8 @@ public DateTime? FinishTimeEnd { get; set; } } + +public class TopStatisticsInput +{ + public List<string>? ChannleList { get; set; } +} \ No newline at end of file -- Gitblit v1.9.1