This commit is contained in:
2021-06-02 19:18:23 +00:00
parent d61ad5d19f
commit dc28e3a3ce
15 changed files with 11 additions and 74 deletions

View File

@@ -26,11 +26,7 @@ namespace AyaNova.Models
public string CompletedByUserViz { get; set; }
public DateTime? CompletedDate { get; set; }
//UTILITY FIELDS
[NotMapped]
public bool IsDirty { get; set; } = false;//never dirty coming from the server
[Required]
public long WorkOrderItemId { get; set; }
[JsonIgnore]