This commit is contained in:
@@ -11,6 +11,7 @@ namespace AyaNova.Models
|
||||
//NOTE: following pattern outlined here:
|
||||
//https://dba.stackexchange.com/a/19368
|
||||
|
||||
//MIRRORED IN QBI
|
||||
public class PartInventory
|
||||
{
|
||||
public long Id { get; set; }
|
||||
@@ -25,9 +26,9 @@ namespace AyaNova.Models
|
||||
public long PartId { get; set; }
|
||||
[NotMapped]
|
||||
public string PartNameViz { get; set; }
|
||||
[NotMapped]
|
||||
[NotMapped]
|
||||
public string PartDescriptionViz { get; set; }
|
||||
[NotMapped]
|
||||
[NotMapped]
|
||||
public string PartUpcViz { get; set; }
|
||||
[Required]
|
||||
public long PartWarehouseId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user