This commit is contained in:
2022-12-22 23:33:42 +00:00
parent e055ad4a68
commit ef1cfd8fac
10 changed files with 7 additions and 37 deletions

View File

@@ -20,7 +20,6 @@ namespace Sockeye.Models
public string Name { get; set; }
public string Notes { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
public GZCase()

View File

@@ -29,7 +29,6 @@ namespace Sockeye.Models
public DateTime MaintenanceExpire { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
//workaround for notification

View File

@@ -21,7 +21,6 @@ namespace Sockeye.Models
public string VendorCode { get; set; }
public string OurCode { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
public Product()

View File

@@ -35,7 +35,6 @@ namespace Sockeye.Models
public string VendorData { get; set; }
public DateTime? ProcessedDate { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
//workaround for notification
[NotMapped, JsonIgnore]

View File

@@ -33,7 +33,6 @@ namespace Sockeye.Models
public long? CustomerId { get; set; }
public long? LicenseId { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }