xiazhengtongxue
2026-03-27 d24121c2267e892e4fea2fad777e42c51c805c88
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -113,8 +113,27 @@
        //获取是否有移库任务
        Dt_Task GeRelocationTaskQueue(string LocationCode);
        //获取浅货位是否存在出库任务
        Dt_Task GeOutCuTaskQueue(string LocationCode);
        //判断当前堆垛机是否有移库任务
        bool RelocationTaskProgress(string deviceId);
        #endregion
        #region å¯è§†åŒ–大屏模块
        //仓库容量状态
        WebResponseContent GetWarehouseCapacity();
        //出入库类型分布
        WebResponseContent GetInOutTypeStats();
        //流量情况统计
        WebResponseContent GetTodayTrafficStats();
        //当前进行的任务
        WebResponseContent GetCurrentTasks();
        //总体进度
        WebResponseContent GetWarehouseOperationStatistics();
        #endregion
        WebResponseContent GetTaskDestination(string targetAddress);
    }
}