feat(api): RobotHistoryController - сохранение истории работы робота
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class RobotTemplateHistoryResponse
|
||||
public class RobotHistoryResponse
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
@@ -10,13 +10,9 @@
|
||||
|
||||
public string? EsppMessage { get; set; }
|
||||
|
||||
public int TemplateStatusCode { get; set; }
|
||||
public int TaskStatusCode { get; set; }
|
||||
|
||||
public Guid TemplateId { get; set; }
|
||||
|
||||
public string TemplateName { get; set; } = string.Empty;
|
||||
|
||||
public Guid IdSeries { get; set; }
|
||||
public Guid TaskId { get; set; }
|
||||
|
||||
public RobotHistoryLevelResponse? Level { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user