This commit is contained in:
2021-11-22 23:44:55 +00:00
parent 378015b03a
commit ee21fff64e
4 changed files with 14 additions and 6 deletions

View File

@@ -24,7 +24,11 @@ namespace AyaNova.Models
[Required]
public long PartId { get; set; }
[NotMapped]
public string PartViz { get; set; }
public string PartNameViz { get; set; }
[NotMapped]
public string PartDescriptionViz { get; set; }
[NotMapped]
public string PartUpcViz { get; set; }
[Required]
public long PartWarehouseId { get; set; }
[NotMapped]