This commit is contained in:
2021-04-08 19:00:24 +00:00
parent 8ff46b2a8a
commit 7b990ec05d

View File

@@ -17,7 +17,7 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
public string Notes { get; set; }//Was Summary
public string Notes { get; set; }//"Summary" field
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; } = new List<string>();
@@ -27,7 +27,7 @@ namespace AyaNova.Models
public string TechNotes { get; set; }
public long? WorkorderItemStatusId { get; set; }
public long? WorkorderItemPriorityId { get; set; }
public DateTime RequestDate { get; set; }
public DateTime? RequestDate { get; set; }
public bool WarrantyService { get; set; } = false;
//UTILITY FIELDS