This commit is contained in:
2023-01-03 02:00:09 +00:00
parent 239a3c7c0c
commit b43b07edc4
5 changed files with 8 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ namespace Sockeye.Models
[Required]
public string Name { get; set; }
public string IPAddress { get; set; }
public bool Active { get; set; }
public string Notes { get; set; }
public DateTime Created { get; set; }