feat(api, core): Workload - отчет по одной ЗО - РГ.

This commit is contained in:
Mikhail Trubnikov
2026-06-02 12:31:53 +10:00
parent d27d594e57
commit d1de63e939
5 changed files with 31 additions and 8 deletions

View File

@@ -304,6 +304,8 @@
public const string ResponseArea = BaseStat + "/workload/response-areas";
public const string ResponseAreaWorkGroups = BaseStat + "/workload/response-areas/{responseArea}/work-groups";
public const string ReportInfo = BaseStat + "/workload/report-info";
}