case 4504

This commit is contained in:
2023-04-15 19:12:20 +00:00
parent 5a791e30c5
commit e0c9ff6c93
2 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,11 @@ namespace Sockeye.Models
[NotMapped]
public string CustomerViz { get; set; }
public string RegTo { get; set; }
public string FetchEmail { get; set; }//v7 && v8 uses for notification, v7 uses for fetching manually in UI
public string DbId { get; set; }//v8 uses
public string Notes { get; set; }
public List<string> Tags { get; set; }