This commit is contained in:
2021-06-29 21:54:59 +00:00
parent 8c170eb9c3
commit ad50aeac4a
3 changed files with 17 additions and 13 deletions

View File

@@ -27,12 +27,12 @@ namespace AyaNova.Models
public string CompletedByUserViz { get; set; }
public DateTime? CompletedDate { get; set; }
//workaround for notification
//workaround for notification
[NotMapped, JsonIgnore]
public List<string> Tags { get; set; } = new List<string>();
[NotMapped, JsonIgnore]
public string Name { get; set; }
[Required]
public long WorkOrderItemId { get; set; }
[JsonIgnore]