using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace Core.StlMes.Client.PlnSaleOrd.工序排产.entity { /// /// 数据库表PLN_PORDER_BL_REQ所对应的实体类(生成工具:代码生成工具3.0) /// 作者:MS-20181101OWOO 时间:2019-01-08 /// 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 decimal? outdiameter = null; /// /// 备料壁厚 /// private decimal? wallthick = null; /// /// 控制壁厚 /// private decimal? aimwallthick = null; /// /// 最大长度 /// private decimal? lengthmax = null; /// /// 最小长度 /// private decimal? lengthmin = null; /// /// 控制长度 /// private decimal? aimlength = null; /// /// 短节备料码 /// private string codeDjBl = ""; /// /// 短节成材率 /// private decimal? getrateDj = null; /// /// 接箍备料码 /// private string codeJgBl = ""; /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 冶金规范码 /// private string msc = ""; /// /// 备料单重 /// private decimal? singleweight = null; /// /// 备料需求重量 /// private decimal? jgblReqWeight = null; /// /// 备料需求支数 /// private decimal? jgblReqNum = null; /// /// 利库充当量 /// private decimal? matchweight = null; /// /// 利库支数 /// private decimal? matchnum = null; /// /// 计划状态(0待确认,1已确认,2已下发,3生产中,4生产完成) /// private string planstatus = ""; /// /// 接箍切断计划重量 /// private decimal? jgcutplanWt = null; /// /// 接箍切断计划支数 /// private decimal? jgcutplanNum = null; /// /// 创建人 /// 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 = ""; /// /// 产品规范码 /// private string psc = ""; /// /// 备料需求号 /// [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 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 decimal? Outdiameter { get { return outdiameter; } set { outdiameter = value; } } /// /// 备料壁厚 /// [Description("备料壁厚")] [Nullable(true)] [DataLength(10)] public decimal? Wallthick { get { return wallthick; } set { wallthick = value; } } /// /// 控制壁厚 /// [Description("控制壁厚")] [Nullable(true)] [DataLength(10)] public decimal? Aimwallthick { get { return aimwallthick; } set { aimwallthick = value; } } /// /// 最大长度 /// [Description("最大长度")] [Nullable(true)] [DataLength(10)] public decimal? Lengthmax { get { return lengthmax; } set { lengthmax = value; } } /// /// 最小长度 /// [Description("最小长度")] [Nullable(true)] [DataLength(10)] public decimal? Lengthmin { get { return lengthmin; } set { lengthmin = value; } } /// /// 控制长度 /// [Description("控制长度")] [Nullable(true)] [DataLength(10)] public decimal? 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 decimal? 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(10)] public decimal? Singleweight { get { return singleweight; } set { singleweight = value; } } /// /// 备料需求重量 /// [Description("备料需求吨")] [Nullable(true)] [DataLength(10)] public decimal? JgblReqWeight { get { return jgblReqWeight; } set { jgblReqWeight = value; } } /// /// 备料需求支数 /// [Description("备料需求支")] [Nullable(true)] [DataLength(10)] public decimal? JgblReqNum { get { return jgblReqNum; } set { jgblReqNum = value; } } /// /// 利库充当量 /// [Description("利库充当量")] [Nullable(true)] [DataLength(10)] public decimal? Matchweight { get { return matchweight; } set { matchweight = value; } } /// /// 利库支数 /// [Description("利库支数")] [Nullable(true)] [DataLength(10)] public decimal? Matchnum { get { return matchnum; } set { matchnum = value; } } /// /// 计划状态(0待确认,1已确认,2已下发,3生产中,4生产完成) /// [Description("计划状态")] [Nullable(true)] [DataLength(20)] public string Planstatus { get { return planstatus; } set { planstatus = value; } } /// /// 接箍切断计划重量 /// [Description("接箍计划吨")] [Nullable(true)] [DataLength(10)] public decimal? JgcutplanWt { get { return jgcutplanWt; } set { jgcutplanWt = value; } } /// /// 接箍切断计划支数 /// [Description("接箍计划支")] [Nullable(true)] [DataLength(10)] public decimal? 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("交货行PK")] [Nullable(true)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 产品规范码 /// [Description("产品规范码")] [Nullable(true)] [DataLength(20)] public string Psc { get { return psc; } set { psc = value; } } } }