From b593c2d4ada3244f4a256ca18a23c3fef609f234 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期日, 18 一月 2026 17:31:48 +0800
Subject: [PATCH] 最新

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
index 82805a3..46823ce 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -15,6 +15,8 @@
  *----------------------------------------------------------------*/
 #endregion << 鐗� 鏈� 娉� 閲� >>
 
+using Autofac.Core;
+using Microsoft.AspNetCore.Mvc;
 using SqlSugar;
 using System;
 using System.Collections.Generic;
@@ -28,6 +30,7 @@
 using WIDESEA_Core.BaseServices;
 using WIDESEA_Core.Enums;
 using WIDESEA_DTO;
+using WIDESEA_DTO.Inbound;
 using WIDESEA_DTO.Stock;
 using WIDESEA_DTO.Task;
 using WIDESEA_Model.Models;
@@ -37,5 +40,52 @@
     public interface ITaskService : IService<Dt_Task>
     {
         IRepository<Dt_Task> Repository { get; }
+
+        //浠诲姟鍙嶉
+        WebResponseContent TaskCompleted(WCSTaskDTO wCSTask);
+        //WCS鍏ュ簱鑾峰彇
+        WebResponseContent PalletInboundTask(WCSTaskDTO wCSTask);
+
+        #region WCS浠诲姟妯″潡
+
+        //涓嬪彂WCS杈撻�佺嚎浠诲姟
+        WCSginseng PLC_IssueTasks(int TaskId, int AreaNo, string TransNo, string ContainerNo, int ContainerType, string FromPoint, string ToPoint, string ToStation);
+        //涓嬪彂WCS鍫嗗灈鏈轰换鍔�
+        WCSginseng SC_IssueTasks(int TaskId, int AreaNo, string TransNo, string ContainerNo, int ContainerType, string FromPoint, string ToPoint, string ToStation);
+
+
+        #endregion
+
+
+        #region MES浠诲姟妯″潡
+        //绌虹洏鍥炲簱锛屽叆搴撲换鍔�
+        ApiResponse AddInStoreDoc(MES_InTask mES_In);
+
+        //鍑哄簱鎺ュ彛
+        ApiResponse AddOutStoreDoc(MES_InTask mES_In);
+
+        //搴撲綅璋冩嫧鎺ュ彛
+        ApiResponse GetLocationByContainer(MES_InTask mES_In);
+
+        //浠诲姟鏌ヨ
+        ApiResponse GetTaskInfo([FromBody] MES_InTask mES_In);
+
+        //浠诲姟鍙栨秷鎺ュ彛
+        ApiResponse CancelTask([FromBody] MES_InTask mES_In);
+
+
+
+        //鍏ュ簱浠诲姟鍙嶉鎺ュ彛
+        MES_parameter InStoreDocCallback(string TransNo, string Result, string ResultMsg, string ContainerNo, string LocationCode);
+        //鍑哄簱浠诲姟鍙嶉鎺ュ彛
+        MES_parameter OutStoreDocCallback(string TransNo, string Result, string ResultMsg);
+
+        //鍌ㄤ綅寮傚姩鐢宠
+        MES_parameter ApplicationChangeStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode);
+        //鍌ㄤ綅寮傚姩
+        MES_parameter AbnormalStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode);
+        /// 浠诲姟寮傚父
+        MES_parameter ToMES_TaskException(string TransNo, string EquipmentType, string EquipmentNumber, string ErrorInfo);
+        #endregion
     }
 }

--
Gitblit v1.9.3