feat(esppOrderLoader): логика получение данных

This commit is contained in:
Mikhail Trubnikov
2023-10-23 13:50:43 +10:00
parent 017d2c9d71
commit ea77bd43de
17 changed files with 2694 additions and 20 deletions

View File

@@ -5,5 +5,8 @@
/// </summary>
public class EsppOrder
{
public string Number { get; set; } = string.Empty;
public string? WorkGroup { get; set; }
}
}