This commit is contained in:
2021-04-06 14:13:32 +00:00
parent 0d21545c0b
commit dac4e969b1

View File

@@ -19,6 +19,10 @@ namespace AyaNova.Models
[Required]
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; }