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