This commit is contained in:
2023-01-10 01:33:52 +00:00
parent 8467470c1d
commit 8a9970d346
4 changed files with 66 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ namespace Sockeye.Models
public DateTime? Processed { get; set; }
public TrialRequestStatus Status { get; set; } = TrialRequestStatus.New;
public string RejectReason { get; set; }
public long? KeyId { get; set; }
public long? LicenseId { get; set; }
[Required]
public ProductGroup PGroup { get; set; }
public List<string> Tags { get; set; }