zhengyiming
2025-04-01 f885db9e204c172c62779f45c3edee3cae463b8d
LifePayment/LifePayment.Application.Contracts/LifePay/IStatisticsService.cs
@@ -12,4 +12,7 @@
{
    Task<TopStatisticsOutput> GetTopStatistics(List<string>? channleList = null);
    Task<ReceiptsListOutPut> GetReceiptsList(List<string>? channleList = null);
    Task<ChannelDataListOutPut> GetChannelDataList(List<string>? channleList = null);
}