using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace com.steering.mes.mcp.entity { /// /// 数据库表MCH_MEASURE_RESULT_D所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20160925CXYF 时间:2016-12-28 /// public class MchMeasureResultDEntity { /// /// 实绩编号(机组+工序点代码+年月日+6位流水) /// private string resultNo = ""; /// /// 炉计划ID /// private string heatPlanNo = ""; /// /// 加工生产批次号 /// private string zyBatchId = ""; /// /// 加工生产批次号序号 /// private string prodIndex = ""; /// /// 加工订单编号 /// private string proPlanId = ""; /// /// 加工订单排产序号 /// private string gxPlanNo = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 批号(炉批号) /// private string batchNo = ""; /// /// 组号- /// private string batchGroudNo = ""; /// /// 产出外径 /// private string actDimater = null; /// /// 产出壁厚 /// private string actHeight = null; /// /// 产出长度 /// private string actLen = null; /// /// 产出长度下限 /// private string actLenMin = null; /// /// 产出长度上限 /// private string actLenMax = null; /// /// 产出支数 /// private string actNum = null; /// /// 产出重量 /// private string actWt = null; /// /// 作业时间 /// private string rroTime = ""; /// /// 作业时长(分) /// private string rroTimeNu = null; /// /// 作业班次 /// private string proShift = ""; /// /// 作业班组 /// private string proGroup = ""; /// /// 采集方式(0-接口采集,1-人工录入) /// private string colMode = ""; /// /// 生产(年月日) /// private string proYearMonthDay = ""; /// /// 结算日期(年月) /// private string balYearMonth = ""; /// /// 实绩编号(机组+工序点代码+年月日+6位流水) /// [Description("实绩编号(机组+工序点代码+年月日+6位流水)")] [Nullable(false)] [DataLength(24)] public string ResultNo { get { return resultNo; } set { resultNo = value; } } /// /// 炉计划ID /// [Description("炉计划ID")] [Nullable(true)] [DataLength(20)] public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// 加工生产批次号 /// [Description("加工生产批次号")] [Nullable(true)] [DataLength(20)] public string ZyBatchId { get { return zyBatchId; } set { zyBatchId = value; } } /// /// 加工生产批次号序号 /// [Description("加工生产批次号序号")] [Nullable(true)] [DataLength(20)] public string ProdIndex { get { return prodIndex; } set { prodIndex = 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(6)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 批号(炉批号) /// [Description("批号(炉批号)")] [Nullable(true)] [DataLength(10)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 组号- /// [Description("组号-")] [Nullable(true)] [DataLength(3)] public string BatchGroudNo { get { return batchGroudNo; } set { batchGroudNo = value; } } /// /// 产出外径 /// [Description("产出外径")] [Nullable(true)] [DataLength(5)] public string ActDimater { get { return actDimater; } set { actDimater = value; } } /// /// 产出壁厚 /// [Description("产出壁厚")] [Nullable(true)] [DataLength(4)] public string ActHeight { get { return actHeight; } set { actHeight = value; } } /// /// 产出长度 /// [Description("产出长度")] [Nullable(true)] [DataLength(10)] public string ActLen { get { return actLen; } set { actLen = value; } } /// /// 产出长度下限 /// [Description("产出长度下限")] [Nullable(true)] [DataLength(5)] public string ActLenMin { get { return actLenMin; } set { actLenMin = value; } } /// /// 产出长度上限 /// [Description("产出长度上限")] [Nullable(true)] [DataLength(5)] public string ActLenMax { get { return actLenMax; } set { actLenMax = value; } } /// /// 产出支数 /// [Description("产出支数")] [Nullable(true)] [DataLength(6)] public string ActNum { get { return actNum; } set { actNum = value; } } /// /// 产出重量 /// [Description("产出重量")] [Nullable(true)] [DataLength(8)] public string ActWt { get { return actWt; } set { actWt = value; } } /// /// 作业时间 /// [Description("作业时间")] [Nullable(true)] public string RroTime { get { return rroTime; } set { rroTime = value; } } /// /// 作业时长(分) /// [Description("作业时长(分)")] [Nullable(true)] [DataLength(6)] public string RroTimeNu { get { return rroTimeNu; } set { rroTimeNu = value; } } /// /// 作业班次 /// [Description("作业班次")] [Nullable(true)] [DataLength(1)] public string ProShift { get { return proShift; } set { proShift = value; } } /// /// 作业班组 /// [Description("作业班组")] [Nullable(true)] [DataLength(1)] public string ProGroup { get { return proGroup; } set { proGroup = value; } } /// /// 采集方式(0-接口采集,1-人工录入) /// [Description("采集方式(0-接口采集,1-人工录入)")] [Nullable(true)] [DataLength(1)] public string ColMode { get { return colMode; } set { colMode = value; } } /// /// 生产(年月日) /// [Description("生产(年月日)")] [Nullable(true)] [DataLength(8)] public string ProYearMonthDay { get { return proYearMonthDay; } set { proYearMonthDay = value; } } /// /// 结算日期(年月) /// [Description("结算日期(年月)")] [Nullable(true)] [DataLength(6)] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = value; } } } }