This commit is contained in:
2021-04-15 17:37:53 +00:00
parent c333da5574
commit d890b63d27
5 changed files with 23 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ namespace AyaNova.Models
public long? WorkorderItemPriorityId { get; set; }
public DateTime? RequestDate { get; set; }
public bool WarrantyService { get; set; } = false;
public int Sequence { get; set; }
//UTILITY FIELDS
[NotMapped]