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.YdmStuffManage.Entity { /// /// 数据库表PLN_ZY_DZ_C所对应的实体类(生成工具:代码生成工具3.0) /// 作者:DM22222 时间:2017-11-07 /// public class PlnZyDzCEntity { /// /// 锻造炉计划ID /// private string heatPlanNo = ""; /// /// 上料行ID(炉计划ID+2位流水) /// private string heatPlanSqe = ""; /// /// 判定单号 /// private string jugdeApplyCode = ""; /// /// 生产批号 /// private string zyBatchId = ""; /// /// 冶炼炉号(电炉号) /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 锻造订单编号 /// private string proPlanId = ""; /// /// 锻造工序排产序号 /// private string gxPlanNo = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 管坯直径 /// private string diameter = ""; /// /// 单倍坯长(mm) /// private decimal? lenGpSingle = null; /// /// 单倍坯重 /// private decimal? wtGpSingle = null; /// /// 倍尺数 /// private decimal? cutNumGp = null; /// /// 倍尺长度(mm) /// private decimal? lengthM = null; /// /// 倍尺单重 /// private decimal? weightM = null; /// /// 排产支 /// private decimal? planIndoubleNum = null; /// /// 排产吨 /// private decimal? planIndoubleWt = null; /// /// 实际上料支 /// private decimal? realIndoubleNum = null; /// /// 实际上料吨 /// private decimal? realIndoubleWt = null; /// /// 标示炉号(打印炉号) /// private string flagStoveNo = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 投入物料编码 /// private string wlidIn = ""; /// /// 投入物料描述 /// private string wldescIn = ""; /// /// 锻坯产出物料编码 /// private string outwlId = ""; /// /// 锻坯产出物料描述 /// private string outwlDesc = ""; /// /// 产出单重 /// private decimal? outWtOne = null; /// /// 产出单倍坯长 /// private string lenGpSingleOut = ""; /// /// 钢级代码 /// private string steelcode = ""; /// /// 钢级名称 /// private string steelname = ""; /// /// 工艺文件号 /// private string craftFileNo = ""; /// /// 二级工艺文件号 /// private string secCraftFileNo = ""; /// /// 工艺文件 /// [Description("工艺文件")] [Nullable(false)] [DataLength(40)] public string CraftFileNo { get { return craftFileNo; } set { craftFileNo = value; } } /// /// 二级工艺文件 /// [Description("二级工艺文件")] [Nullable(false)] [DataLength(40)] public string SecCraftFileNo { get { return secCraftFileNo; } set { secCraftFileNo = value; } } /// /// 钢级代码 /// [Description("钢级代码")] [Nullable(false)] [DataLength(10)] public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级代码 /// [Description("钢级")] [Nullable(false)] [DataLength(10)] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 产出单倍坯长 /// [Description("产出单倍坯长")] [Nullable(false)] [DataLength(10)] public string LenGpSingleOut { get { return lenGpSingleOut; } set { lenGpSingleOut = value; } } /// /// 产出单重 /// [Description("产出单重")] [Nullable(true)] [DataLength(8)] public decimal? OutWtOne { get { return outWtOne; } set { outWtOne = value; } } /// /// 锻坯直径 /// private decimal? diameterOut = null; /// /// 钢种代码 /// [Description("钢种代码")] [Nullable(false)] [DataLength(20)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种 /// [Description("钢种")] [Nullable(false)] [DataLength(20)] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 投入物料代码 /// [Description("投入物料代码")] [Nullable(false)] [DataLength(20)] public string WlidIn { get { return wlidIn; } set { wlidIn = value; } } /// /// 投入物料 /// [Description("投入物料")] [Nullable(false)] [DataLength(20)] public string WldescIn { get { return wldescIn; } set { wldescIn = value; } } /// /// 产出物料代码 /// [Description("产出物料代码")] [Nullable(false)] [DataLength(20)] public string OutwlId { get { return outwlId; } set { outwlId = value; } } /// /// 产出物料 /// [Description("产出物料")] [Nullable(false)] [DataLength(20)] public string OutwlDesc { get { return outwlDesc; } set { outwlDesc = value; } } /// /// 锻坯直径 /// [Description("锻坯直径")] [Nullable(true)] [DataLength(10)] public decimal? DiameterOut { get { return diameterOut; } set { diameterOut = value; } } /// /// 锻造炉计划ID /// [Description("锻造炉计划ID")] [Nullable(false)] [DataLength(20)] public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// 上料行ID(炉计划ID+2位流水) /// [Description("上料行ID(炉计划ID+2位流水)")] [Nullable(false)] [DataLength(20)] public string HeatPlanSqe { get { return heatPlanSqe; } set { heatPlanSqe = value; } } /// /// 判定单号 /// [Description("判定单号")] [Nullable(true)] [DataLength(20)] public string JugdeApplyCode { get { return jugdeApplyCode; } set { jugdeApplyCode = value; } } /// /// 生产批号 /// [Description("生产批号")] [Nullable(true)] [DataLength(20)] public string ZyBatchId { get { return zyBatchId; } set { zyBatchId = value; } } /// /// 冶炼炉号(电炉号) /// [Description("冶炼炉号")] [Nullable(true)] [DataLength(20)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(6)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 锻造订单编号 /// [Description("锻造订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// 锻造工序排产序号 /// [Description("锻造工序排产序号")] [Nullable(true)] [DataLength(10)] public string GxPlanNo { get { return gxPlanNo; } set { gxPlanNo = value; } } /// /// 产线代码 /// [Description("产线代码")] [Nullable(true)] [DataLength(20)] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 产线描述 /// [Description("产线描述")] [Nullable(true)] [DataLength(100)] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 管坯直径 /// [Description("直径")] [Nullable(true)] [DataLength(10)] public string Diameter { get { return diameter; } set { diameter = value; } } /// /// 单倍坯长(mm) /// [Description("单倍坯长")] [Nullable(true)] [DataLength(10)] public decimal? LenGpSingle { get { return lenGpSingle; } set { lenGpSingle = value; } } /// /// 单倍坯重 /// [Description("单倍坯重")] [Nullable(true)] [DataLength(10)] public decimal? WtGpSingle { get { return wtGpSingle; } set { wtGpSingle = value; } } /// /// 倍尺数 /// [Description("倍尺数")] [Nullable(true)] [DataLength(5)] public decimal? CutNumGp { get { return cutNumGp; } set { cutNumGp = value; } } /// /// 倍尺长度(mm) /// [Description("坯料长度")] [Nullable(true)] [DataLength(10)] public decimal? LengthM { get { return lengthM; } set { lengthM = value; } } /// /// 倍尺单重 /// [Description("倍尺单重")] [Nullable(true)] [DataLength(10)] public decimal? WeightM { get { return weightM; } set { weightM = value; } } /// /// 排产支 /// [Description("排产支")] [Nullable(true)] [DataLength(10)] public decimal? PlanIndoubleNum { get { return planIndoubleNum; } set { planIndoubleNum = value; } } /// /// 排产吨 /// [Description("排产吨")] [Nullable(true)] [DataLength(10)] public decimal? PlanIndoubleWt { get { return planIndoubleWt; } set { planIndoubleWt = value; } } /// /// 实际上料支 /// [Description("实际上料支")] [Nullable(true)] [DataLength(10)] public decimal? RealIndoubleNum { get { return realIndoubleNum; } set { realIndoubleNum = value; } } /// /// 实际上料吨 /// [Description("实际上料吨")] [Nullable(true)] [DataLength(10)] public decimal? RealIndoubleWt { get { return realIndoubleWt; } set { realIndoubleWt = value; } } /// /// 标示炉号(打印炉号) /// [Description("标示炉号(打印炉号)")] [Nullable(true)] [DataLength(20)] public string FlagStoveNo { get { return flagStoveNo; } set { flagStoveNo = value; } } } }