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

@@ -57,6 +57,8 @@ namespace PARR.API.Contracts.V1.Responses.Statistics
public int Count { get; init; }
public double Average { get; init; }
public int Max { get; init; }
}
public record WorkloadDayItemResponse