feat(api, core): WorkloadReport - добавлено поле max

This commit is contained in:
Mikhail Trubnikov
2026-05-12 10:41:02 +10:00
parent 395ef6a0ea
commit 5c1ba5a143
3 changed files with 6 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ namespace PARR.Domain.DTOs.Workload
public int Count { get; init; }
public double Average { get; init; }
public int Max { get; set; }
}
public record WorkloadDayItem