This commit is contained in:
2021-04-01 20:31:52 +00:00
parent 2680a3b704
commit 665632c286
3 changed files with 9 additions and 9 deletions

View File

@@ -22,8 +22,8 @@ namespace AyaNova.Models
[Required]
public long WorkOrderId { get; set; }
public string TechNotes { get; set; }
public long WorkorderItemStatusId { get; set; }
public long WorkorderItemPriorityId { get; set; }
public long? WorkorderItemStatusId { get; set; }
public long? WorkorderItemPriorityId { get; set; }
public DateTime RequestDate { get; set; }
public bool WarrantyService { get; set; } = false;