feat(aihit): AIHITLoadWorker + AIHITSyncWorker
This commit is contained in:
@@ -3,8 +3,15 @@
|
||||
/// <summary>
|
||||
/// Модель в MQ, данные из АИХИТ
|
||||
/// </summary>
|
||||
internal class AihitDataMq
|
||||
public class AihitDataMq
|
||||
{
|
||||
//TODO:данные из АИХИТ
|
||||
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? WorkGroup { get; set; }
|
||||
public required string Status { get; set; }
|
||||
public required string ResponseArea { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user