feat(dal): В таблицу TemplateHistory добавлено поле ScheduleEsppId

This commit is contained in:
Mikhail Trubnikov
2026-03-05 12:29:41 +10:00
parent b2b5516326
commit a0369b9ebb
4 changed files with 4190 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ namespace PARR.DAL.Models
public TemplateStatusTypeEnum StatusTypeId { get; set; } = TemplateStatusTypeEnum.Used;
public string? ScheduleEsppId { get; set; }
[ForeignKey(nameof(ParentId))]
public Template? Template { get; set; }