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 { public class StlLgSurfaceM1Entity { /// /// 检验编号ID( 产线+年月日+4位流水) /// private string surfaceCheckNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 组号(判定炉号对应长度分组) /// private string groudNo = ""; /// /// 熔炼炉号 /// private string stoveNo = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 直径或宽度(实际) /// private string dimater = null; /// /// 厚(实际) /// private decimal? height = null; /// /// 坯料长度(实际) /// private decimal? lengthM = null; /// /// 倍尺数(实际) /// private decimal? fixNum = null; /// /// 单倍长度(实际) /// private decimal? fixLen = null; /// /// 合格支数(实际) /// private decimal? actCount = null; /// /// 合格重量 /// private decimal? actWeight = null; /// /// 材料理论重量(实际) /// private decimal? actTheoryWeight = null; /// /// 缺陷记录编号 /// private string bugNo = ""; /// /// 表面检验结果 /// private string checkResult = ""; /// /// 检验支数 /// private string quantity = ""; /// /// 生产管理号 /// private string proOrderNo = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 有效标志 /// private string validflag = ""; /// /// 检验说明 /// private string memo = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线名称 /// private string plineName = ""; /// /// 流段号1 /// private string flowNo1 = ""; /// /// 流段号11 /// private string flowNo11 = ""; /// /// 流段号2 /// private string flowNo2 = ""; /// /// 流段号21 /// private string flowNo21 = ""; /// /// 流段号3 /// private string flowNo3 = ""; /// /// 流段号31 /// private string flowNo31 = ""; /// /// 流段号4 /// private string flowNo4 = ""; /// /// 流段号41 /// private string flowNo41 = ""; /// /// 流段号5 /// private string flowNo5 = ""; /// /// 流段号51 /// private string flowNo51 = ""; /// /// 流段号6 /// private string flowNo6 = ""; /// /// 流段号61 /// private string flowNo61 = ""; /// /// 最小直径1 /// private decimal? minDiameter1 = null; /// /// 最小直径11 /// private decimal? minDiameter11 = null; /// /// 最小直径2 /// private decimal? minDiameter2 = null; /// /// 最小直径21 /// private decimal? minDiameter21 = null; /// /// 最小直径3 /// private decimal? minDiameter3 = null; /// /// 最小直径31 /// private decimal? minDiameter31 = null; /// /// 最小直径4 /// private decimal? minDiameter4 = null; /// /// 最小直径41 /// private decimal? minDiameter41 = null; /// /// 最小直径5 /// private decimal? minDiameter5 = null; /// /// 最小直径51 /// private decimal? minDiameter51 = null; /// /// 最小直径6 /// private decimal? minDiameter6 = null; /// /// 最小直径61 /// private decimal? minDiameter61 = null; /// /// 最大直径1 /// private decimal? maxDiameter1 = null; /// /// 最大直径11 /// private decimal? maxDiameter11 = null; /// /// 最大直径2 /// private decimal? maxDiameter2 = null; /// /// 最大直径21 /// private decimal? maxDiameter21 = null; /// /// 最大直径3 /// private decimal? maxDiameter3 = null; /// /// 最大直径31 /// private decimal? maxDiameter31 = null; /// /// 最大直径4 /// private decimal? maxDiameter4 = null; /// /// 最大直径41 /// private decimal? maxDiameter41 = null; /// /// 最大直径5 /// private decimal? maxDiameter5 = null; /// /// 最大直径51 /// private decimal? maxDiameter51 = null; /// /// 最大直径6 /// private decimal? maxDiameter6 = null; /// /// 最大直径61 /// private decimal? maxDiameter61 = null; /// /// 铸坯长度1 /// private decimal? castingLength1 = null; /// /// 铸坯长度11 /// private decimal? castingLength11 = null; /// /// 铸坯长度2 /// private decimal? castingLength2 = null; /// /// 铸坯长度21 /// private decimal? castingLength21 = null; /// /// 铸坯长度3 /// private decimal? castingLength3 = null; /// /// 铸坯长度31 /// private decimal? castingLength31 = null; /// /// 铸坯长度4 /// private decimal? castingLength4 = null; /// /// 铸坯长度41 /// private decimal? castingLength41 = null; /// /// 铸坯长度5 /// private decimal? castingLength5 = null; /// /// 铸坯长度51 /// private decimal? castingLength51 = null; /// /// 铸坯长度6 /// private decimal? castingLength6 = null; /// /// 铸坯长度61 /// private decimal? castingLength61 = null; /// /// 切斜度1 /// private decimal? chamfercut1 = null; /// /// 圆心内1 /// private decimal? within1 = null; /// /// 弯曲度1 /// private decimal? straightness1 = null; /// /// 检查情况 /// private string inspection = ""; /// /// 处理结果 /// private string treatingResult = ""; /// /// 备注 /// private string remarks = ""; /// /// 班次 /// private string colShift = ""; /// /// 班组 /// private string colGroup = ""; /// /// 是否有效(0有效,1无效) /// private string isValid = ""; /// /// 标识炉号 /// private string flagStoveNo = ""; /// /// 离线支数 /// private string offlineNum = ""; /// /// 废品支数 /// private string scrapNum = ""; /// /// 虚拟炉号 /// private string furnaceno = ""; /// /// 切斜度11 /// private decimal? chamfercut11 = null; /// /// 切斜度2 /// private decimal? chamfercut2 = null; /// /// 切斜度21 /// private decimal? chamfercut21 = null; /// /// 切斜度3 /// private decimal? chamfercut3 = null; /// /// 切斜度31 /// private decimal? chamfercut31 = null; /// /// 切斜度4 /// private decimal? chamfercut4 = null; /// /// 切斜度41 /// private decimal? chamfercut41 = null; /// /// 切斜度5 /// private decimal? chamfercut5 = null; /// /// 切斜度51 /// private decimal? chamfercut51 = null; /// /// 切斜度6 /// private decimal? chamfercut6 = null; /// /// 切斜度61 /// private decimal? chamfercut61 = null; /// /// 圆心内11 /// private decimal? within11 = null; /// /// 圆心内2 /// private decimal? within2 = null; /// /// 圆心内21 /// private decimal? within21 = null; /// /// 圆心内3 /// private decimal? within3 = null; /// /// 圆心内31 /// private decimal? within31 = null; /// /// 圆心内4 /// private decimal? within4 = null; /// /// 圆心内41 /// private decimal? within41 = null; /// /// 圆心内5 /// private decimal? within5 = null; /// /// 圆心内51 /// private decimal? within51 = null; /// /// 圆心内6 /// private decimal? within6 = null; /// /// 圆心内61 /// private decimal? within61 = null; /// /// 弯曲度11 /// private decimal? straightness11 = null; /// /// 弯曲度2 /// private decimal? straightness2 = null; /// /// 弯曲度21 /// private decimal? straightness21 = null; /// /// 弯曲度3 /// private decimal? straightness3 = null; /// /// 弯曲度31 /// private decimal? straightness31 = null; /// /// 弯曲度4 /// private decimal? straightness4 = null; /// /// 弯曲度41 /// private decimal? straightness41 = null; /// /// 弯曲度5 /// private decimal? straightness5 = null; /// /// 弯曲度51 /// private decimal? straightness51 = null; /// /// 弯曲度6 /// private decimal? straightness6 = null; /// /// 弯曲度61 /// private decimal? straightness61 = null; /// /// 结炉标识(0 未结炉 1已结炉) /// private string nodeFurFlag = ""; /// /// 铸造订单编号 /// private string proPlanId = ""; /// /// 工序排产序号 /// private string gxPlanNo = ""; /// /// 管坯需求编号 /// private string gpreqId = ""; /// /// 判定炉号(序号) /// private string judgeStoveNoSeq = ""; /// /// 顺序号(虚拟炉号) /// private string sequenceno = ""; /// /// 压痕处直径1 /// private decimal? impressDiameter1 = null; /// /// 压痕处直径2 /// private decimal? impressDiameter2 = null; /// /// 压痕处直径3 /// private decimal? impressDiameter3 = null; /// /// 压痕处直径4 /// private decimal? impressDiameter4 = null; /// /// 压痕处直径5 /// private decimal? impressDiameter5 = null; /// /// 压痕处直径6 /// private decimal? impressDiameter6 = null; /// /// 执行标准(企标) /// private string executiveStandard = ""; /// /// 不能冷切支数 /// private decimal? noCut = null; /// /// 检验编号ID( 产线+年月日+4位流水) /// [Description("检验编号ID( 产线+年月日+4位流水)")] [Nullable(false)] [DataLength(20)] public string SurfaceCheckNo { get { return surfaceCheckNo; } set { surfaceCheckNo = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(6)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 组号(判定炉号对应长度分组) /// [Description("组号(判定炉号对应长度分组)")] [Nullable(true)] [DataLength(3)] public string GroudNo { get { return groudNo; } set { groudNo = value; } } /// /// 熔炼炉号 /// [Description("熔炼炉号")] [Nullable(false)] [DataLength(20)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 钢种代码 /// [Description("钢种代码")] [Nullable(true)] [DataLength(10)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种名称 /// [Description("钢种名称")] [Nullable(true)] [DataLength(100)] public string Gradename { get { return gradename; } set { gradename = 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(5)] public string Dimater { get { return dimater; } set { dimater = value; } } /// /// 厚(实际) /// [Description("厚(实际)")] [Nullable(true)] [DataLength(4)] public decimal? Height { get { return height; } set { height = value; } } /// /// 坯料长度(实际) /// [Description("坯料长度")] [Nullable(true)] [DataLength(6)] public decimal? LengthM { get { return lengthM; } set { lengthM = value; } } /// /// 倍尺数(实际) /// [Description("倍尺数")] [Nullable(false)] [DataLength(1)] public decimal? FixNum { get { return fixNum; } set { fixNum = value; } } /// /// 单倍长度(实际) /// [Description("单倍长度(实际)")] [Nullable(true)] [DataLength(5)] public decimal? FixLen { get { return fixLen; } set { fixLen = value; } } /// /// 合格支数(实际) /// [Description("合格支数")] [Nullable(true)] [DataLength(3)] public decimal? ActCount { get { return actCount; } set { actCount = value; } } /// /// 合格重量 /// [Description("合格重量")] [Nullable(true)] [DataLength(9)] public decimal? ActWeight { get { return actWeight; } set { actWeight = value; } } /// /// 材料理论重量(实际) /// [Description("材料理论重量(实际)")] [Nullable(true)] [DataLength(9)] public decimal? ActTheoryWeight { get { return actTheoryWeight; } set { actTheoryWeight = value; } } /// /// 缺陷记录编号 /// [Description("缺陷记录编号")] [Nullable(true)] [DataLength(20)] public string BugNo { get { return bugNo; } set { bugNo = value; } } /// /// 表面检验结果 /// [Description("表面检验结果")] [Nullable(true)] [DataLength(20)] public string CheckResult { get { return checkResult; } set { checkResult = value; } } /// /// 检验支数 /// [Description("检验支数")] [Nullable(true)] [DataLength(10)] public string Quantity { get { return quantity; } set { quantity = value; } } /// /// 生产管理号 /// [Description("生产管理号")] [Nullable(true)] [DataLength(20)] public string ProOrderNo { get { return proOrderNo; } set { proOrderNo = 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 Validflag { get { return validflag; } set { validflag = value; } } /// /// 检验说明 /// [Description("检验说明")] [Nullable(true)] [DataLength(200)] public string Memo { get { return memo; } set { memo = 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; } } /// /// 流段号1 /// [Description("流段号1")] [Nullable(true)] [DataLength(20)] public string FlowNo1 { get { return flowNo1; } set { flowNo1 = value; } } /// /// 流段号11 /// [Description("流段号11")] [Nullable(true)] [DataLength(20)] public string FlowNo11 { get { return flowNo11; } set { flowNo11 = value; } } /// /// 流段号2 /// [Description("流段号2")] [Nullable(true)] [DataLength(20)] public string FlowNo2 { get { return flowNo2; } set { flowNo2 = value; } } /// /// 流段号21 /// [Description("流段号21")] [Nullable(true)] [DataLength(20)] public string FlowNo21 { get { return flowNo21; } set { flowNo21 = value; } } /// /// 流段号3 /// [Description("流段号3")] [Nullable(true)] [DataLength(20)] public string FlowNo3 { get { return flowNo3; } set { flowNo3 = value; } } /// /// 流段号31 /// [Description("流段号31")] [Nullable(true)] [DataLength(20)] public string FlowNo31 { get { return flowNo31; } set { flowNo31 = value; } } /// /// 流段号4 /// [Description("流段号4")] [Nullable(true)] [DataLength(20)] public string FlowNo4 { get { return flowNo4; } set { flowNo4 = value; } } /// /// 流段号41 /// [Description("流段号41")] [Nullable(true)] [DataLength(20)] public string FlowNo41 { get { return flowNo41; } set { flowNo41 = value; } } /// /// 流段号5 /// [Description("流段号5")] [Nullable(true)] [DataLength(20)] public string FlowNo5 { get { return flowNo5; } set { flowNo5 = value; } } /// /// 流段号51 /// [Description("流段号51")] [Nullable(true)] [DataLength(20)] public string FlowNo51 { get { return flowNo51; } set { flowNo51 = value; } } /// /// 流段号6 /// [Description("流段号6")] [Nullable(true)] [DataLength(20)] public string FlowNo6 { get { return flowNo6; } set { flowNo6 = value; } } /// /// 流段号61 /// [Description("流段号61")] [Nullable(true)] [DataLength(20)] public string FlowNo61 { get { return flowNo61; } set { flowNo61 = value; } } /// /// 最小直径1 /// [Description("最小直径1")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter1 { get { return minDiameter1; } set { minDiameter1 = value; } } /// /// 最小直径11 /// [Description("最小直径11")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter11 { get { return minDiameter11; } set { minDiameter11 = value; } } /// /// 最小直径2 /// [Description("最小直径2")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter2 { get { return minDiameter2; } set { minDiameter2 = value; } } /// /// 最小直径21 /// [Description("最小直径21")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter21 { get { return minDiameter21; } set { minDiameter21 = value; } } /// /// 最小直径3 /// [Description("最小直径3")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter3 { get { return minDiameter3; } set { minDiameter3 = value; } } /// /// 最小直径31 /// [Description("最小直径31")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter31 { get { return minDiameter31; } set { minDiameter31 = value; } } /// /// 最小直径4 /// [Description("最小直径4")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter4 { get { return minDiameter4; } set { minDiameter4 = value; } } /// /// 最小直径41 /// [Description("最小直径41")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter41 { get { return minDiameter41; } set { minDiameter41 = value; } } /// /// 最小直径5 /// [Description("最小直径5")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter5 { get { return minDiameter5; } set { minDiameter5 = value; } } /// /// 最小直径51 /// [Description("最小直径51")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter51 { get { return minDiameter51; } set { minDiameter51 = value; } } /// /// 最小直径6 /// [Description("最小直径6")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter6 { get { return minDiameter6; } set { minDiameter6 = value; } } /// /// 最小直径61 /// [Description("最小直径61")] [Nullable(true)] [DataLength(5)] public decimal? MinDiameter61 { get { return minDiameter61; } set { minDiameter61 = value; } } /// /// 最大直径1 /// [Description("最大直径1")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter1 { get { return maxDiameter1; } set { maxDiameter1 = value; } } /// /// 最大直径11 /// [Description("最大直径11")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter11 { get { return maxDiameter11; } set { maxDiameter11 = value; } } /// /// 最大直径2 /// [Description("最大直径2")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter2 { get { return maxDiameter2; } set { maxDiameter2 = value; } } /// /// 最大直径21 /// [Description("最大直径21")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter21 { get { return maxDiameter21; } set { maxDiameter21 = value; } } /// /// 最大直径3 /// [Description("最大直径3")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter3 { get { return maxDiameter3; } set { maxDiameter3 = value; } } /// /// 最大直径31 /// [Description("最大直径31")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter31 { get { return maxDiameter31; } set { maxDiameter31 = value; } } /// /// 最大直径4 /// [Description("最大直径4")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter4 { get { return maxDiameter4; } set { maxDiameter4 = value; } } /// /// 最大直径41 /// [Description("最大直径41")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter41 { get { return maxDiameter41; } set { maxDiameter41 = value; } } /// /// 最大直径5 /// [Description("最大直径5")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter5 { get { return maxDiameter5; } set { maxDiameter5 = value; } } /// /// 最大直径51 /// [Description("最大直径51")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter51 { get { return maxDiameter51; } set { maxDiameter51 = value; } } /// /// 最大直径6 /// [Description("最大直径6")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter6 { get { return maxDiameter6; } set { maxDiameter6 = value; } } /// /// 最大直径61 /// [Description("最大直径61")] [Nullable(true)] [DataLength(5)] public decimal? MaxDiameter61 { get { return maxDiameter61; } set { maxDiameter61 = value; } } /// /// 铸坯长度1 /// [Description("铸坯长度1")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength1 { get { return castingLength1; } set { castingLength1 = value; } } /// /// 铸坯长度11 /// [Description("铸坯长度11")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength11 { get { return castingLength11; } set { castingLength11 = value; } } /// /// 铸坯长度2 /// [Description("铸坯长度2")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength2 { get { return castingLength2; } set { castingLength2 = value; } } /// /// 铸坯长度21 /// [Description("铸坯长度21")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength21 { get { return castingLength21; } set { castingLength21 = value; } } /// /// 铸坯长度3 /// [Description("铸坯长度3")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength3 { get { return castingLength3; } set { castingLength3 = value; } } /// /// 铸坯长度31 /// [Description("铸坯长度31")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength31 { get { return castingLength31; } set { castingLength31 = value; } } /// /// 铸坯长度4 /// [Description("铸坯长度4")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength4 { get { return castingLength4; } set { castingLength4 = value; } } /// /// 铸坯长度41 /// [Description("铸坯长度41")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength41 { get { return castingLength41; } set { castingLength41 = value; } } /// /// 铸坯长度5 /// [Description("铸坯长度5")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength5 { get { return castingLength5; } set { castingLength5 = value; } } /// /// 铸坯长度51 /// [Description("铸坯长度51")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength51 { get { return castingLength51; } set { castingLength51 = value; } } /// /// 铸坯长度6 /// [Description("铸坯长度6")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength6 { get { return castingLength6; } set { castingLength6 = value; } } /// /// 铸坯长度61 /// [Description("铸坯长度61")] [Nullable(true)] [DataLength(5)] public decimal? CastingLength61 { get { return castingLength61; } set { castingLength61 = value; } } /// /// 切斜度1 /// [Description("切斜度1")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut1 { get { return chamfercut1; } set { chamfercut1 = value; } } /// /// 圆心内1 /// [Description("圆心内1")] [Nullable(true)] [DataLength(5)] public decimal? Within1 { get { return within1; } set { within1 = value; } } /// /// 弯曲度1 /// [Description("弯曲度1")] [Nullable(true)] [DataLength(5)] public decimal? Straightness1 { get { return straightness1; } set { straightness1 = value; } } /// /// 检查情况 /// [Description("检查情况")] [Nullable(true)] [DataLength(5)] public string Inspection { get { return inspection; } set { inspection = value; } } /// /// 处理结果 /// [Description("处理结果")] [Nullable(true)] [DataLength(200)] public string TreatingResult { get { return treatingResult; } set { treatingResult = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(500)] public string Remarks { get { return remarks; } set { remarks = value; } } /// /// 班次 /// [Description("班次")] [Nullable(true)] [DataLength(1)] public string ColShift { get { return colShift; } set { colShift = value; } } /// /// 班组 /// [Description("班组")] [Nullable(true)] [DataLength(1)] public string ColGroup { get { return colGroup; } set { colGroup = value; } } /// /// 是否有效(0有效,1无效) /// [Description("是否有效(0有效,1无效)")] [Nullable(true)] [DataLength(1)] public string IsValid { get { return isValid; } set { isValid = value; } } /// /// 标识炉号 /// [Description("标识炉号")] [Nullable(true)] [DataLength(20)] public string FlagStoveNo { get { return flagStoveNo; } set { flagStoveNo = value; } } /// /// 离线支数 /// [Description("离线支数")] [Nullable(true)] [DataLength(10)] public string OfflineNum { get { return offlineNum; } set { offlineNum = value; } } /// /// 废品支数 /// [Description("废品支数")] [Nullable(true)] [DataLength(10)] public string ScrapNum { get { return scrapNum; } set { scrapNum = value; } } /// /// 虚拟炉号 /// [Description("虚拟炉号")] [Nullable(false)] [DataLength(20)] public string Furnaceno { get { return furnaceno; } set { furnaceno = value; } } /// /// 切斜度11 /// [Description("切斜度11")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut11 { get { return chamfercut11; } set { chamfercut11 = value; } } /// /// 切斜度2 /// [Description("切斜度2")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut2 { get { return chamfercut2; } set { chamfercut2 = value; } } /// /// 切斜度21 /// [Description("切斜度21")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut21 { get { return chamfercut21; } set { chamfercut21 = value; } } /// /// 切斜度3 /// [Description("切斜度3")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut3 { get { return chamfercut3; } set { chamfercut3 = value; } } /// /// 切斜度31 /// [Description("切斜度31")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut31 { get { return chamfercut31; } set { chamfercut31 = value; } } /// /// 切斜度4 /// [Description("切斜度4")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut4 { get { return chamfercut4; } set { chamfercut4 = value; } } /// /// 切斜度41 /// [Description("切斜度41")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut41 { get { return chamfercut41; } set { chamfercut41 = value; } } /// /// 切斜度5 /// [Description("切斜度5")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut5 { get { return chamfercut5; } set { chamfercut5 = value; } } /// /// 切斜度51 /// [Description("切斜度51")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut51 { get { return chamfercut51; } set { chamfercut51 = value; } } /// /// 切斜度6 /// [Description("切斜度6")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut6 { get { return chamfercut6; } set { chamfercut6 = value; } } /// /// 切斜度61 /// [Description("切斜度61")] [Nullable(true)] [DataLength(5)] public decimal? Chamfercut61 { get { return chamfercut61; } set { chamfercut61 = value; } } /// /// 圆心内11 /// [Description("圆心内11")] [Nullable(true)] [DataLength(5)] public decimal? Within11 { get { return within11; } set { within11 = value; } } /// /// 圆心内2 /// [Description("圆心内2")] [Nullable(true)] [DataLength(5)] public decimal? Within2 { get { return within2; } set { within2 = value; } } /// /// 圆心内21 /// [Description("圆心内21")] [Nullable(true)] [DataLength(5)] public decimal? Within21 { get { return within21; } set { within21 = value; } } /// /// 圆心内3 /// [Description("圆心内3")] [Nullable(true)] [DataLength(5)] public decimal? Within3 { get { return within3; } set { within3 = value; } } /// /// 圆心内31 /// [Description("圆心内31")] [Nullable(true)] [DataLength(5)] public decimal? Within31 { get { return within31; } set { within31 = value; } } /// /// 圆心内4 /// [Description("圆心内4")] [Nullable(true)] [DataLength(5)] public decimal? Within4 { get { return within4; } set { within4 = value; } } /// /// 圆心内41 /// [Description("圆心内41")] [Nullable(true)] [DataLength(5)] public decimal? Within41 { get { return within41; } set { within41 = value; } } /// /// 圆心内5 /// [Description("圆心内5")] [Nullable(true)] [DataLength(5)] public decimal? Within5 { get { return within5; } set { within5 = value; } } /// /// 圆心内51 /// [Description("圆心内51")] [Nullable(true)] [DataLength(5)] public decimal? Within51 { get { return within51; } set { within51 = value; } } /// /// 圆心内6 /// [Description("圆心内6")] [Nullable(true)] [DataLength(5)] public decimal? Within6 { get { return within6; } set { within6 = value; } } /// /// 圆心内61 /// [Description("圆心内61")] [Nullable(true)] [DataLength(5)] public decimal? Within61 { get { return within61; } set { within61 = value; } } /// /// 弯曲度11 /// [Description("弯曲度11")] [Nullable(true)] [DataLength(5)] public decimal? Straightness11 { get { return straightness11; } set { straightness11 = value; } } /// /// 弯曲度2 /// [Description("弯曲度2")] [Nullable(true)] [DataLength(5)] public decimal? Straightness2 { get { return straightness2; } set { straightness2 = value; } } /// /// 弯曲度21 /// [Description("弯曲度21")] [Nullable(true)] [DataLength(5)] public decimal? Straightness21 { get { return straightness21; } set { straightness21 = value; } } /// /// 弯曲度3 /// [Description("弯曲度3")] [Nullable(true)] [DataLength(5)] public decimal? Straightness3 { get { return straightness3; } set { straightness3 = value; } } /// /// 弯曲度31 /// [Description("弯曲度31")] [Nullable(true)] [DataLength(5)] public decimal? Straightness31 { get { return straightness31; } set { straightness31 = value; } } /// /// 弯曲度4 /// [Description("弯曲度4")] [Nullable(true)] [DataLength(5)] public decimal? Straightness4 { get { return straightness4; } set { straightness4 = value; } } /// /// 弯曲度41 /// [Description("弯曲度41")] [Nullable(true)] [DataLength(5)] public decimal? Straightness41 { get { return straightness41; } set { straightness41 = value; } } /// /// 弯曲度5 /// [Description("弯曲度5")] [Nullable(true)] [DataLength(5)] public decimal? Straightness5 { get { return straightness5; } set { straightness5 = value; } } /// /// 弯曲度51 /// [Description("弯曲度51")] [Nullable(true)] [DataLength(5)] public decimal? Straightness51 { get { return straightness51; } set { straightness51 = value; } } /// /// 弯曲度6 /// [Description("弯曲度6")] [Nullable(true)] [DataLength(5)] public decimal? Straightness6 { get { return straightness6; } set { straightness6 = value; } } /// /// 弯曲度61 /// [Description("弯曲度61")] [Nullable(true)] [DataLength(5)] public decimal? Straightness61 { get { return straightness61; } set { straightness61 = value; } } /// /// 结炉标识(0 未结炉 1已结炉) /// [Description("结炉标识(0 未结炉 1已结炉)")] [Nullable(true)] [DataLength(1)] public string NodeFurFlag { get { return nodeFurFlag; } set { nodeFurFlag = 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 GpreqId { get { return gpreqId; } set { gpreqId = value; } } /// /// 判定炉号(序号) /// [Description("判定炉号(序号)")] [Nullable(false)] [DataLength(10)] public string JudgeStoveNoSeq { get { return judgeStoveNoSeq; } set { judgeStoveNoSeq = value; } } /// /// 顺序号(虚拟炉号) /// [Description("顺序号(虚拟炉号)")] [Nullable(false)] [DataLength(20)] public string Sequenceno { get { return sequenceno; } set { sequenceno = value; } } /// /// 压痕处直径1 /// [Description("压痕处直径1")] [Nullable(true)] [DataLength(5)] public decimal? ImpressDiameter1 { get { return impressDiameter1; } set { impressDiameter1 = value; } } /// /// 压痕处直径2 /// [Description("压痕处直径2")] [Nullable(true)] [DataLength(5)] public decimal? ImpressDiameter2 { get { return impressDiameter2; } set { impressDiameter2 = value; } } /// /// 压痕处直径3 /// [Description("压痕处直径3")] [Nullable(true)] [DataLength(5)] public decimal? ImpressDiameter3 { get { return impressDiameter3; } set { impressDiameter3 = value; } } /// /// 压痕处直径4 /// [Description("压痕处直径4")] [Nullable(true)] [DataLength(5)] public decimal? ImpressDiameter4 { get { return impressDiameter4; } set { impressDiameter4 = value; } } /// /// 压痕处直径5 /// [Description("压痕处直径5")] [Nullable(true)] [DataLength(5)] public decimal? ImpressDiameter5 { get { return impressDiameter5; } set { impressDiameter5 = value; } } /// /// 压痕处直径6 /// [Description("压痕处直径6")] [Nullable(true)] [DataLength(5)] public decimal? ImpressDiameter6 { get { return impressDiameter6; } set { impressDiameter6 = value; } } /// /// 执行标准(企标) /// [Description("执行标准(企标)")] [Nullable(true)] [DataLength(20)] public string ExecutiveStandard { get { return executiveStandard; } set { executiveStandard = value; } } /// /// 不能冷切支数 /// [Description("不能冷切支数")] [Nullable(true)] [DataLength(5)] public decimal? NoCut { get { return noCut; } set { noCut = value; } } } }