This commit is contained in:
2020-07-17 13:53:45 +00:00
parent 0658632459
commit a8a50b15c0
4 changed files with 25 additions and 6 deletions

View File

@@ -18,8 +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, JsonIgnore]
public AyaNova.Biz.AyaType AyaType { get;}
public AyaNova.Biz.AyaType AyaType { get; }
}