This commit is contained in:
2021-02-25 16:03:16 +00:00
parent 6358a94fd3
commit d70b1f3066
4 changed files with 38 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ namespace AyaNova.Models
public long? WorkorderItemPartRequestId { get; set; }
public long? PurchaseTaxCodeId { get; set; }
public string VendorPartNumber { get; set; }
public string Serials { get; set; }
[JsonIgnore]
public PurchaseOrder PurchaseOrder { get; set; }