This commit is contained in:
2022-12-29 01:05:23 +00:00
parent b02a73118e
commit 614cefd627
3 changed files with 29 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ namespace Sockeye.Models
public uint Concurrency { get; set; }
public DateTime Created { get; set; }
public long CustomerId { get; set; }
public long? CustomerId { get; set; }
[NotMapped]
public string CustomerViz { get; set; }
public string RegTo { get; set; }