feat(dal,aihitLoader,aihitSyncer): добавлены новые типы программного обеспечения. При синхронизации хосты находятся по имени ЭК вместо IP-адерса
This commit is contained in:
@@ -7,9 +7,13 @@
|
||||
{
|
||||
public required string EK { get; set; }
|
||||
public string? IP { get; set; }
|
||||
public string? DBType { get; set; }
|
||||
public string? APPType { get; set; }
|
||||
public string? OSType { get; set; }
|
||||
public string? DB { get; set; }
|
||||
public string? APP { get; set; }
|
||||
public string? CKBS { get; set; }
|
||||
public string? IB { get; set; }
|
||||
public string? SI { get; set; }
|
||||
public string? SM { get; set; }
|
||||
public string? OS { get; set; }
|
||||
public string? WorkGroup { get; set; }
|
||||
public required string Status { get; set; }
|
||||
public required string ResponseArea { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user