This commit is contained in:
2021-05-26 13:48:15 +00:00
parent 91cfb29b4d
commit 1465d89332
3 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ namespace AyaNova.Models
public long PartId { get; set; }
[NotMapped]
public string PartViz { get; set; }
[NotMapped]
public string UpcViz { get; set; }
[Required]
public long PartWarehouseId { get; set; }
[NotMapped]