case 4056

This commit is contained in:
2021-12-31 18:33:05 +00:00
parent 2df3525b07
commit 88d6ad0e03
5 changed files with 77 additions and 238 deletions

View File

@@ -23,6 +23,14 @@ namespace AyaNova.Models
public long UserId { get; set; }
[NotMapped]
public string UserViz { get; set; }
[NotMapped]
public string NameViz { get; set; }
[NotMapped]
public string ColorViz { get; set; }
[NotMapped]
public bool CompletedViz { get; set; }
[NotMapped]
public bool LockedViz { get; set; }
//workaround for notification
[NotMapped, JsonIgnore]