xiazhengtongxue
2026-01-25 a7bd6e538027d876b3122f21c3b1d34663fb2f07
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -116,5 +116,20 @@
        //判断当前堆垛机是否有移库任务
        bool RelocationTaskProgress(string deviceId);
        #endregion
        #region å¯è§†åŒ–大屏模块
        //仓库容量状态
        WebResponseContent GetWarehouseCapacity();
        //出入库类型分布
        WebResponseContent GetInOutTypeStats();
        //流量情况统计
        WebResponseContent GetTodayTrafficStats();
        //当前进行的任务
        WebResponseContent GetCurrentTasks();
        //总体进度
        WebResponseContent GetWarehouseOperationStatistics();
        #endregion
    }
}