case 3981
This commit is contained in:
@@ -27,7 +27,7 @@ namespace AyaNova.Models
|
||||
public DateTime? ReceivedDate { get; set; }
|
||||
public long? PartRequestedById { get; set; }
|
||||
public long? WorkOrderItemPartRequestId { get; set; }
|
||||
|
||||
|
||||
public long? PurchaseTaxCodeId { get; set; }
|
||||
public string VendorPartNumber { get; set; }
|
||||
public string Serials { get; set; }
|
||||
@@ -41,6 +41,10 @@ namespace AyaNova.Models
|
||||
public string PartViz { get; set; }
|
||||
[NotMapped]
|
||||
public string PartNameViz { get; set; }
|
||||
[NotMapped]
|
||||
public string PartManufacturerNumberViz { get; set; }
|
||||
|
||||
|
||||
[NotMapped]
|
||||
public string PartUnitOfMeasureViz { get; set; }
|
||||
[NotMapped]
|
||||
|
||||
Reference in New Issue
Block a user