From c09d4c6bb14496999ca15aea80a6f60665bf788a Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期一, 23 三月 2026 18:23:05 +0800
Subject: [PATCH] 添加手动完成、手动取消任务按钮

---
 项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json |  216 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 195 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..73b3687 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",
@@ -3829,7 +4003,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 +4019,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 +4035,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 +4051,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "deverror",
-    "RelativePath": "warehouse/deverror",
+    "RelativePath": "api/warehouse/deverror",
     "HttpMethod": "GET",
     "IsController": true,
     "Order": 0,
@@ -3948,7 +4122,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 +4132,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 +4142,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 +4158,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 +4168,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "getAGVStatus",
-    "RelativePath": "warehouse/getAGVStatus",
+    "RelativePath": "api/warehouse/getAGVStatus",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4020,7 +4194,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 +4210,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 +4226,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "getPortStatus",
-    "RelativePath": "warehouse/getPortStatus",
+    "RelativePath": "api/warehouse/getPortStatus",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4078,7 +4252,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "getSafeStatus",
-    "RelativePath": "warehouse/getSafeStatus",
+    "RelativePath": "api/warehouse/getSafeStatus",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4104,7 +4278,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 +4294,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "liftinposition",
-    "RelativePath": "warehouse/liftinposition",
+    "RelativePath": "api/warehouse/liftinposition",
     "HttpMethod": "GET",
     "IsController": true,
     "Order": 0,
@@ -4156,7 +4330,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "saveTask",
-    "RelativePath": "warehouse/saveTask",
+    "RelativePath": "api/warehouse/saveTask",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4182,7 +4356,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "scanData",
-    "RelativePath": "warehouse/scanData",
+    "RelativePath": "api/warehouse/scanData",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4208,7 +4382,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "setCurtain",
-    "RelativePath": "warehouse/setCurtain",
+    "RelativePath": "api/warehouse/setCurtain",
     "HttpMethod": "POST",
     "IsController": true,
     "Order": 0,
@@ -4234,7 +4408,7 @@
   {
     "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.WMSTaskController",
     "Method": "taskreturn",
-    "RelativePath": "warehouse/taskreturn",
+    "RelativePath": "api/warehouse/taskreturn",
     "HttpMethod": "GET",
     "IsController": true,
     "Order": 0,
@@ -4275,7 +4449,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 +4465,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