feat(api): StatOrderController - статистика загрузки нарядов за период
This commit is contained in:
@@ -25,4 +25,10 @@
|
||||
public int AllCount { get; set; }
|
||||
public int TaskCount { get; set; }
|
||||
}
|
||||
|
||||
public class StatOrderGetForPeriodResponse
|
||||
{
|
||||
public DateOnly Date { get; set; }
|
||||
public int OrderCount { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user