feat(aihitLoader): Изменены поля синхронизации из АИХ ИТ

This commit is contained in:
Mikhail Kuznetsov
2025-08-15 11:32:13 +10:00
parent 1272ce92ec
commit 928a1471cf
2 changed files with 8 additions and 72 deletions

View File

@@ -58,6 +58,9 @@ namespace PARR.AIHITMainLoader.Models
[Column("НЕУНИКАЛЬНЫЙ_ЭК")]
public int IsNotUnique { get; set; }
[Column("ЗО_РГ")]
public string? WorkGroupResponseArea { get; set; }
public AihitMainDataMq ToMainData()
{
@@ -82,6 +85,7 @@ namespace PARR.AIHITMainLoader.Models
{"Сервер БИР", BIRServerType },
{"АКТИВЕН", Active.ToString() },
{"НЕУНИКАЛЬНЫЙ_ЭК", IsNotUnique.ToString() },
{"ЗО_РГ", WorkGroupResponseArea },
}
};
}