This commit is contained in:
@@ -12,17 +12,17 @@ namespace AyaNova.Models
|
||||
|
||||
[Required]
|
||||
public long PartAssemblyId { get; set; }
|
||||
|
||||
[Required]
|
||||
public long PartId { get; set; }
|
||||
[NotMapped]
|
||||
public string PartViz { get; set; }
|
||||
[Required]
|
||||
public decimal Quantity { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public PartAssembly PartAssembly { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string PartDisplay { get; set; }
|
||||
|
||||
}//eoc
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user