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

@@ -38,6 +38,13 @@ namespace PARR.DAL.Models
///// </summary>
//public DateTimeOffset? NextScriptStart { get; set; }
public DateTimeOffset? LastRun { get; set; }
public DateTimeOffset NextRun { get; set; }
public Guid ApplicationInWorkId { get; set; }
[ForeignKey(nameof(ApplicationInWorkId))]