This commit is contained in:
2021-04-01 18:51:08 +00:00
parent 0c66cfb5cd
commit 7539ccf391
4 changed files with 100 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ namespace AyaNova.Models
[Required]
public long Serial { get; set; }
public bool Active { get; set; }
public string Notes { get; set; }//WAS "SUMMARY"
public string Wiki { get; set; }
public string CustomFields { get; set; }