lingling
2025-04-16 bf2d06ee46b254097c1d205c2ce37ab15a4ad91b
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -858,4 +858,9 @@
public class TopStatisticsInput
{
    public List<string>? ChannleList { get; set; }
}
public class QueryLifePayChannlesInput
{
    public LifePayChannelsStatsEnum? Status { get; set; }
}