This commit is contained in:
2023-01-01 02:11:19 +00:00
parent 7366dd48d6
commit 033952d3cd
5 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ namespace Sockeye.Models
public string Name { get; set; }
public bool Active { get; set; }
[Required]
public ProductGroup Group {get;set;}
public ProductGroup PGroup {get;set;}
public long VendorId { get; set; }
public TimeSpan LicenseInterval { get; set; }
public TimeSpan MaintInterval { get; set; }