case 4504

This commit is contained in:
2023-04-13 23:01:03 +00:00
parent 68e181a085
commit be4e0e2ad3
2 changed files with 115 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ namespace Sockeye.Models
public bool Active { get; set; }
[Required]
public ProductGroup PGroup { get; set; }
public long? CustomerId { get; set; }
public long CustomerId { get; set; }
[NotMapped]
public string CustomerViz { get; set; }