From f4c3f82a3bd142bc555ec7f632dabc66ef86f5af Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期二, 19 八月 2025 16:51:45 +0800
Subject: [PATCH] 11
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/新文件夹/IToCheckService.cs | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/\346\226\260\346\226\207\344\273\266\345\244\271/IToCheckService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/\346\226\260\346\226\207\344\273\266\345\244\271/IToCheckService.cs"
index a6b3c04..7fc78eb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/\346\226\260\346\226\207\344\273\266\345\244\271/IToCheckService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/\346\226\260\346\226\207\344\273\266\345\244\271/IToCheckService.cs"
@@ -3,13 +3,35 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
+using WIDESEA_Comm;
+using WIDESEA_Comm.AGVTask;
using WIDESEA_Common;
using WIDESEA_Core;
+using WIDESEA_DTO;
namespace WIDESEA_IStoragIntegrationServices
{
public interface IToAGVService : IDependency
{
-
+ /// <summary>
+ /// wcs璇锋眰涓嬪彂agv浠诲姟
+ /// </summary>
+ /// <param name="saveModel"></param>
+ /// <returns></returns>
+ WebResponseContent genAgvSchedulingTask(RequestTaskDto input);
+
+ /// <summary>
+ /// agv鐩磋蛋浠诲姟鐢熸垚
+ /// </summary>
+ /// <param name="saveModel"></param>
+ /// <returns></returns>
+ WebResponseContent UntieStation(SaveModel saveModel);
+
+ /// <summary>
+ /// ag鍥炶皟鎺ュ彛
+ /// </summary>
+ /// <param name="taskRespon"></param>
+ /// <returns></returns>
+ AGVResponBase agvCallback(object taskRespon);
}
}
--
Gitblit v1.9.3