This commit is contained in:
@@ -19,6 +19,10 @@ namespace AyaNova.Models
|
|||||||
[Required]
|
[Required]
|
||||||
public long UserId { get; set; }
|
public long UserId { get; set; }
|
||||||
|
|
||||||
|
//UTILITY FIELDS
|
||||||
|
[NotMapped]
|
||||||
|
public bool IsDirty { get; set; } = false;//never dirty coming from the server
|
||||||
|
|
||||||
//related
|
//related
|
||||||
public WorkOrderStatus WorkOrderStatus { get; set; }
|
public WorkOrderStatus WorkOrderStatus { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user