This commit is contained in:
2021-05-28 18:09:12 +00:00
parent 8010eb6833
commit e40ea05b4d
4 changed files with 4 additions and 5 deletions

View File

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