zhengyuxuan
2025-03-21 ecc217f694e03e660ef54bbada24fcb4ee59a728
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -10,9 +10,7 @@
public interface ILifePayService : IApplicationService
{
    //Task<ElectricParValueResponse> GetTopStatistics();
    Task<TopStatisticsOutput> GetTopStatistics();
    /// <summary>
    /// 获取电费面值
@@ -252,6 +250,8 @@
    Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
    Task<string> GetBillErceiptExport(string orderNo);
    /// <summary>
    /// 设置生活缴费支付类型
    /// </summary>