This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user