This commit is contained in:
2018-12-06 18:52:03 +00:00
parent 8e6ddbd943
commit 11c7dd096b
7 changed files with 88 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ namespace AyaNova.Models
{
public long Id { get; set; }
public uint ConcurrencyToken { get; set; }
[Required]
public long WordId { get; set; }
@@ -20,6 +20,7 @@ namespace AyaNova.Models
[Required]
public AyaType ObjectType { get; set; }
public bool InName { get; set; }
public bool InTags { get; set; }
}
}