This commit is contained in:
2021-03-02 00:39:02 +00:00
parent b3e75e4aea
commit ec9e80befd
4 changed files with 34 additions and 7 deletions

View File

@@ -26,10 +26,16 @@ namespace AyaNova.Models
[Required]
public string PartNumber { get; set; }
public long? ManufacturerId { get; set; }
[NotMapped]
public string ManufacturerViz { get; set; }
public string ManufacturerNumber { get; set; }
public long? WholeSalerId { get; set; }
[NotMapped]
public string WholeSalerViz { get; set; }
public string WholeSalerNumber { get; set; }
public long? AlternativeWholeSalerId { get; set; }
[NotMapped]
public string AlternativeWholeSalerViz { get; set; }
public string AlternativeWholeSalerNumber { get; set; }
[Required]
public decimal Cost { get; set; }