feat(esppOrderLoader): логика синхронизации

This commit is contained in:
Mikhail Trubnikov
2023-10-23 16:17:42 +10:00
parent dd96234c7d
commit a94a6460ce
18 changed files with 3084 additions and 10 deletions

View File

@@ -8,5 +8,9 @@
public string Number { get; set; } = string.Empty;
public string? WorkGroup { get; set; }
public string Status { get; set; } = string.Empty;
public string ShortName { get; set; } = string.Empty;
}
}