feat(api): Просмотр истории роботов

This commit is contained in:
Mikhail Trubnikov
2023-10-13 15:28:17 +10:00
parent f69be40ad3
commit 3f3ab424ba
6 changed files with 71 additions and 43 deletions

View File

@@ -10,11 +10,19 @@
public string? EsppMessage { get; set; }
public int TaskStatusCode { get; set; }
//public int TaskStatusCode { get; set; }
public TaskStatusResponse? TaskStatus { get; set; }
public Guid TaskId { get; set; }
public RobotHistoryLevelResponse? Level { get; set; }
public Guid TemplateId { get; set; }
public string? TemplateName { get; set; }
}
}