case 3981

This commit is contained in:
2021-09-26 15:13:39 +00:00
parent a20fbbe7e2
commit 19e7c59a54
3 changed files with 8 additions and 3 deletions

View File

@@ -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]