BI模块修改

This commit is contained in:
秦鸿展
2026-09-09 13:59:55 +08:00
parent 2b6777abe4
commit 6a8661da63
@@ -35,6 +35,9 @@ public interface BiPlatformRealDataMapper {
/** 本月任务量 */
Long countMonthTasks();
/** 本月任务平均时长 / 完成率统计 */
RealMonthlyTaskDurationPO queryMonthTaskStats();
/** 任务负荷(今日 24 小时) */
List<RealTaskLoadPO> queryTaskLoadToday();