From d0712fcf60aa1ef5ddfb8d18b583a742893a7aea Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <1247017146@qq.com>
Date: 星期二, 03 六月 2025 11:04:52 +0800
Subject: [PATCH] 代码提交

---
 CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
index 2d4bbb3..822319e 100644
--- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
+++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -227,6 +227,15 @@
         return await Service.QueryStockInfoForRealTrayJZAsync(ProductLine,PalletCode);
     }
 
+    /// <summary>
+    /// 闈欑疆鏌ヨ绌洪棽搴撲綅
+    /// </summary>
+    /// <returns></returns>
+    [HttpPost, AllowAnonymous, Route("QueryLocationFreeJZ")]
+    public WebResponseContent QueryLocationFreeJZ(string RoadwayNo)
+    {
+        return Service.QueryLocationFreeJZ(RoadwayNo);
+    }
 
     [HttpPost, AllowAnonymous, Route("GetTaskInfo")]
     public WebResponseContent GetTaskInfo()

--
Gitblit v1.9.3