From 8c9ea4fb36c8d1c2b2d2d517d63504b90f530f8c Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 19 十二月 2024 15:41:19 +0800
Subject: [PATCH] 同步,火警出库

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
index eb3f432..bc14b7d 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -155,4 +155,15 @@
     {
         return await Service.GetFROutTrayToCW(input);
     }
+
+    /// <summary>
+    /// DTS鐏鍑哄簱
+    /// </summary>
+    /// <param name="input">璇锋眰鏁版嵁</param>
+    /// <returns></returns>
+    [HttpPost, AllowAnonymous, Route("EmergencyTask")]
+    public WebResponseContent EmergencyTask([FromBody] object input)
+    {
+        return Service.EmergencyTask(input);
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3