zhengyiming
2025-03-31 992a7f9c6d28587eabe1314df64668e657b46faf
LifePayment/LifePayment.Application.Contracts/LifePay/IStatisticsService.cs
@@ -10,6 +10,6 @@
public interface IStatisticsService : IApplicationService
{
    Task<TopStatisticsOutput> GetTopStatistics();
    Task<TopStatisticsOutput> GetTopStatistics(string channleId = "");
}