using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CK.SCP.Models.ScpEntity { public class TB_RECEIVE_QTY { public decimal? RecQty { set; get; } public string AsnBillNum { set; get; } public int PoLine { set; get; } public string PartCode { set; get; } public string PoBillNum { set; get; } public string Batch { set; get; } } }