This commit is contained in:
2021-05-26 19:55:41 +00:00
parent 40cf642b06
commit 293a679f14
3 changed files with 27 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ namespace AyaNova.Models
public decimal Quantity { get; set; }
[Required]
public long PurchaseOrderItemId { get; set; }
public long? PurchaseOrderItemId { get; set; }
[NotMapped]
public string PurchaseOrderViz { get; set; }
[NotMapped]