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