Добавлено поле 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

@@ -55,5 +55,6 @@ namespace PARR.DAL.Models.AIHIT
public string? IBServerType { get; set; }
public string? InfrastructureServerType { get; set; }
public string? MonitoringServerType { get; set; }
public string? OSType { get; set; }
}
}