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.ZGMil.Entity { /// /// 数据库表MIL_PLAN + MIL_FEED_PLAN所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20160918TFRG 时间:2017-01-17 /// public class MilPlanEntity5 { //MIL_PLAN /// /// ID /// private string id = ""; /// /// 序号 /// private string seq = ""; /// /// 熔炼炉号 /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 生产批号 /// private string lotNo = ""; /// /// 工序合同号 /// private string contractNo = ""; /// /// 执行工艺号 /// private string impProcess = ""; /// /// 产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017) /// private string plineCode = ""; /// /// 状态(00-上料 05-开始锯切 15-入炉 25-开始穿孔 35-开始连轧 45-入再加热炉 55-开始定径 65-开始分切 75-开始矫直 85-开始探伤 95-开始质检) /// private string status = ""; /// /// 监制 /// private string producer = ""; /// /// 工艺状态 /// private string processStatus = ""; /// /// 单倍长 /// private decimal? dbLength = null; /// /// 单倍重 /// private decimal? dbHeight = null; /// /// 轧制长度 /// private decimal? rollLength = null; /// /// 分切数 /// private decimal? sawNum = null; /// /// 目标长度 /// private decimal? targetLength = null; /// /// 用户 /// private string finishUser = ""; /// /// 目标库 /// private string targetLiabrary = ""; /// /// 品种 /// private string varieties = ""; /// /// 规格 /// private string pipeSize = ""; /// /// 扣型 /// private string buckleType = ""; /// /// 长度范围12 /// private string lengthRange = ""; /// /// 轧管判定标准 /// private string rollStandrad = ""; /// /// 断面 /// private decimal? pipeSection = null; /// /// 钢级代码 /// private string steelcode = ""; /// /// 钢级名称 /// private string steelname = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 炼钢判定标准 /// private string steelStandrad = ""; /// /// 去向(A:成品 ,B、C:在制品) /// private string target = ""; /// /// 计划成品支 /// private decimal? branch = null; /// /// 计划成品吨 /// private decimal? ton = null; /// /// 切损去向 /// private string cutTarget = ""; /// /// 切损长度 /// private decimal? cutLength = null; /// /// 切损重量 /// private decimal? cutWeight = null; /// /// 开始时间 /// private string startTime = ""; /// /// 结束时间 /// private string endTime = ""; /// /// 创建时间 /// private string tom = ""; /// /// 修改时间 /// private string toc = ""; /// /// 结炉状态( 10-锯切完成 20-出炉 30-穿孔完成 40-连轧完成 50-出再加热炉 60-出定径 70-分切完成 80-矫直完成 90-探伤完成 96-质检完成 99- 入库) /// private string nodeStatus = ""; /// /// 切头长度 /// private string cutHeadLengthp = ""; /// /// 切尾长度 /// private string cutTrailLengthp = ""; /// /// 控制壁厚 /// private decimal? controlThickp = null; /// /// 下线标识(0-正常轧制,1-下线 2-返线) /// private string offlineFlag = ""; /// /// 是否组批,0默认,1已组批,2已取样,3已确认 /// private string isBatch = ""; /// /// 下线时间 /// private string offlineDate = ""; /// /// 切尾类型(0-被动切尾,1-主动切尾) /// private string cutType = ""; /// /// 轧制状态(0-正常轧制 1-整炉下线 2-坯料全部剔除) /// private string rollingStatus = ""; /// /// 成品判定标准 /// private string produceStandrad = ""; /// /// 取样工序号(0-锯切前 1-锯切后 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7-分切前 8-分切后 9矫直 10-探伤 11-人工质检) /// private string simpleProcess = ""; /// /// 返线跟队标识(0-未跟队 1-跟队) /// private string backLineFlag = ""; /// /// 返线计划标识(0-正常计划, 1-锯切返线 7-矫直返线 8-探伤返线 9-复检 10-交库返线) /// private string backPlanFlag = ""; /// /// 上料顺序号(年月日+产线代码+三位流水) /// private string feedSeq = ""; /// /// 上料时间 /// private string feedTime = ""; /// /// 流动卡流水号 /// private string lotSeq = ""; /// /// 上料炉号 /// private string feedHeatNo = ""; /// /// 订货长度范围 /// private string lengthcp = ""; /// /// 切头长度(冷床操作工 实际录入值) /// private decimal? cutHeadLengtha = null; /// /// 切尾长度(冷床操作工 实际录入值) /// private decimal? cutTrailLengtha = null; /// /// 定尺长度(冷床操作工 实际录入值) /// private decimal? orderLengtha = null; /// /// 热取样标识(0-未取样,1-已取样,2-无效) /// private string hotCheckFlag = ""; /// /// 回炉坯标识(0-正常计划,1-回炉坯计划) /// private string backSlabFlag = ""; /// /// 回炉坯组炉时间 /// private string backSlabTime = ""; /// /// 分批上限(暂时用,能获取到此数据停用) /// private string batchMax = ""; /// /// 是否需取样(0,取样 1,不取样) /// private string codeSampleFlag = ""; /// /// 品种代码 /// private string varietiesCode = ""; /// /// 规格代码 /// private string pipeSizeCode = ""; /// /// 扣型代码 /// private string buckleTypeCode = ""; /// /// 标准代码 /// private string rollStandradCode = ""; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述(PSL1....) /// private string stdStyleDesc = ""; /// /// 检验编号 /// private string checkNo = ""; /// /// 交货行PK值 /// private string ordLnDlyPk = ""; /// /// 是否过磅(0,不过磅、1、过磅) /// private string prtFlag = ""; /// /// 轧管订单编号 /// private string proPlanId = ""; // MIL_FEED_PLAN表中的字段 /// /// 上料行 /// private string feedRowNo = ""; /// /// 倍尺数 /// private decimal? dbNum = null; /// /// 来料单支重量 /// private decimal? matHeight = null; /// /// 来料总重量 /// private decimal? matTotalHeight = null; /// /// 上料支数 /// private decimal? feedNum = null; /// /// 上料长度 /// private decimal? feedLength = null; /// /// 使用长度 /// private decimal? useLength = null; /// /// 锯切标识 /// private string sawFalg = ""; /// /// 备注 /// private string remark = ""; /// /// 采集方式(0-接口采集,1-人工录入) /// private string colMode = ""; /// /// 采集/录入时间 /// private string colTime = ""; /// /// 操作人 /// private string colUser = ""; /// /// 操作班次 /// private string colShift = ""; /// /// 操作班组 /// private string colGroup = ""; /// /// 未使用长度 /// private decimal? nonUseLength = null; /// /// 剔除单倍坯支数 /// private decimal? scrapDbnum = null; /// /// 上料剔除支数 /// private decimal? scrapFeednum = null; /// /// 合格单倍支数 /// private decimal? qualifiedNum = null; /// /// 交接班支数 /// private decimal? changeNum = null; /// /// 计划上料支数 /// private decimal? feedNumPlan = null; /// /// ID /// [Description("ID")] [Nullable(false)] [DataLength(20)] public string Id { get { return id; } set { id = value; } } /// /// 序号 /// [Description("序号")] [Nullable(false)] [DataLength(20)] public string Seq { get { return seq; } set { seq = value; } } /// /// 熔炼炉号 /// [Description("熔炼炉号")] [Nullable(true)] [DataLength(20)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(false)] [DataLength(20)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 生产批号 /// [Description("生产批号 ")] [Nullable(true)] [DataLength(20)] public string LotNo { get { return lotNo; } set { lotNo = value; } } /// /// 工序合同号 /// [Description("工序合同号")] [Nullable(true)] [DataLength(200)] public string ContractNo { get { return contractNo; } set { contractNo = value; } } /// /// 执行工艺号 /// [Description("执行工艺号")] [Nullable(true)] [DataLength(200)] public string ImpProcess { get { return impProcess; } set { impProcess = value; } } /// /// 产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017) /// [Description("产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017)")] [Nullable(true)] [DataLength(20)] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 状态(00-上料 05-开始锯切 15-入炉 25-开始穿孔 35-开始连轧 45-入再加热炉 55-开始定径 65-开始分切 75-开始矫直 85-开始探伤 95-开始质检) /// [Description("状态")] [Nullable(true)] [DataLength(2)] public string Status { get { return status; } set { status = value; } } /// /// 监制 /// [Description("监制")] [Nullable(true)] [DataLength(200)] public string Producer { get { return producer; } set { producer = value; } } /// /// 工艺状态 /// [Description("工艺状态")] [Nullable(true)] [DataLength(20)] public string ProcessStatus { get { return processStatus; } set { processStatus = value; } } /// /// 单倍长 /// [Description("单倍长")] [Nullable(true)] [DataLength(8)] public decimal? DbLength { get { return dbLength; } set { dbLength = value; } } /// /// 单倍重 /// [Description("单倍重")] [Nullable(true)] [DataLength(8)] public decimal? DbHeight { get { return dbHeight; } set { dbHeight = value; } } /// /// 轧制长度 /// [Description("轧制长度")] [Nullable(true)] [DataLength(8)] public decimal? RollLength { get { return rollLength; } set { rollLength = value; } } /// /// 分切数 /// [Description("分切数")] [Nullable(true)] [DataLength(6)] public decimal? SawNum { get { return sawNum; } set { sawNum = value; } } /// /// 目标长度 /// [Description("目标长度")] [Nullable(true)] [DataLength(8)] public decimal? TargetLength { get { return targetLength; } set { targetLength = value; } } /// /// 用户 /// [Description("用户")] [Nullable(true)] [DataLength(200)] public string FinishUser { get { return finishUser; } set { finishUser = value; } } /// /// 目标库 /// [Description("目标库")] [Nullable(true)] [DataLength(20)] public string TargetLiabrary { get { return targetLiabrary; } set { targetLiabrary = value; } } /// /// 品种 /// [Description("品种")] [Nullable(true)] [DataLength(20)] public string Varieties { get { return varieties; } set { varieties = value; } } /// /// 规格 /// [Description("规格")] [Nullable(true)] [DataLength(20)] public string PipeSize { get { return pipeSize; } set { pipeSize = value; } } /// /// 扣型 /// [Description("扣型")] [Nullable(true)] [DataLength(20)] public string BuckleType { get { return buckleType; } set { buckleType = value; } } /// /// 长度范围12 /// [Description("长度范围")] [Nullable(true)] [DataLength(20)] public string LengthRange { get { return lengthRange; } set { lengthRange = value; } } /// /// 轧管判定标准 /// [Description("轧管判定标准")] [Nullable(true)] [DataLength(200)] public string RollStandrad { get { return rollStandrad; } set { rollStandrad = value; } } /// /// 断面 /// [Description("断面")] [Nullable(true)] [DataLength(8)] public decimal? PipeSection { get { return pipeSection; } set { pipeSection = value; } } /// /// 钢级代码 /// [Description("钢级代码")] [Nullable(true)] [DataLength(20)] public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级名称 /// [Description("钢级名称")] [Nullable(true)] [DataLength(200)] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 钢种代码 /// [Description("钢种代码")] [Nullable(true)] [DataLength(20)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种名称 /// [Description("钢种名称")] [Nullable(true)] [DataLength(200)] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 炼钢判定标准 /// [Description("炼钢判定标准")] [Nullable(true)] [DataLength(200)] public string SteelStandrad { get { return steelStandrad; } set { steelStandrad = value; } } /// /// 去向(A:成品 ,B、C:在制品) /// [Description("去向")] [Nullable(true)] [DataLength(20)] public string Target { get { return target; } set { target = value; } } /// /// 计划成品支 /// [Description("计划成品支")] [Nullable(true)] [DataLength(6)] public decimal? Branch { get { return branch; } set { branch = value; } } /// /// 计划成品吨 /// [Description("计划成品吨")] [Nullable(true)] [DataLength(8)] public decimal? Ton { get { return ton; } set { ton = value; } } /// /// 切损去向 /// [Description("切损去向")] [Nullable(true)] [DataLength(20)] public string CutTarget { get { return cutTarget; } set { cutTarget = value; } } /// /// 切损长度 /// [Description("切损长度")] [Nullable(true)] [DataLength(8)] public decimal? CutLength { get { return cutLength; } set { cutLength = value; } } /// /// 切损重量 /// [Description("切损重量")] [Nullable(true)] [DataLength(8)] public decimal? CutWeight { get { return cutWeight; } set { cutWeight = value; } } /// /// 开始时间 /// [Description("开始时间")] [Nullable(true)] public string StartTime { get { return startTime; } set { startTime = value; } } /// /// 结束时间 /// [Description("结束时间")] [Nullable(true)] public string EndTime { get { return endTime; } set { endTime = value; } } /// /// 创建时间 /// [Description("创建时间")] [Nullable(true)] public string Tom { get { return tom; } set { tom = value; } } /// /// 修改时间 /// [Description("修改时间 ")] [Nullable(true)] public string Toc { get { return toc; } set { toc = value; } } /// /// 结炉状态( 10-锯切完成 20-出炉 30-穿孔完成 40-连轧完成 50-出再加热炉 60-出定径 70-分切完成 80-矫直完成 90-探伤完成 96-质检完成 99- 入库) /// [Description("结炉状态")] [Nullable(true)] [DataLength(2)] public string NodeStatus { get { return nodeStatus; } set { nodeStatus = value; } } /// /// 切头长度 /// [Description("切头长度")] [Nullable(true)] [DataLength(20)] public string CutHeadLengthp { get { return cutHeadLengthp; } set { cutHeadLengthp = value; } } /// /// 切尾长度 /// [Description("切尾长度")] [Nullable(true)] [DataLength(20)] public string CutTrailLengthp { get { return cutTrailLengthp; } set { cutTrailLengthp = value; } } /// /// 控制壁厚 /// [Description("控制壁厚")] [Nullable(true)] [DataLength(8)] public decimal? ControlThickp { get { return controlThickp; } set { controlThickp = value; } } /// /// 下线标识(0-正常轧制,1-下线 2-返线) /// [Description("下线标识")] [Nullable(true)] [DataLength(1)] public string OfflineFlag { get { return offlineFlag; } set { offlineFlag = value; } } /// /// 是否组批,0默认,1已组批,2已取样,3已确认 /// [Description("是否组批")] [Nullable(true)] [DataLength(1)] public string IsBatch { get { return isBatch; } set { isBatch = value; } } /// /// 下线时间 /// [Description("下线时间")] [Nullable(true)] public string OfflineDate { get { return offlineDate; } set { offlineDate = value; } } /// /// 切尾类型(0-被动切尾,1-主动切尾) /// [Description("切尾类型")] [Nullable(true)] [DataLength(20)] public string CutType { get { return cutType; } set { cutType = value; } } /// /// 轧制状态(0-正常轧制 1-整炉下线 2-坯料全部剔除) /// [Description("轧制状态")] [Nullable(true)] [DataLength(1)] public string RollingStatus { get { return rollingStatus; } set { rollingStatus = value; } } /// /// 成品判定标准 /// [Description("成品判定标准")] [Nullable(true)] [DataLength(1000)] public string ProduceStandrad { get { return produceStandrad; } set { produceStandrad = value; } } /// /// 取样工序号(0-锯切前 1-锯切后 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7-分切前 8-分切后 9矫直 10-探伤 11-人工质检) /// [Description("取样工序号")] [Nullable(true)] [DataLength(4)] public string SimpleProcess { get { return simpleProcess; } set { simpleProcess = value; } } /// /// 返线跟队标识(0-未跟队 1-跟队) /// [Description("返线跟队标识(0-未跟队 1-跟队)")] [Nullable(true)] [DataLength(1)] public string BackLineFlag { get { return backLineFlag; } set { backLineFlag = value; } } /// /// 返线计划标识(0-正常计划, 1-锯切返线 7-矫直返线 8-探伤返线 9-复检 10-交库返线) /// [Description("返线计划标识(0-正常计划, 1-锯切返线 7-矫直返线 8-探伤返线 9-复检 10-交库返线)")] [Nullable(true)] [DataLength(2)] public string BackPlanFlag { get { return backPlanFlag; } set { backPlanFlag = value; } } /// /// 上料顺序号(年月日+产线代码+三位流水) /// [Description("上料顺序号(年月日+产线代码+三位流水)")] [Nullable(true)] [DataLength(20)] public string FeedSeq { get { return feedSeq; } set { feedSeq = value; } } /// /// 上料时间 /// [Description("上料时间")] [Nullable(true)] public string FeedTime { get { return feedTime; } set { feedTime = value; } } /// /// 流动卡流水号 /// [Description("流动卡流水号")] [Nullable(true)] [DataLength(15)] public string LotSeq { get { return lotSeq; } set { lotSeq = value; } } /// /// 上料炉号 /// [Description("上料炉号")] [Nullable(true)] [DataLength(20)] public string FeedHeatNo { get { return feedHeatNo; } set { feedHeatNo = value; } } /// /// 订货长度范围 /// [Description("订货长度范围")] [Nullable(true)] [DataLength(200)] public string Lengthcp { get { return lengthcp; } set { lengthcp = value; } } /// /// 切头长度(冷床操作工 实际录入值) /// [Description("切头长度(冷床操作工 实际录入值)")] [Nullable(true)] [DataLength(8)] public decimal? CutHeadLengtha { get { return cutHeadLengtha; } set { cutHeadLengtha = value; } } /// /// 切尾长度(冷床操作工 实际录入值) /// [Description("切尾长度(冷床操作工 实际录入值)")] [Nullable(true)] [DataLength(8)] public decimal? CutTrailLengtha { get { return cutTrailLengtha; } set { cutTrailLengtha = value; } } /// /// 定尺长度(冷床操作工 实际录入值) /// [Description("定尺长度(冷床操作工 实际录入值)")] [Nullable(true)] [DataLength(8)] public decimal? OrderLengtha { get { return orderLengtha; } set { orderLengtha = value; } } /// /// 热取样标识(0-未取样,1-已取样,2-无效) /// [Description("热取样标识(0-未取样,1-已取样,2-无效)")] [Nullable(true)] [DataLength(1)] public string HotCheckFlag { get { return hotCheckFlag; } set { hotCheckFlag = value; } } /// /// 回炉坯标识(0-正常计划,1-回炉坯计划) /// [Description("回炉坯标识(0-正常计划,1-回炉坯计划)")] [Nullable(true)] [DataLength(1)] public string BackSlabFlag { get { return backSlabFlag; } set { backSlabFlag = value; } } /// /// 回炉坯组炉时间 /// [Description("回炉坯组炉时间")] [Nullable(true)] public string BackSlabTime { get { return backSlabTime; } set { backSlabTime = value; } } /// /// 分批上限(暂时用,能获取到此数据停用) /// [Description("分批上限(暂时用,能获取到此数据停用)")] [Nullable(true)] [DataLength(4)] public string BatchMax { get { return batchMax; } set { batchMax = value; } } /// /// 是否需取样(0,取样 1,不取样) /// [Description("是否需取样(0,取样 1,不取样)")] [Nullable(true)] [DataLength(1)] public string CodeSampleFlag { get { return codeSampleFlag; } set { codeSampleFlag = value; } } /// /// 品种代码 /// [Description("品种代码")] [Nullable(true)] [DataLength(20)] public string VarietiesCode { get { return varietiesCode; } set { varietiesCode = value; } } /// /// 规格代码 /// [Description("规格代码")] [Nullable(true)] [DataLength(20)] public string PipeSizeCode { get { return pipeSizeCode; } set { pipeSizeCode = value; } } /// /// 扣型代码 /// [Description("扣型代码")] [Nullable(true)] [DataLength(20)] public string BuckleTypeCode { get { return buckleTypeCode; } set { buckleTypeCode = value; } } /// /// 标准代码 /// [Description("标准代码")] [Nullable(true)] [DataLength(20)] public string RollStandradCode { get { return rollStandradCode; } set { rollStandradCode = value; } } /// /// 标准类别代码 /// [Description("标准类别代码")] [Nullable(true)] [DataLength(20)] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 标准类别描述(PSL1....) /// [Description("标准类别描述(PSL1....)")] [Nullable(true)] [DataLength(50)] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } /// /// 检验编号 /// [Description("检验编号")] [Nullable(true)] [DataLength(50)] public string CheckNo { get { return checkNo; } set { checkNo = value; } } /// /// 交货行PK值 /// [Description("交货行PK值")] [Nullable(true)] [DataLength(50)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 是否过磅(0,不过磅、1、过磅) /// [Description("是否过磅(0,不过磅、1、过磅)")] [Nullable(true)] [DataLength(1)] public string PrtFlag { get { return prtFlag; } set { prtFlag = value; } } /// /// 轧管订单编号 /// [Description("轧管订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } //MIL_FEED_PLAN /// /// 上料行1 /// [Description("上料行")] [Nullable(false)] [DataLength(20)] public string FeedRowNo { get { return feedRowNo; } set { feedRowNo = value; } } /// /// 倍尺数 /// [Description("倍尺数")] [Nullable(true)] [DataLength(6)] public decimal? DbNum { get { return dbNum; } set { dbNum = value; } } /// /// 来料单支重量 /// [Description("来料单支重量")] [Nullable(true)] [DataLength(8)] public decimal? MatHeight { get { return matHeight; } set { matHeight = value; } } /// /// 来料总重量 /// [Description("来料总重量")] [Nullable(true)] [DataLength(8)] public decimal? MatTotalHeight { get { return matTotalHeight; } set { matTotalHeight = value; } } /// /// 上料支数 /// [Description("上料支数")] [Nullable(true)] [DataLength(6)] public decimal? FeedNum { get { return feedNum; } set { feedNum = value; } } /// /// 上料长度 /// [Description("上料长度")] [Nullable(true)] [DataLength(8)] public decimal? FeedLength { get { return feedLength; } set { feedLength = value; } } /// /// 使用长度 /// [Description("使用长度")] [Nullable(true)] [DataLength(8)] public decimal? UseLength { get { return useLength; } set { useLength = value; } } /// /// 锯切标识 /// [Description("锯切标识")] [Nullable(true)] [DataLength(1)] public string SawFalg { get { return sawFalg; } set { sawFalg = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(200)] public string Remark { get { return remark; } set { remark = value; } } /// /// 采集方式(0-接口采集,1-人工录入) /// [Description("采集方式(0-接口采集,1-人工录入)")] [Nullable(true)] [DataLength(1)] public string ColMode { get { return colMode; } set { colMode = value; } } /// /// 采集/录入时间 /// [Description("采集/录入时间")] [Nullable(true)] public string ColTime { get { return colTime; } set { colTime = value; } } /// /// 操作人 /// [Description("操作人")] [Nullable(true)] [DataLength(20)] public string ColUser { get { return colUser; } set { colUser = 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; } } /// /// 未使用长度 /// [Description("未使用长度")] [Nullable(true)] [DataLength(8)] public decimal? NonUseLength { get { return nonUseLength; } set { nonUseLength = value; } } /// /// 剔除单倍坯支数 /// [Description("剔除单倍坯支数")] [Nullable(true)] [DataLength(6)] public decimal? ScrapDbnum { get { return scrapDbnum; } set { scrapDbnum = value; } } /// /// 上料剔除支数 /// [Description("上料剔除支数")] [Nullable(true)] [DataLength(6)] public decimal? ScrapFeednum { get { return scrapFeednum; } set { scrapFeednum = value; } } /// /// 合格单倍支数 /// [Description("合格单倍支数")] [Nullable(true)] [DataLength(6)] public decimal? QualifiedNum { get { return qualifiedNum; } set { qualifiedNum = value; } } /// /// 交接班支数 /// [Description("交接班支数")] [Nullable(true)] [DataLength(6)] public decimal? ChangeNum { get { return changeNum; } set { changeNum = value; } } /// /// 计划上料支数 /// [Description("计划上料支数")] [Nullable(true)] [DataLength(6)] public decimal? FeedNumPlan { get { return feedNumPlan; } set { feedNumPlan = value; } } } }