From ff006f77f6267fc0d2c4ee810d897a85165f5b8f Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 30 四月 2026 22:08:29 +0800
Subject: [PATCH] Merge branch 'xiaoyang' into dev
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/RobotTaskController.cs | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/RobotTaskController.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/RobotTaskController.cs
index bf34039..af053f2 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/RobotTaskController.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/RobotTaskController.cs
@@ -1,4 +1,6 @@
-锘縰sing Microsoft.AspNetCore.Authorization;
+using Autofac.Core;
+using Masuit.Tools;
+using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseController;
@@ -31,5 +33,11 @@
{
return Service.GetRobotTaskTotalNum(taskType, palletCode);
}
+ // 鎵嬪姩鏈烘鎵嬩换鍔�
+ [HttpGet, HttpPost, Route("CreateRobotTaskManually"), AllowAnonymous]
+ public WebResponseContent CreateRobotTaskManually([FromBody] ManualRobotTaskDto request)
+ {
+ return Service.CreateRobotTaskManually(request);
+ }
}
}
\ No newline at end of file
--
Gitblit v1.9.3