From 137bb18abe92045492294e0f8303af3103a37b93 Mon Sep 17 00:00:00 2001
From: DESKTOP-9BNTV8O <DESKTOP-9BNTV8O@163.com>
Date: 星期一, 10 三月 2025 09:47:41 +0800
Subject: [PATCH] 修改问题

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

diff --git a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
index de12641..66235fe 100644
--- a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
+++ b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
@@ -35,5 +35,28 @@
         /// <param name="PalletNo"></param>
         /// <returns></returns>
         public void ApplyLocatNo(Pallnetmsg pallnetmsg, string url ,out string taskNo);
+
+        /// <summary>
+        /// RCS鍙嶉浠诲姟瀹屾垚
+        /// </summary>
+        /// <param name="TaskNo"></param>
+        /// <param name="Status"></param>
+        void RCSFinishTask(string taskNo, string status, string comeFrom, int userId = 0);
+
+        /// <summary>
+        /// 鎵嬪姩鍙栨秷浠诲姟
+        /// </summary>
+        /// <param name="taskNo"></param>
+        /// <param name="userId"></param>
+        /// <exception cref="Exception"></exception>
+        void CancelTask(string taskNo, int userId);
+
+        /// <summary>
+        /// 鎵嬪姩涓嬪彂浠诲姟
+        /// </summary>
+        /// <param name="taskNo"></param>
+        /// <param name="userId"></param>
+        /// <exception cref="Exception"></exception>
+        void DownTask(string taskNo, int userId, string url);
     }
 }

--
Gitblit v1.8.0