using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace framework_business.objects.custom { public class oPurchaseOrderPickingSlipQuoteItemFinal : oQuoteItemsFinal { public int Available { get; set; } public int Picked { get; set; } public int Outstanding { get; set; } public string LocationBin { get; set; } } }