From f590d457f629d4a7cf6a5e2f77f5454d807e90db Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 08 四月 2026 14:09:15 +0800
Subject: [PATCH] 添加手动删除任务按钮功能

---
 项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json |  320 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 299 insertions(+), 21 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json"
index 016f554..6b297eb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json"
@@ -962,6 +962,180 @@
     "ReturnTypes": []
   },
   {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "Add",
+    "RelativePath": "api/Dt_PlatformStation/Add",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "options",
+        "Type": "WIDESEAWCS_Core.SaveModel",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "AddData",
+    "RelativePath": "api/Dt_PlatformStation/AddData",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "options",
+        "Type": "WIDESEAWCS_Model.Models.System.Dt_PlatformStation",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "Del",
+    "RelativePath": "api/Dt_PlatformStation/Del",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "key",
+        "Type": "System.Object[]",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "DownLoadTemplate",
+    "RelativePath": "api/Dt_PlatformStation/DownLoadTemplate",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "DownLoadTemplate",
+    "RelativePath": "api/Dt_PlatformStation/DownLoadTemplate",
+    "HttpMethod": "GET",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "Export",
+    "RelativePath": "api/Dt_PlatformStation/Export",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "loadData",
+        "Type": "WIDESEAWCS_Core.PageDataOptions",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "ExportSeedData",
+    "RelativePath": "api/Dt_PlatformStation/ExportSeedData",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "GetDetailPage",
+    "RelativePath": "api/Dt_PlatformStation/GetDetailPage",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "pageData",
+        "Type": "WIDESEAWCS_Core.PageDataOptions",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "GetPageData",
+    "RelativePath": "api/Dt_PlatformStation/GetPageData",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "options",
+        "Type": "WIDESEAWCS_Core.PageDataOptions",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "Import",
+    "RelativePath": "api/Dt_PlatformStation/Import",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "fileInput",
+        "Type": "System.Collections.Generic.List\u00601[[Microsoft.AspNetCore.Http.IFormFile, Microsoft.AspNetCore.Http.Features, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
+        "IsRequired": false
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "Update",
+    "RelativePath": "api/Dt_PlatformStation/Update",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "options",
+        "Type": "WIDESEAWCS_Core.SaveModel",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
+    "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ISystemServices.IDt_PlatformStationService, WIDESEAWCS_ISystemServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.System.Dt_PlatformStation, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
+    "Method": "UpdateData",
+    "RelativePath": "api/Dt_PlatformStation/UpdateData",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "options",
+        "Type": "WIDESEAWCS_Model.Models.System.Dt_PlatformStation",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": []
+  },
+  {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_QuartzJob.Service.IRouterService, WIDESEAWCS_QuartzJob, Version=2.1.2.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_QuartzJob.Models.Dt_Router, WIDESEAWCS_QuartzJob, Version=2.1.2.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "Add",
     "RelativePath": "api/Router/Add",
@@ -2671,6 +2845,58 @@
     "ReturnTypes": []
   },
   {
+    "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController",
+    "Method": "CreateDelete",
+    "RelativePath": "api/Task/CreateDelete",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "taskNum",
+        "Type": "System.Int32",
+        "IsRequired": false
+      }
+    ],
+    "ReturnTypes": [
+      {
+        "Type": "WIDESEAWCS_Core.WebResponseContent",
+        "MediaTypes": [
+          "text/plain",
+          "application/json",
+          "text/json"
+        ],
+        "StatusCode": 200
+      }
+    ]
+  },
+  {
+    "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController",
+    "Method": "CreateManualTask",
+    "RelativePath": "api/Task/CreateManualTask",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "dt_Task",
+        "Type": "WIDESEAWCS_Model.Models.Dt_Task",
+        "IsRequired": true
+      }
+    ],
+    "ReturnTypes": [
+      {
+        "Type": "WIDESEAWCS_Core.WebResponseContent",
+        "MediaTypes": [
+          "text/plain",
+          "application/json",
+          "text/json"
+        ],
+        "StatusCode": 200
+      }
+    ]
+  },
+  {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "Del",
     "RelativePath": "api/Task/Del",
@@ -2837,6 +3063,58 @@
     "Method": "RollbackTaskStatusToLast",
     "RelativePath": "api/Task/RollbackTaskStatusToLast",
     "HttpMethod": "GET",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "taskNum",
+        "Type": "System.Int32",
+        "IsRequired": false
+      }
+    ],
+    "ReturnTypes": [
+      {
+        "Type": "WIDESEAWCS_Core.WebResponseContent",
+        "MediaTypes": [
+          "text/plain",
+          "application/json",
+          "text/json"
+        ],
+        "StatusCode": 200
+      }
+    ]
+  },
+  {
+    "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController",
+    "Method": "TaskCancel",
+    "RelativePath": "api/Task/TaskCancel",
+    "HttpMethod": "POST",
+    "IsController": true,
+    "Order": 0,
+    "Parameters": [
+      {
+        "Name": "taskNum",
+        "Type": "System.Int32",
+        "IsRequired": false
+      }
+    ],
+    "ReturnTypes": [
+      {
+        "Type": "WIDESEAWCS_Core.WebResponseContent",
+        "MediaTypes": [
+          "text/plain",
+          "application/json",
+          "text/json"
+        ],
+        "StatusCode": 200
+      }
+    ]
+  },
+  {
+    "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController",
+    "Method": "TaskHandCompleted",
+    "RelativePath": "api/Task/TaskHandCompleted",
+    "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
     "Parameters": [
@@ -3829,7 +4107,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "Add",
-    "RelativePath": "warehouse/Add",
+    "RelativePath": "api/warehouse/Add",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -3845,7 +4123,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "AddData",
-    "RelativePath": "warehouse/AddData",
+    "RelativePath": "api/warehouse/AddData",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -3861,7 +4139,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "Del",
-    "RelativePath": "warehouse/Del",
+    "RelativePath": "api/warehouse/Del",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -3877,7 +4155,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "deverror",
-    "RelativePath": "warehouse/deverror",
+    "RelativePath": "api/warehouse/deverror",
     "HttpMethod": "GET",
     "IsController": true,
     "Order": 0,
@@ -3948,7 +4226,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "DownLoadTemplate",
-    "RelativePath": "warehouse/DownLoadTemplate",
+    "RelativePath": "api/warehouse/DownLoadTemplate",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -3958,7 +4236,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "DownLoadTemplate",
-    "RelativePath": "warehouse/DownLoadTemplate",
+    "RelativePath": "api/warehouse/DownLoadTemplate",
     "HttpMethod": "GET",
     "IsController": true,
     "Order": 0,
@@ -3968,7 +4246,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "Export",
-    "RelativePath": "warehouse/Export",
+    "RelativePath": "api/warehouse/Export",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -3984,7 +4262,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "ExportSeedData",
-    "RelativePath": "warehouse/ExportSeedData",
+    "RelativePath": "api/warehouse/ExportSeedData",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -3994,7 +4272,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "getAGVStatus",
-    "RelativePath": "warehouse/getAGVStatus",
+    "RelativePath": "api/warehouse/getAGVStatus",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4020,7 +4298,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "GetDetailPage",
-    "RelativePath": "warehouse/GetDetailPage",
+    "RelativePath": "api/warehouse/GetDetailPage",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4036,7 +4314,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "GetPageData",
-    "RelativePath": "warehouse/GetPageData",
+    "RelativePath": "api/warehouse/GetPageData",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4052,7 +4330,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "getPortStatus",
-    "RelativePath": "warehouse/getPortStatus",
+    "RelativePath": "api/warehouse/getPortStatus",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4078,7 +4356,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "getSafeStatus",
-    "RelativePath": "warehouse/getSafeStatus",
+    "RelativePath": "api/warehouse/getSafeStatus",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4104,7 +4382,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "Import",
-    "RelativePath": "warehouse/Import",
+    "RelativePath": "api/warehouse/Import",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4120,7 +4398,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "liftinposition",
-    "RelativePath": "warehouse/liftinposition",
+    "RelativePath": "api/warehouse/liftinposition",
     "HttpMethod": "GET",
     "IsController": true,
     "Order": 0,
@@ -4156,7 +4434,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "saveTask",
-    "RelativePath": "warehouse/saveTask",
+    "RelativePath": "api/warehouse/saveTask",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4182,7 +4460,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "scanData",
-    "RelativePath": "warehouse/scanData",
+    "RelativePath": "api/warehouse/scanData",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4208,7 +4486,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "setCurtain",
-    "RelativePath": "warehouse/setCurtain",
+    "RelativePath": "api/warehouse/setCurtain",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4234,7 +4512,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "taskreturn",
-    "RelativePath": "warehouse/taskreturn",
+    "RelativePath": "api/warehouse/taskreturn",
     "HttpMethod": "GET",
     "IsController": true,
     "Order": 0,
@@ -4275,7 +4553,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "Update",
-    "RelativePath": "warehouse/Update",
+    "RelativePath": "api/warehouse/Update",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4291,7 +4569,7 @@
   {
     "ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
     "Method": "UpdateData",
-    "RelativePath": "warehouse/UpdateData",
+    "RelativePath": "api/warehouse/UpdateData",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,

--
Gitblit v1.9.3