This commit is contained in:
2020-05-14 15:59:08 +00:00
parent 8dec3816fa
commit 40d9056eac
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ namespace AyaNova.Models
public uint Concurrency { get; set; }
[Required]
public uint Serial { get; set; }
public long Serial { get; set; }
public bool Active { get; set; }
public string Notes { get; set; }
public string Wiki { get; set; }
@@ -41,7 +41,7 @@ namespace AyaNova.Models
public uint Concurrency { get; set; }
[Required]
public uint Serial { get; set; }
public long Serial { get; set; }
public bool Active { get; set; }
public string Notes { get; set; }
public string Wiki { get; set; }