dengjunjie
2024-12-28 2fed7f8d1dffa30a32153e4e1c23a571b3e102b3
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -41,6 +41,8 @@
        WebResponseContent PushTasksToWCS(List<Dt_Task> tasks, string agvDescription = "");
        WebResponseContent PushTasksToWCSSingle(int taskNum, string agvDescription = "");
        /// <summary>
        /// 鐢宠鍏ュ簱浠诲姟(PDA浣跨敤锛屼粎鎵樼洏缁戝畾鍏ュ簱绔欏彴锛屼笉鍒嗛厤璐т綅)
        /// </summary>
@@ -58,6 +60,8 @@
        /// <param name="palletType">鎵樼洏绫诲瀷</param>
        /// <returns></returns>
        WebResponseContent AssignInboundTaskLocation(int taskNum, string roadwayNo);
        WebResponseContent TaskCompleted(int taskNum);
        /// <summary>
        /// 
@@ -108,5 +112,6 @@
        /// <returns></returns>
        MesResponseContent TestScrap(TestToolScrap toolScrap);
        WebResponseContent IsRelocation(int taskNum, string locationCode);
        WebResponseContent TestSynStock(TestToolSynInfo toolSynInfo);
    }
}