feat(api): статистика истории роботов
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace PARR.API.Contracts.V1.Responses.Statistics
|
||||
{
|
||||
public class StatRobotHistoryResponse
|
||||
{
|
||||
public RobotHistoryLevelResponse? Level { get; set; }
|
||||
|
||||
public int AllCount { get; set; }
|
||||
|
||||
public int DateCount { get; set; }
|
||||
|
||||
public DateTime Date { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user