This commit is contained in:
2021-09-19 19:32:33 +00:00
parent 6c4700029e
commit 5ddfe2abc7
3 changed files with 10 additions and 3 deletions

View File

@@ -14,9 +14,12 @@ namespace AyaNova.Models
public long Serial { get; set; }
public string CustomerName { get; set; }
public string WorkOrderStatusColor { get; set; }
public bool? WorkOrderStatusCompleted { get; set; }
public bool? WorkOrderStatusLocked { get; set; }
public string WorkOrderItemStatusColor { get; set; }
public string WorkOrderItemPriorityColor { get; set; }
}//eoc
}//eons