This commit is contained in:
2021-06-12 00:18:41 +00:00
parent fe1359b101
commit 1d4801c70e
2 changed files with 9 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ namespace AyaNova.Models
public uint Concurrency { get; set; }
public string Notes { get; set; }
[Required]
public long UnitId { get; set; }
[NotMapped]
public string UnitViz { get; set; }