This commit is contained in:
2023-01-05 23:49:07 +00:00
parent db5c713312
commit 88786993bc
4 changed files with 12 additions and 7 deletions

View File

@@ -15,7 +15,8 @@ namespace Sockeye.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
public DateTime Created { get; set; }
public DateTime Created { get; set; }
public bool Active { get; set; }//active licenses can be fetched by customer, inactive means still putting together or it's been kiboshed
public long? CustomerId { get; set; }
[NotMapped]
public string CustomerViz { get; set; }