This commit is contained in:
2021-11-22 22:26:39 +00:00
parent 33233ea7b4
commit 56b56d4513
4 changed files with 11 additions and 7 deletions

View File

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