feat(dal): обновлены модели AppInWorks, Templates

This commit is contained in:
Mikhail Kuznetsov
2024-07-01 14:04:24 +10:00
parent 6e378f2b06
commit 3a7529d9cd
7 changed files with 5845 additions and 0 deletions

View File

@@ -79,6 +79,17 @@ namespace PARR.DAL.Models
/// </summary>
public DateTimeOffset NextRun { get; set; }
/// <summary>
/// Включить автораспределение
/// </summary>
public bool IsAutoDistributionEnabled { get; set; }
/// <summary>
/// Дата начала работ
/// </summary>
public DateTimeOffset ReferenceDate { get; set; }
/// <summary>
/// Выполняет агент
/// </summary>