This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user