This commit is contained in:
2021-06-07 19:09:44 +00:00
parent 7a73e6c78e
commit b8d8693a2e
3 changed files with 79 additions and 46 deletions

View File

@@ -26,8 +26,8 @@ namespace AyaNova.Models
//UTILITY FIELDS
//related
[JsonIgnore]//internal only here at server not used by client
public WorkOrderStatus WorkOrderStatus { get; set; }
// [JsonIgnore]//internal only here at server not used by client
// public WorkOrderStatus WorkOrderStatus { get; set; }
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.WorkOrderStatus; }