From fedc3ae6cde6e94eac723d91488ca8e8ab0e5cf1 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 25 三月 2025 14:44:50 +0800
Subject: [PATCH] fix:退款订单号bug修复

---
 LifePayment/LifePayment.Domain/ACOOLY/IACOOLYManager.cs |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/ACOOLY/IACOOLYManager.cs b/LifePayment/LifePayment.Domain/ACOOLY/IACOOLYManager.cs
index f5e865b..4ee1455 100644
--- a/LifePayment/LifePayment.Domain/ACOOLY/IACOOLYManager.cs
+++ b/LifePayment/LifePayment.Domain/ACOOLY/IACOOLYManager.cs
@@ -1,10 +1,5 @@
 锘縰sing LifePayment.Domain.Shared;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
 using System.Threading.Tasks;
-using Volo.Abp.Domain.Services;
 
 namespace LifePayment.Domain;
 
@@ -21,6 +16,13 @@
     Task<GasParValueResponse> GasParValue(GasParValueRequestInput input);
 
     /// <summary>
+    /// 鑾峰彇鐕冩皵鏀寔鍟嗘埛
+    /// </summary>
+    /// <param name="input"></param>
+    /// <returns></returns>
+    Task<GasOrgTypeValueResponse> GasOrgType(GasOrgTypeRequestInput input);
+
+    /// <summary>
     /// 鎻愪氦鐕冩皵璁㈠崟
     /// </summary>
     /// <param name="input"></param>

--
Gitblit v1.9.1