feat(api, generatorTemplates, templateDistributor): обновлен esppScheduleResponse. Обновлен метод DistributeTemplate, так же обновлены зависимости в GeneratorTemplates

This commit is contained in:
Mikhail Trubnikov
2024-07-04 16:44:25 +10:00
parent a4f6089438
commit 3b3606859a
4 changed files with 6 additions and 3 deletions

View File

@@ -57,6 +57,8 @@
public Guid Id { get; set; }
public required string Value { get; set; }
public Guid? DistributionPeriodId { get; set; }
}
public class EsppScheduleTypeConfigWithDataResponse