zhengyuxuan
2025-03-31 8227ff24171effcbfc33bcb25a1813e452a7b40b
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; }
}