This commit is contained in:
2023-01-12 00:24:36 +00:00
parent 3c67e58660
commit 29856a59ba
7 changed files with 199 additions and 34 deletions

View File

@@ -19,6 +19,9 @@ namespace Sockeye.Models
[Required]
public string Name { get; set; }
public string Notes { get; set; }
public long? CustomerId { get; set; }
[NotMapped]
public string CustomerViz { get; set; }
public string Wiki { get; set; }
public List<string> Tags { get; set; }