This commit is contained in:
@@ -17,7 +17,7 @@ namespace AyaNova.Models
|
|||||||
|
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
public uint Concurrency { 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 Wiki { get; set; }
|
||||||
public string CustomFields { get; set; }
|
public string CustomFields { get; set; }
|
||||||
public List<string> Tags { get; set; } = new List<string>();
|
public List<string> Tags { get; set; } = new List<string>();
|
||||||
@@ -27,7 +27,7 @@ namespace AyaNova.Models
|
|||||||
public string TechNotes { get; set; }
|
public string TechNotes { get; set; }
|
||||||
public long? WorkorderItemStatusId { get; set; }
|
public long? WorkorderItemStatusId { get; set; }
|
||||||
public long? WorkorderItemPriorityId { get; set; }
|
public long? WorkorderItemPriorityId { get; set; }
|
||||||
public DateTime RequestDate { get; set; }
|
public DateTime? RequestDate { get; set; }
|
||||||
public bool WarrantyService { get; set; } = false;
|
public bool WarrantyService { get; set; } = false;
|
||||||
|
|
||||||
//UTILITY FIELDS
|
//UTILITY FIELDS
|
||||||
|
|||||||
Reference in New Issue
Block a user