This commit is contained in:
2021-01-07 01:09:07 +00:00
parent 7dacb38ac4
commit 7684a2fb93
4 changed files with 70 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ namespace AyaNova.Models
[Required]
public string Name { get; set; }
public bool Active { get; set; }
public string Notes { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }