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