From 227f4259effd028b9c8d917c8e59a3e79a19d10f Mon Sep 17 00:00:00 2001
From: chenyong <chenyong@hnkhzn.com>
Date: 星期四, 15 五月 2025 09:18:09 +0800
Subject: [PATCH] 三楼大屏
---
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs | 12 ++++++++++++
1 files changed, 12 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 8c7b901..5772284 100644
--- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
+++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -228,9 +228,21 @@
}
/// <summary>
+<<<<<<< HEAD
/// 鑾峰彇浠诲姟淇℃伅
/// </summary>
/// <returns></returns>
+=======
+ /// 闈欑疆鏌ヨ绌洪棽搴撲綅
+ /// </summary>
+ /// <returns></returns>
+ [HttpPost, AllowAnonymous, Route("QueryLocationFreeJZ")]
+ public WebResponseContent QueryLocationFreeJZ(string RoadwayNo)
+ {
+ return Service.QueryLocationFreeJZ(RoadwayNo);
+ }
+
+>>>>>>> c2aaf06dab8a627948ee2e5574fe4598f8d1638f
[HttpPost, AllowAnonymous, Route("GetTaskInfo")]
public WebResponseContent GetTaskInfo()
{
--
Gitblit v1.9.3