This commit is contained in:
@@ -26,7 +26,17 @@ namespace AyaNova.Models
|
||||
public long WorkOrderId { get; set; }
|
||||
public string TechNotes { get; set; }
|
||||
public long? WorkOrderItemStatusId { get; set; }
|
||||
[NotMapped]
|
||||
public string WorkOrderItemStatusNameViz { get; set; }
|
||||
[NotMapped]
|
||||
public string WorkOrderItemStatusColorViz { get; set; }
|
||||
|
||||
public long? WorkOrderItemPriorityId { get; set; }
|
||||
[NotMapped]
|
||||
public string WorkOrderItemPriorityNameViz { get; set; }
|
||||
[NotMapped]
|
||||
public string WorkOrderItemPriorityColorViz { get; set; }
|
||||
|
||||
public DateTime? RequestDate { get; set; }
|
||||
public bool WarrantyService { get; set; } = false;
|
||||
public int Sequence { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user