From a4333018fea664d61608b314f2a571905077aef3 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 05 八月 2025 15:31:00 +0800
Subject: [PATCH] 同步
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/AGV/IToAGVService.cs | 2 ++
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/AGV/AGVController.cs | 11 +++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/AGV/IToAGVService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/AGV/IToAGVService.cs"
index 6540c6c..dbfff2b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/AGV/IToAGVService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/AGV/IToAGVService.cs"
@@ -13,5 +13,7 @@
WebResponseContent Add_Task(Dt_Task taskinfo);
WebResponseContent taskResult(object taskRespon);
+
+ WebResponseContent confirmToContinueTask(object taskRespon);
}
}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/AGV/AGVController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/AGV/AGVController.cs"
index f3d4f65..9dd573f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/AGV/AGVController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/AGV/AGVController.cs"
@@ -32,4 +32,15 @@
{
return _ToAGVService.taskResult(input);
}
+
+ /// <summary>
+ /// AGV缁х画浠诲姟鎺ュ彛
+ /// </summary>
+ /// <param name="input"></param>
+ /// <returns></returns>
+ [HttpPost, Route("confirmToContinueTask"), AllowAnonymous]
+ public WebResponseContent confirmToContinueTask([FromBody] object input)
+ {
+ return _ToAGVService.confirmToContinueTask(input);
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3