This commit is contained in:
2021-07-13 18:56:13 +00:00
parent b1880ecf04
commit d06986cf53
3 changed files with 93 additions and 10 deletions

View File

@@ -89,6 +89,8 @@ namespace AyaNova.Models
public bool IsLockedAtServer { get; set; } = false;//signal to client that it came from the server in a locked state
[NotMapped]
public string AlertViz { get; set; } = null;
[NotMapped]
public bool HasPartCosts { get; set; } = false;//signal to client that part costs were not populated (due to user rights / role / type)
[NotMapped, JsonIgnore]