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

@@ -30,12 +30,7 @@ namespace AyaNova.Models
public DateTime? RequestDate { get; set; }
public bool WarrantyService { get; set; } = false;
public int Sequence { get; set; }
//UTILITY FIELDS
[NotMapped]
public bool IsDirty { get; set; } = false;//never dirty coming from the server
//Principle
[JsonIgnore]
public WorkOrder WorkOrder { get; set; }