using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ICSSoft.Entity.Dispatchlist { public class Dispatchlists { /// /// 销售发货单表体主键ID /// public string iDLsID { get; set; } /// /// 物料编号 /// public string cInvCode { get; set; } /// /// 数量 /// public decimal iQuantity { get; set; } public decimal iNum { get; set; } /// /// 批次 /// public string cBatch { get; set; } /// /// 客户零件号 /// public string cBatchProperty7 { get; set; } /// /// 工程号 /// public string cBatchProperty6 { get; set; } } }