Добавлено поле OSType при парсинге из АИХ ИТ

This commit is contained in:
Mikhail Kuznetsov
2023-09-13 12:07:15 +10:00
parent 0281bcd674
commit e596e7f459
6 changed files with 1015 additions and 2 deletions

View File

@@ -94,5 +94,7 @@ namespace PARR.AIHIT.Models
public string? InfrastructureServerType { get; set; }
[Column("Тип сервера мониторинга")]
public string? MonitoringServerType { get; set; }
[Column("ОС")]
public string? OSType { get; set; }
}
}