This commit is contained in:
2021-09-21 15:28:18 +00:00
parent 0a76ffb58f
commit d4b51f76d5
3 changed files with 11 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ namespace AyaNova.Models
public long ObjectId { get; set; }
[Required]
public AyaType AType { get; set; }//int
[NotMapped]
public string ReviewObjectViz { get; set; }
[NotMapped]
public bool OverDue