xiazhengtongxue
2026-03-16 406b8d784a1a18349204dbc18a23e4797e04e476
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -113,6 +113,9 @@
        //获取是否有移库任务
        Dt_Task GeRelocationTaskQueue(string LocationCode);
        //获取浅货位是否存在出库任务
        Dt_Task GeOutCuTaskQueue(string LocationCode);
        //判断当前堆垛机是否有移库任务
        bool RelocationTaskProgress(string deviceId);
        #endregion
@@ -129,7 +132,8 @@
        WebResponseContent GetCurrentTasks();
        //总体进度
        WebResponseContent GetWarehouseOperationStatistics();
        #endregion
        #endregion
        WebResponseContent GetTaskDestination(string targetAddress);
    }
}