using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace Core.StlMes.Client.PlnSaleOrd.报表.entity { public class JGInformationEntity { private string ordLnDlyPk; [Description("交货行PK")] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } private string jgOrderno; [Description("接箍合同号")] public string JgOrderno { get { return jgOrderno; } set { jgOrderno = value; } } private string orderNoSeq; [Description("合同行号")] public string OrderNoSeq { get { return orderNoSeq; } set { orderNoSeq = value; } } private string specJgDesc; [Description("接箍规格")] public string SpecJgDesc { get { return specJgDesc; } set { specJgDesc = value; } } private string modelDesc; [Description("接箍扣型")] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } private decimal? numJg; [Description("接箍个数")] public decimal? NumJg { get { return numJg; } set { numJg = value; } } private string buyerName; [Description("客户名称")] public string BuyerName { get { return buyerName; } set { buyerName = value; } } private string finalUserDesc; [Description("最终用户")] public string FinalUserDesc { get { return finalUserDesc; } set { finalUserDesc = value; } } private string jgorderstatus; [Description("接箍合同状态")] public string Jgorderstatus { get { return jgorderstatus; } set { jgorderstatus = value; } } private string proPlanId; [Description("接箍订单号")] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } private string prdcrNo; [Description("监制编号")] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } private string prdcrDescOrd; [Description("管体监制要求")] public string PrdcrDescOrd { get { return prdcrDescOrd; } set { prdcrDescOrd = value; } } private string prdcrDescJg; [Description("接箍监制要求")] public string PrdcrDescJg { get { return prdcrDescJg; } set { prdcrDescJg = value; } } private string prdcrDescJgl; [Description("接箍料监制要求")] public string PrdcrDescJgl { get { return prdcrDescJgl; } set { prdcrDescJgl = value; } } private string blWlDesc; [Description("接箍料物料描述")] public string BlWlDesc { get { return blWlDesc; } set { blWlDesc = value; } } private decimal? minD; [Description("接箍料外径")] public decimal? MinD { get { return minD; } set { minD = value; } } private decimal? minH; [Description("接箍料壁厚")] public decimal? MinH { get { return minH; } set { minH = value; } } private decimal? aimlengthBl; [Description("接箍料目标长度")] public decimal? AimlengthBl { get { return aimlengthBl; } set { aimlengthBl = value; } } private decimal? planNum; [Description("接箍订单个数")] public decimal? PlanNum { get { return planNum; } set { planNum = value; } } private decimal? matchnum; [Description("接箍订单接箍利库个")] public decimal? Matchnum { get { return matchnum; } set { matchnum = value; } } private decimal? jgwtBlreq; [Description("已做备料接箍个")] public decimal? JgwtBlreq { get { return jgwtBlreq; } set { jgwtBlreq = value; } } private string planstatusGxM; [Description("接箍订单状态")] public string PlanstatusGxM { get { return planstatusGxM; } set { planstatusGxM = value; } } private string reqBlId; [Description("备料需求号")] public string ReqBlId { get { return reqBlId; } set { reqBlId = value; } } private string codeJgBl; [Description("备料码")] public string CodeJgBl { get { return codeJgBl; } set { codeJgBl = value; } } private string steelcode; [Description("备料钢级编号")] public string Steelcode { get { return steelcode; } set { steelcode = value; } } private string steelname; [Description("备料钢级")] public string Steelname { get { return steelname; } set { steelname = value; } } private decimal? outdiameter; [Description("备料外径")] public decimal? Outdiameter { get { return outdiameter; } set { outdiameter = value; } } private decimal? wallthick; [Description("备料壁厚")] public decimal? Wallthick { get { return wallthick; } set { wallthick = value; } } private decimal? aimlength; [Description("备料长度")] public decimal? Aimlength { get { return aimlength; } set { aimlength = value; } } private decimal? jgblReqWeight; [Description("备料需求重量")] public decimal? JgblReqWeight { get { return jgblReqWeight; } set { jgblReqWeight = value; } } private decimal? jgblReqNum; [Description("备料需求支数")] public decimal? JgblReqNum { get { return jgblReqNum; } set { jgblReqNum = value; } } private string planstatusBl; [Description("备料需求状态")] public string PlanstatusBl { get { return planstatusBl; } set { planstatusBl = value; } } private string producname; [Description("合同品名")] public string Producname { get { return producname; } set { producname = value; } } private string stdName; [Description("合同标准")] public string StdName { get { return stdName; } set { stdName = value; } } private string stdStyleDesc; [Description("合同标准类别")] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } private string ordSteelname; [Description("合同钢级")] public string OrdSteelname { get { return ordSteelname; } set { ordSteelname = value; } } private string specName; [Description("合同规格")] public string SpecName { get { return specName; } set { specName = value; } } private string ordModelDesc; [Description("合同扣型")] public string OrdModelDesc { get { return ordModelDesc; } set { ordModelDesc = value; } } private decimal? orderQty; [Description("合同订货量")] public decimal? OrderQty { get { return orderQty; } set { orderQty = value; } } private string orderUnit; [Description("合同订货单位")] public string OrderUnit { get { return orderUnit; } set { orderUnit = value; } } private decimal? orderweight; [Description("合同估算量")] public decimal? Orderweight { get { return orderweight; } set { orderweight = value; } } private decimal? ordernum; [Description("合同估算支数")] public decimal? Ordernum { get { return ordernum; } set { ordernum = value; } } private string planstatusOrd; [Description("合同状态")] public string PlanstatusOrd { get { return planstatusOrd; } set { planstatusOrd = value; } } private string proPlanIdS = ""; [Description("接箍排产订单")] public string ProPlanIdS { get { return proPlanIdS; } set { proPlanIdS = value; } } private string codeJg = ""; [Description("接箍码")] public string CodeJg { get { return codeJg; } set { codeJg = value; } } } }