case 4025 replaced partnumber with partname and changed partname to partdescription
This commit is contained in:
@@ -37,11 +37,12 @@ namespace AyaNova.Models
|
||||
|
||||
|
||||
//server populated fields not db fields
|
||||
[NotMapped]
|
||||
public string PartViz { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string PartNameViz { get; set; }
|
||||
[NotMapped]
|
||||
public string PartDescriptionViz { get; set; }
|
||||
[NotMapped]
|
||||
public string PartManufacturerNumberViz { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user