PDA
dengjunjie
2025-01-04 7b79f82c4b2033fa9789daf5953d94135d06d07c
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
@@ -72,6 +72,8 @@
        /// <returns></returns>
        string? RequestAssignLocation(int taskNum, string roadwayNo);
        WebResponseContent TaskCompleted(int taskNum);
        /// <summary>
        /// æ ¹æ®è®¾å¤‡ç¼–号、任务类型分组(可选)按照优先级以及创建时间排序查询任务池新增的任务
        /// </summary>
@@ -155,5 +157,7 @@
        /// <param name="agvUpdateModel"></param>
        /// <returns></returns>
        AgvResponseContent AgvUpdateTask(AgvUpdateDTO agvUpdateModel);
        WebResponseContent SendSecureReplyToAgv(int taskNum);
    }
}