This commit is contained in:
2021-02-18 01:31:25 +00:00
parent 8727b6c93e
commit 96ff5141ec
3 changed files with 179 additions and 97 deletions

View File

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