This commit is contained in:
@@ -26,6 +26,8 @@ namespace AyaNova.Models
|
||||
[Required]
|
||||
public string Number { get; set; }
|
||||
public long? VendorId { get; set; }
|
||||
[NotMapped]
|
||||
public string VendorViz { get; set; }
|
||||
public string UPC { get; set; }
|
||||
public bool LifeTimeWarranty { get; set; }
|
||||
public DateTime? IntroducedDate { get; set; }
|
||||
@@ -36,7 +38,7 @@ namespace AyaNova.Models
|
||||
|
||||
public UnitModel()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
Tags = new List<string>();
|
||||
}
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user