This commit is contained in:
2023-04-21 21:26:14 +00:00
parent 8f2ab38ba2
commit a12595b3cf
2 changed files with 101 additions and 26 deletions

View File

@@ -39,6 +39,9 @@ namespace Sockeye.Models
[NotMapped]
public string ProductViz { get; set; }
[NotMapped]
public string CustomerViz { get; set; }
public List<string> Tags { get; set; } = new List<string>();