This commit is contained in:
2020-07-17 13:40:31 +00:00
parent c547913d12
commit 0658632459
35 changed files with 39 additions and 39 deletions

View File

@@ -18,7 +18,7 @@ namespace AyaNova.Models
public string Wiki { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
[NotMapped]
[NotMapped, JsonIgnore]
public AyaNova.Biz.AyaType AyaType { get;}
}