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

@@ -20,7 +20,7 @@ namespace Sockeye.Models
[NotMapped]
public string CustomerViz { get; set; }
[Required]
public ProductGroup Group {get;set;}
public ProductGroup PGroup {get;set;}
public string RegTo { get; set; }
public string Key { get; set; }
public string FetchCode { get; set; }//v7 uses

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; }

View File

@@ -21,7 +21,7 @@ namespace Sockeye.Models
[Required]
public long ProductId { get; set; }
[Required]
public ProductGroup Group {get;set;}
public ProductGroup PGroup {get;set;}
[NotMapped]
public string ProductViz { get; set; }
public string SalesOrderNumber { get; set; }