zhengyuxuan
2025-04-02 d739f66a7653ac190b029dd396529283c9b2e91e
LifePayment/LifePayment.Application.Contracts/LifePay/IStatisticsService.cs
@@ -15,4 +15,6 @@
    Task<ReceiptsListOutPut> GetReceiptsList(List<string>? channleList = null);
    Task<ChannelDataListOutPut> GetChannelDataList(List<string>? channleList = null);
    Task<ChannlesRakeListOutPut> GetChannlesRakeList(List<string>? channleList = null);
}