This commit is contained in:
2021-07-27 23:41:40 +00:00
parent 634652ce19
commit 6b90c2c7d4
3 changed files with 5045 additions and 183 deletions

View File

@@ -73,8 +73,7 @@ namespace AyaNova.Models
//UTILITY FIELDS
[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;