This commit is contained in:
2021-01-16 15:37:47 +00:00
parent f2e875c46a
commit 6a38a2e72f
8 changed files with 42 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ namespace AyaNova.Models
[Required]
public string PartNumber { get; set; }
public string PopUpNotes { get; set; }
public long? ManufacturerId { get; set; }
public string ManufacturerNumber { get; set; }
public long? WholeSalerId { get; set; }