This commit is contained in:
2021-04-29 23:59:52 +00:00
parent bfeec42018
commit 1f9891eb0d
3 changed files with 13 additions and 10 deletions

View File

@@ -73,6 +73,8 @@ namespace AyaNova.Models
public bool IsDirty { get; set; } = false;//never dirty coming from the server
[NotMapped]
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, JsonIgnore]