This commit is contained in:
2021-04-06 15:26:35 +00:00
parent dac4e969b1
commit a670ad5b36
3 changed files with 125 additions and 127 deletions

View File

@@ -20,9 +20,7 @@ namespace AyaNova.Models
public long UserId { get; set; }
//UTILITY FIELDS
[NotMapped]
public bool IsDirty { get; set; } = false;//never dirty coming from the server
//related
public WorkOrderStatus WorkOrderStatus { get; set; }