This commit is contained in:
2021-09-24 20:27:20 +00:00
parent 58241b8973
commit 03840ae759
3 changed files with 22 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ namespace AyaNova.Models
public string UnitOfMeasure { get; set; }
public string UPC { get; set; }
[NotMapped]
public string PartSerialsViz { get; set; }
public Part()