feat(api, core): WorkloadReport - добавлено поле max
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user