From 35e3dae48db445e66c9614ee55dba062659e33d7 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期二, 16 十二月 2025 08:27:23 +0800
Subject: [PATCH] 程序修改

---
 Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs b/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs
index 1b5c77e..29df1a9 100644
--- a/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs
+++ b/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs
@@ -46,5 +46,14 @@
         /// <param name="status"></param>
         /// <exception cref="Exception"></exception>
         void RCSCleanRequest(string deviceID, string deviceStation, string status, string url,string bindUrl);
+
+        /// <summary>
+        /// 鐐瑰鐐逛换鍔′笅鍙�
+        /// </summary>
+        ///  <param name="id">鐢ㄦ埛ID</param>
+        /// <param name="beginLocate">璧峰浣�</param>
+        /// <param name="endLocate">缁堢偣浣�</param>
+        /// <exception cref="Exception"></exception>
+        void PointToPointRequest(string id,string beginLocate, string endLocate, string url, string bindUrl);
     }
 }

--
Gitblit v1.8.0