This commit is contained in:
2020-05-03 21:21:14 +00:00
parent 7ad76dcc10
commit b9da7a45b6
4 changed files with 19 additions and 9 deletions

View File

@@ -22,6 +22,8 @@ namespace AyaNova.Models
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
//dependents
public List<WorkOrderItem> WorkorderItems { get; set; }
public WorkOrder()
{