feat(api): в респонс истории агента добавлена информация о наряде

This commit is contained in:
Mikhail Trubnikov
2024-01-22 11:46:49 +10:00
parent 13652ba9aa
commit d241071959
4 changed files with 44 additions and 2 deletions

View File

@@ -13,5 +13,9 @@
public string? TemplateName { get; set; }
public AgentHistoryLevelResponse? Level { get; set; }
public OrderForAgentHistoryResponse? Order { get; set; }
}
}