From 7b1de9565e68debff4b77906f453acbcbf358a55 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 16:19:18 +0800
Subject: [PATCH] fix:提交

---
 LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 929f209..8fd6eb2 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -11,9 +11,6 @@
 public interface ILifePayService : IApplicationService
 {
 
-
-    //Task<ElectricParValueResponse> 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>

--
Gitblit v1.9.1