This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user