This commit is contained in:
2021-08-26 15:38:48 +00:00
parent 42b2cbd5c4
commit 84b1037698
6 changed files with 43 additions and 47 deletions

View File

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