This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user