This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user