This commit is contained in:
2021-01-25 21:46:41 +00:00
parent 2f76b1b1d8
commit c99498ba23
2 changed files with 10 additions and 1 deletions

View File

@@ -24,6 +24,10 @@ namespace AyaNova.Models
[Required]
public decimal MinimumQuantity { get; set; }
[NotMapped]
public string PartWarehouseDisplay { get; set; }//to display name in UI, not relevant to db or biz object
}//eoc
}//eons