From c906272c0905b1309503de92affbdb06ec9d4268 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期五, 01 五月 2026 09:48:41 +0800
Subject: [PATCH] 1
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IRobotTaskService.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IRobotTaskService.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IRobotTaskService.cs
index 26cf6df..203bf94 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IRobotTaskService.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/IRobotTaskService.cs
@@ -54,6 +54,7 @@
/// </summary>
public List<int> TaskRobotTypes { get; }
+ public bool DeleteRobotTask(int id);
public Dt_RobotTask? QueryRobotCraneTask(string deviceCode);
@@ -89,6 +90,7 @@
WebResponseContent CreateLocalRobotTask(Dt_Task task);
int MapWarehouseIdConfigKey(string? targetAddress);
- string ResolveRobotRuleValue(string? targetAddress, string addressSectionName, string? fallback);
+ string ResolveRobotRuleValue(string? targetAddress, string addressSectionName, string? fallback);
+ WebResponseContent CreateRobotTaskManually(ManualRobotTaskDto request);
}
}
--
Gitblit v1.9.3