This commit is contained in:
2021-07-09 17:12:40 +00:00
parent 7650045ee3
commit c4c3fbb2b5
3 changed files with 21 additions and 2 deletions

View File

@@ -19,12 +19,22 @@ namespace AyaNova.Models
public long UnitId { get; set; }
[NotMapped]
public string UnitViz { get; set; }
[Required]
public long WorkOrderItemId { get; set; }
[JsonIgnore]
public WorkOrderItem WorkOrderItem { get; set; }
[NotMapped]
public string UnitModelNameViz { get; set; }
[NotMapped]
public string UnitModelVendorViz { get; set; }
[NotMapped]
public string UnitModelModelNumberViz { get; set; }
[NotMapped]
public string UnitDescriptionViz { get; set; }
//workaround for notification
[NotMapped, JsonIgnore]