From aeb971fe12b73d83d31a83b00f0a6e2876b24a00 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 09 四月 2026 21:21:51 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShengZhiNeng/GaoPuLiTiKu
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
index 60494fd..6fe4558 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
@@ -36,6 +36,7 @@
using Microsoft.VisualBasic;
using System.Web;
using WIDESEAWCS_DTO.RGV.FOURBOT;
+using WIDESEAWCS_DTO.AGV.HIKROBOT;
namespace WIDESEAWCS_ITaskInfoService
{
@@ -209,7 +210,7 @@
/// <param name="taskNum">浠诲姟鍙�</param>
/// <returns>杩斿洖澶勭悊缁撴灉</returns>
WebResponseContent TaskStatusRecovery(int taskNum);
-
+ WebResponseContent ErrorTaskFeedback(Dt_Task dt_Task, bool Del);
/// <summary>
/// 鍥炴粴浠诲姟鐘舵��
/// </summary>
@@ -269,6 +270,13 @@
/// <returns></returns>
public WebResponseContent MaterialBoxInspection(string taskCode ,string containerCode);
+ /// <summary>
+ /// 4F鎻愬崌鏈哄嚭鍙f墭鐩樺彿涓婃姤WMS
+ /// </summary>
+ /// <param name="LocationCode"></param>
+ /// <param name="containerCode"></param>
+ /// <returns></returns>
+ public WebResponseContent InboundElevatorExit(string LocationCode, string containerCode);
/// <summary>
/// wcs绉诲簱鏁版嵁鍥炰紶
@@ -296,5 +304,14 @@
/// </summary>
/// <returns></returns>
WebResponseContent multiSetNodeStatus(FOURBOTStorageStatusNotify fOURBOTStorageStatusNotify);
+
+
+ /// <summary>
+ /// 娴峰悍AGV浠诲姟缁х画鎵ц
+ /// </summary>
+ /// <param name="TaskCode">浠诲姟鍙�</param>
+ /// <returns></returns>
+ WebResponseContent Hikvisiontaskscontinue(string TaskCode, string Address=null);
+
}
}
--
Gitblit v1.9.3