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

This commit is contained in:
Mikhail Trubnikov
2023-10-24 10:38:21 +10:00
parent a94a6460ce
commit 2dcae0239b
10 changed files with 2806 additions and 19 deletions

View File

@@ -12,5 +12,7 @@
public string Status { get; set; } = string.Empty;
public string ShortName { get; set; } = string.Empty;
public string TemplateName { get; set; } = string.Empty;
}
}