This commit is contained in:
2021-01-18 20:12:41 +00:00
parent 4b2e972580
commit 13f04cffbf
5 changed files with 17 additions and 4 deletions

View File

@@ -12,12 +12,16 @@ namespace AyaNova.Models
[Required]
public long PartAssemblyId { get; set; }
[Required]
public long PartId { get; set; }
[Required]
public decimal Quantity { get; set; }
[JsonIgnore]
public PartAssembly PartAssembly { get; set; }
[NotMapped]
public string PartDisplay {get;set;}
public string PartDisplay { get; set; }
}//eoc