zhengyuxuan
2025-03-21 f6e850306e153af78ea376b2096dcf9d742b3055
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -10,9 +10,7 @@
public interface ILifePayService : IApplicationService
{
    //Task<ElectricParValueResponse> GetTopStatistics();
    Task<TopStatisticsOutput> GetTopStatistics();
    /// <summary>
    /// 获取电费面值
@@ -194,6 +192,7 @@
    /// <returns></returns>
    Task<PageOutput<LifePayOrderListOutput>> GetLifePayOrderPage(QueryLifePayOrderListInput input);
    Task<PageOutput<LifePayOrderListOutput>> GetLifePayRefundOrderPage(QueryLifePayRefundOrderListInput input);
    /// <summary>
    /// 获取订单详情
@@ -252,6 +251,8 @@
    Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
    Task<string> GetBillErceiptExport(string orderNo);
    /// <summary>
    /// 设置生活缴费支付类型
    /// </summary>