This commit is contained in:
2021-04-01 23:39:50 +00:00
parent bacef71d48
commit f608a514fc
11 changed files with 62 additions and 17 deletions

View File

@@ -25,6 +25,11 @@ namespace AyaNova.Models
public bool ChargeToCustomer { get; set; } = false;
//UTILITY FIELDS
[NotMapped]
public bool IsDirty { get; set; } = false;//never dirty coming from the server
[Required]
public long WorkOrderItemId { get; set; }
[JsonIgnore]