using System; using System.Collections.Generic; using System.Linq; using System.Text; using Core.Mes.Client.Comm.Attribute; using System.ComponentModel; namespace com.steering.pss.plnsaleord.order.model { /// /// 数据库表PLN_PORDER_BL_REQ所对应的实体类(生成工具:代码生成工具3.0) /// 作者:xiaohai-PC 时间:2016-06-07 /// public class PlnPorderBlReqEntity { /// /// 备料需求号 /// private string reqBlId = ""; /// /// 备料类型(接箍料、短节备料) /// private string bltype = ""; /// /// 合同号 /// private string orderNo = ""; /// /// 合同行号 /// private string orderSeq = ""; /// /// 交货编码 /// private string deliveryNo = ""; /// /// 接箍合同号(跟销售合同排他性) /// private string jgOrderno = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 备料外径 /// private string outdiameter = ""; /// /// 备料壁厚 /// private string wallthick = ""; /// /// 控制壁厚 /// private string aimwallthick = ""; /// /// 最大长度 /// private string lengthmax = ""; /// /// 最小长度 /// private string lengthmin = ""; /// /// 控制长度 /// private string aimlength = ""; /// /// 短节备料码 /// private string codeDjBl = ""; /// /// 短节成材率 /// private string getrateDj = ""; /// /// 接箍备料码 /// private string codeJgBl = ""; /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 冶金规范码 /// private string msc = ""; /// /// 产品规范码 /// private string psc = ""; /// /// 备料单重 /// private string singleweight = ""; /// /// 备料需求重量 /// private string jgblReqWeight = ""; /// /// 备料需求支数 /// private string jgblReqNum = ""; /// /// 利库充当量 /// private string matchweight = ""; /// /// 利库支数 /// private string matchnum = ""; /// /// 计划状态 /// private string planstatus = ""; /// /// 接箍切断计划重量 /// private string jgcutplanWt = ""; /// /// 接箍切断计划支数 /// private string jgcutplanNum = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 与销售合同规格相同 /// private string specSameSale = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 主接箍订单编号 /// private string proPlanId = ""; /// /// ORD_LN_DLY_PK(短节备料用) /// private string ordLnDlyPk = ""; /// /// 备料需求号 /// [Description("备料需求号")] [Nullable(false)] [DataLength(20)] public string ReqBlId { get { return reqBlId; } set { reqBlId = value; } } /// /// 备料类型(接箍料、短节备料) /// [Description("备料类型")] [Nullable(true)] [DataLength(20)] public string Bltype { get { return bltype; } set { bltype = value; } } /// /// 合同号 /// [Description("合同号")] [Nullable(true)] [DataLength(20)] public string OrderNo { get { return orderNo; } set { orderNo = value; } } /// /// 合同行号 /// [Description("合同行号")] [Nullable(true)] [DataLength(3)] public string OrderSeq { get { return orderSeq; } set { orderSeq = value; } } /// /// 交货编码 /// [Description("交货编码")] [Nullable(true)] [DataLength(3)] public string DeliveryNo { get { return deliveryNo; } set { deliveryNo = value; } } /// /// 接箍合同号(跟销售合同排他性) /// [Description("接箍合同号")] [Nullable(true)] [DataLength(40)] public string JgOrderno { get { return jgOrderno; } set { jgOrderno = value; } } /// /// 钢级(牌号)代码 /// [Description("钢级(牌号)代码")] [Nullable(true)] [DataLength(10)] public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级(牌号)名称 /// [Description("钢级(牌号)")] [Nullable(true)] [DataLength(100)] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 备料外径 /// [Description("备料外径")] [Nullable(true)] [DataLength(10)] public string Outdiameter { get { return outdiameter; } set { outdiameter = value; } } /// /// 备料壁厚 /// [Description("备料壁厚")] [Nullable(true)] [DataLength(10)] public string Wallthick { get { return wallthick; } set { wallthick = value; } } /// /// 控制壁厚 /// [Description("控制壁厚")] [Nullable(true)] [DataLength(10)] public string Aimwallthick { get { return aimwallthick; } set { aimwallthick = value; } } /// /// 最大长度 /// [Description("最大长度")] [Nullable(true)] [DataLength(10)] public string Lengthmax { get { return lengthmax; } set { lengthmax = value; } } /// /// 最小长度 /// [Description("最小长度")] [Nullable(true)] [DataLength(10)] public string Lengthmin { get { return lengthmin; } set { lengthmin = value; } } /// /// 控制长度 /// [Description("控制长度")] [Nullable(true)] [DataLength(10)] public string Aimlength { get { return aimlength; } set { aimlength = value; } } /// /// 短节备料码 /// [Description("短节备料码")] [Nullable(true)] [DataLength(20)] public string CodeDjBl { get { return codeDjBl; } set { codeDjBl = value; } } /// /// 短节成材率 /// [Description("短节成材率")] [Nullable(true)] [DataLength(10)] public string GetrateDj { get { return getrateDj; } set { getrateDj = value; } } /// /// 接箍备料码 /// [Description("接箍备料码")] [Nullable(true)] [DataLength(20)] public string CodeJgBl { get { return codeJgBl; } set { codeJgBl = value; } } /// /// 标准代码 /// [Description("标准代码")] [Nullable(true)] [DataLength(20)] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准名称")] [Nullable(true)] [DataLength(200)] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 冶金规范码 /// [Description("冶金规范码")] [Nullable(true)] [DataLength(20)] public string Msc { get { return msc; } set { msc = value; } } /// /// 产品规范码 /// [Description("产品规范码")] [Nullable(true)] [DataLength(20)] public string Psc { get { return psc; } set { psc = value; } } /// /// 备料单重 /// [Description("备料单重")] [Nullable(true)] [DataLength(10)] public string Singleweight { get { return singleweight; } set { singleweight = value; } } /// /// 备料需求重量 /// [Description("备料需求重量")] [Nullable(true)] [DataLength(10)] public string JgblReqWeight { get { return jgblReqWeight; } set { jgblReqWeight = value; } } /// /// 备料需求支数 /// [Description("备料需求支数")] [Nullable(true)] [DataLength(10)] public string JgblReqNum { get { return jgblReqNum; } set { jgblReqNum = value; } } /// /// 利库充当量 /// [Description("利库充当量")] [Nullable(true)] [DataLength(10)] public string Matchweight { get { return matchweight; } set { matchweight = value; } } /// /// 利库支数 /// [Description("利库支数")] [Nullable(true)] [DataLength(10)] public string Matchnum { get { return matchnum; } set { matchnum = value; } } /// /// 计划状态 /// [Description("计划状态")] [Nullable(true)] [DataLength(20)] public string Planstatus { get { return planstatus; } set { planstatus = value; } } /// /// 接箍切断计划重量 /// [Description("接箍切断计划重量")] [Nullable(true)] [DataLength(10)] public string JgcutplanWt { get { return jgcutplanWt; } set { jgcutplanWt = value; } } /// /// 接箍切断计划支数 /// [Description("接箍切断计划支数")] [Nullable(true)] [DataLength(10)] public string JgcutplanNum { get { return jgcutplanNum; } set { jgcutplanNum = value; } } /// /// 创建人 /// [Description("创建人")] [Nullable(true)] [DataLength(20)] public string CreateName { get { return createName; } set { createName = value; } } /// /// 创建时间 /// [Description("创建时间")] [Nullable(true)] public string CreateTime { get { return createTime; } set { createTime = value; } } /// /// 修改人 /// [Description("修改人")] [Nullable(true)] [DataLength(20)] public string UpdateName { get { return updateName; } set { updateName = value; } } /// /// 修改时间 /// [Description("修改时间")] [Nullable(true)] public string UpdateTime { get { return updateTime; } set { updateTime = value; } } /// /// 与销售合同规格相同 /// [Description("与销售合同规格相同")] [Nullable(true)] [DataLength(1)] public string SpecSameSale { get { return specSameSale; } set { specSameSale = value; } } /// /// 监制编号 /// [Description("监制编号")] [Nullable(true)] [DataLength(400)] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 主接箍订单编号 /// [Description("主接箍订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// ORD_LN_DLY_PK(短节备料用) /// [Description("ORD_LN_DLY_PK")] [Nullable(true)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } } }