using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using Core.Mes.Client.Comm.Attribute; namespace Core.StlMes.Client.ZGMil.Entity { class MilPlanEntity3 { /// /// 轧管订单号 /// private object proPlanId; /// /// 工序排产序号 /// private object gxPlanNo; /// /// 下一道工序 /// private object nextGx; /// /// 去向(A轧制成品B轧制半成品C镦拔扩及热处理) /// private object goType; /// /// 长度 /// private double? actLen; /// /// 流动卡流水号 /// private object lotSeq; /// /// 炼钢判定标准 /// private object steelStandrad; /// /// 去向 /// private object target; /// /// 计划成品支 /// private object branch; /// /// 计划成品吨 /// private object ton; /// /// 切损去向 /// private object cutTarget; /// /// 切损长度 /// private object cutLength; /// /// 切损重量 /// private object cutWeight; /// /// 理论单倍坯支数 /// private object dbNum; /// /// 开始时间 /// private object startTime; /// /// 结束时间 /// private object endTime; /// /// 创建时间 /// private object tom; /// /// 修改时间 /// private object toc; /// /// 结炉状态( 10-锯切完成 20-出炉 30-穿孔完成 40-连轧完成 50-出再加热炉 60-出定径 70-分切完成 80-矫直完成 90-探伤完成 96-质检完成 99- 入库) /// private object nodeStatus; /// /// 切头长度 /// private object cutHeadLengthp; /// /// 切尾长度 /// private object cutTrailLengthp; /// /// 控制壁厚 /// private object controlThickp; /// /// 下线标识(0-正常轧制,1-下线 2-返线) /// private object offlineFlag; /// /// 是否组批,0默认,1已组批,2已取样,3已确认 /// private object isBatch; /// /// 下线时间 /// private object offlineDate; /// /// 切尾类型(0-被动切尾,1-主动切尾) /// private object cutType; /// /// 轧制状态(0-正常轧制 1-整炉下线 2-坯料全部剔除) /// private object rollingStatus; /// /// 成品判定标准 /// private object produceStandrad; /// /// 取样工序号(0-锯切前 1-锯切后 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7-分切前 8-分切后 9矫直 10-探伤 11-人工质检) /// private object simpleProcess; /// /// 返线跟队标识(0-未跟队 1-跟队) /// private object backLineFlag; /// /// 返线计划标识(0-正常计划, 1-锯切返线 7-矫直返线 8-探伤返线) /// private object backPlanFlag; /// /// 上料时间 /// private object feedTime; /// /// ID /// private object id; /// /// 序号 /// private object seq; /// /// 熔炼炉号 /// private object stoveNo; /// /// 判定炉号1 /// private object judgeStoveNo; private object judgeNo; /// /// 生产批号 1 /// private object lotNo; /// /// 工序合同号1 /// private object contractNo; /// /// 执行工艺号1 /// private object impProcess; /// /// 产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017) /// private object plineCode; /// /// 状态(00-上料 05-开始锯切 15-入炉 25-开始穿孔 35-开始连轧 45-入再加热炉 55-开始定径 65-开始分切 75-开始矫直 85-开始探伤 95-开始质检) /// private object status; /// /// 监制 /// private object producer; /// /// 工艺状态1 /// private object processStatus; /// /// 单倍长12 /// private object dbLength; /// /// 单倍重1 /// private object dbHeight; /// /// 轧制长度1 /// private object rollLength; /// /// 分切数1 /// private object sawNum; /// /// 目标长度1 /// private object targetLength; /// /// 用户1 /// private object finishUser; /// /// 目标库1 /// private object targetLiabrary; /// /// 品种代码 /// private object varietiesCode; /// /// 品种 /// private object varieties; /// /// 规格代码 /// private object pipeSizeCode; /// /// 规格 /// private object pipeSize; /// /// 扣型代码 /// private object buckleTypeCode; /// /// 扣型 /// private object buckleType; /// /// 长度范围12 /// private object lengthRange; /// /// 标准代码 /// private object rollStandradCode; /// /// 轧管判定标准 /// private object rollStandrad; /// /// 断面 /// private object pipeSection; /// /// 钢级代码 /// private object steelcode; /// /// 钢级名称 /// private object steelname; /// /// 钢种代码 /// private object gradecode; /// /// 钢种名称 /// private object gradename; /// /// 上料顺序号(年月日+产线代码+三位流水) /// private object feedSeq; /// /// 支数 /// private double? actCount; [Description("支数")] public double? ActCount { get { return actCount; } set { actCount = value; } } /// /// 重量 /// private double? actWeight; [Description("重量")] public double? ActWeight { get { return actWeight; } set { actWeight = value; } } /// /// 投料量 /// private double? inputWeight; [Description("投料量")] public double? InputWeight { get { return inputWeight; } set { inputWeight = value; } } /// /// 单倍坯支数 /// private double? gpActCount; [Description("单倍坯支数")] public double? GpActCount { get { return gpActCount; } set { gpActCount = value; } } /// /// 管坯重量 /// private double? gpActWeight; [Description("单倍坯重量")] public double? GpActWeight { get { return gpActWeight; } set { gpActWeight = value; } } /// /// 长度 /// public double? ActLen { get { return actLen; } set { actLen = value; } } /// /// 物料编码 /// private object materialNo; /// /// 物料描述 /// private object materialDesc; /// /// 品名代码 /// private object produccode; /// /// 品名描述 /// private object producname; /// /// 标准类别代码 /// private object stdStyle; /// /// 标准类别描述(PSL1....) /// private object stdStyleDesc; /// /// 外径 /// private object dimater; /// /// 壁厚 /// private object height; /// /// 扣型代码 /// private object modelCode; /// /// 扣型描述 /// private object modelDesc; /// /// 管坯规格代码(从产品规格表中取值) /// private object specCode; /// /// 管坯规格描述 /// private object specName; /// /// 最大长度 /// private object lengthmax; /// /// 最小长度 /// private object lengthmin; /// /// 轧管产线描述 /// private object plineName; /// /// 状态 /// private object astatus; /// /// 交货行PK值 /// private object ordLnDlyPk; public MilPlanEntity3() { gxPlanNo = ""; proPlanId = ""; judgeNo = ""; nextGx = ""; astatus = ""; goType = ""; lengthmax = ""; lengthmin = ""; plineName = ""; stdStyle = ""; stdStyleDesc = ""; specCode = ""; specName = ""; dimater = ""; height = ""; materialNo = ""; materialDesc = ""; produccode = ""; producname = ""; modelCode = ""; modelDesc = ""; lotSeq = ""; steelStandrad = ""; target = ""; branch = ""; ton = ""; cutTarget = ""; cutLength = ""; cutWeight = ""; dbNum = ""; startTime = ""; endTime = ""; tom = ""; toc = ""; nodeStatus = ""; cutHeadLengthp = ""; cutTrailLengthp = ""; controlThickp = ""; offlineFlag = ""; isBatch = ""; offlineDate = ""; cutType = ""; rollingStatus = ""; produceStandrad = ""; simpleProcess = ""; backLineFlag = ""; backPlanFlag = ""; feedTime = ""; id = ""; seq = ""; stoveNo = ""; judgeStoveNo = ""; lotNo = ""; contractNo = ""; impProcess = ""; plineCode = ""; status = ""; producer = ""; processStatus = ""; dbLength = ""; dbHeight = ""; rollLength = ""; sawNum = ""; targetLength = ""; finishUser = ""; targetLiabrary = ""; varieties = ""; pipeSize = ""; buckleType = ""; lengthRange = ""; rollStandrad = ""; pipeSection = ""; steelcode = ""; steelname = ""; gradecode = ""; gradename = ""; feedSeq = ""; varietiesCode = ""; pipeSizeCode = ""; buckleTypeCode = ""; rollStandradCode = ""; ordLnDlyPk = ""; checkNo = ""; predictPiece = ""; predictTon = ""; isLoad = ""; colTime = ""; colUser = ""; colShift = ""; colGroup = ""; userId = ""; balYearMonth = ""; craftSeq = ""; cic = ""; indexSeq = ""; pic = ""; ifProduct = ""; prdcrNo = ""; ifMonitor = ""; } [Description("交货行PK值")] public object OrdLnDlyPk { get { return ordLnDlyPk; } set { if (value == null) { ordLnDlyPk = DBNull.Value; } else { ordLnDlyPk = value; } } } [Description("规格代码")] public object PipeSizeCode { get { return pipeSizeCode; } set { if (value == null) { pipeSizeCode = DBNull.Value; } else { pipeSizeCode = value; } } } [Description("扣型代码")] public object BuckleTypeCode { get { return buckleTypeCode; } set { if (value == null) { buckleTypeCode = DBNull.Value; } else { buckleTypeCode = value; } } } [Description("标准代码")] public object RollStandradCode { get { return rollStandradCode; } set { if (value == null) { rollStandradCode = DBNull.Value; } else { rollStandradCode = value; } } } [Description("品种代码")] public object VarietiesCode { get { return varietiesCode; } set { if (value == null) { varietiesCode = DBNull.Value; } else { varietiesCode = value; } } } [Description("轧管订单号")] public object ProPlanId { get { return proPlanId; } set { if (value == null) { proPlanId = DBNull.Value; } else { proPlanId = value; } } } [Description("工序排产序号")] public object GxPlanNo { get { return gxPlanNo; } set { if (value == null) { gxPlanNo = DBNull.Value; } else { gxPlanNo = value; } } } [Description("下一道工序")] public object NextGx { get { return nextGx; } set { if (value == null) { nextGx = DBNull.Value; } else { nextGx = value; } } } [Description("所处状态")] public object Astatus { get { return astatus; } set { if (value == null) { astatus = DBNull.Value; } else { astatus = value; } } } /// /// 去向(A轧制成品B轧制半成品C镦拔扩及热处理) /// [Description("判定字头")] public object GoType { get { return goType; } set { if (value == null) { goType = DBNull.Value; } else { goType = value; } } } /// /// 最大长度 /// [Description("最大长度")] public object Lengthmax { get { return lengthmax; } set { if (value == null) { lengthmax = DBNull.Value; } else { lengthmax = value; } } } /// /// 最小长度 /// [Description("最小长度")] public object Lengthmin { get { return lengthmin; } set { if (value == null) { lengthmin = DBNull.Value; } else { lengthmin = value; } } } /// /// 轧管产线描述 /// [Description("产线")] public object PlineName { get { return plineName; } set { if (value == null) { plineName = DBNull.Value; } else { plineName = value; } } } /// /// 物料编码 /// [Description("物料编码")] public object MaterialNo { get { return materialNo; } set { if (value == null) { materialNo = DBNull.Value; } else { materialNo = value; } } } /// /// 物料描述 /// [Description("物料描述")] public object MaterialDesc { get { return materialDesc; } set { if (value == null) { materialDesc = DBNull.Value; } else { materialDesc = value; } } } /// /// 品名代码 /// [Description("品名代码")] public object Produccode { get { return produccode; } set { if (value == null) { produccode = DBNull.Value; } else { produccode = value; } } } /// /// 品名描述 /// [Description("品名")] public object Producname { get { return producname; } set { if (value == null) { producname = DBNull.Value; } else { producname = value; } } } /// /// 标准类别代码 /// [Description("标准类别代码")] public object StdStyle { get { return stdStyle; } set { if (value == null) { stdStyle = DBNull.Value; } else { stdStyle = value; } } } /// /// 标准类别描述(PSL1....) /// [Description("标准类别")] public object StdStyleDesc { get { return stdStyleDesc; } set { if (value == null) { stdStyleDesc = DBNull.Value; } else { stdStyleDesc = value; } } } /// /// 钢级(牌号)代码 /// [Description("钢级(牌号)代码")] public object Steelcode { get { return steelcode; } set { if (value == null) { steelcode = DBNull.Value; } else { steelcode = value; } } } /// /// 钢级(牌号)名称 /// [Description("钢级")] public object Steelname { get { return steelname; } set { if (value == null) { steelname = DBNull.Value; } else { steelname = value; } } } /// /// 钢种代码(GZ0001) /// [Description("钢种代码(GZ0001)")] public object Gradecode { get { return gradecode; } set { if (value == null) { gradecode = DBNull.Value; } else { gradecode = value; } } } /// /// 钢种名称 /// [Description("钢种")] public object Gradename { get { return gradename; } set { if (value == null) { gradename = DBNull.Value; } else { gradename = value; } } } /// /// 外径 /// [Description("外径")] public object Dimater { get { return dimater; } set { if (value == null) { dimater = DBNull.Value; } else { dimater = value; } } } /// /// 壁厚 /// [Description("壁厚")] public object Height { get { return height; } set { if (value == null) { height = DBNull.Value; } else { height = value; } } } /// /// 管坯规格代码(从产品规格表中取值) /// [Description("管坯规格代码(从产品规格表中取值)")] public object SpecCode { get { return specCode; } set { if (value == null) { specCode = DBNull.Value; } else { specCode = value; } } } /// /// 管坯规格描述 /// [Description("规格")] public object SpecName { get { return specName; } set { if (value == null) { specName = DBNull.Value; } else { specName = value; } } } /// /// 扣型代码 /// [Description("扣型代码")] public object ModelCode { get { return modelCode; } set { if (value == null) { modelCode = DBNull.Value; } else { modelCode = value; } } } /// /// 扣型描述 /// [Description("扣型")] public object ModelDesc { get { return modelDesc; } set { if (value == null) { modelDesc = DBNull.Value; } else { modelDesc = value; } } } /// /// 流动卡流水号 /// [Description("流动卡流水号")] public object LotSeq { get { return lotSeq; } set { if(value == null) { lotSeq = DBNull.Value; } else { lotSeq = value; } } } /// /// 炼钢判定标准 /// [Description("炼钢判定标准")] public object SteelStandrad { get { return steelStandrad; } set { if(value == null) { steelStandrad = DBNull.Value; } else { steelStandrad = value; } } } /// /// 去向 /// [Description("判定字头")] public object Target { get { return target; } set { if(value == null) { target = DBNull.Value; } else { target = value; } } } /// /// 计划成品支 /// [Description("计划成品支")] public object Branch { get { return branch; } set { if(value == null) { branch = DBNull.Value; } else { branch = value; } } } /// /// 计划成品吨 /// [Description("计划成品吨")] public object Ton { get { return ton; } set { if(value == null) { ton = DBNull.Value; } else { ton = value; } } } /// /// 切损去向 /// [Description("切损去向")] public object CutTarget { get { return cutTarget; } set { if(value == null) { cutTarget = DBNull.Value; } else { cutTarget = value; } } } /// /// 切损长度 /// [Description("切损长度")] public object CutLength { get { return cutLength; } set { if(value == null) { cutLength = DBNull.Value; } else { cutLength = value; } } } /// /// 切损重量 /// [Description("切损重量")] public object CutWeight { get { return cutWeight; } set { if(value == null) { cutWeight = DBNull.Value; } else { cutWeight = value; } } } /// /// 理论单倍坯支数 /// [Description("理论单倍坯支数")] public object DbNum { get { return dbNum; } set { if(value == null) { dbNum = DBNull.Value; } else { dbNum = value; } } } /// /// 开始时间 /// [Description("开始时间")] public object StartTime { get { return startTime; } set { if(value == null) { startTime = DBNull.Value; } else { startTime = value; } } } /// /// 结束时间 /// [Description("结束时间")] public object EndTime { get { return endTime; } set { if(value == null) { endTime = DBNull.Value; } else { endTime = value; } } } /// /// 创建时间 /// [Description("创建时间")] public object Tom { get { return tom; } set { if(value == null) { tom = DBNull.Value; } else { tom = value; } } } /// /// 修改时间 /// [Description("修改时间 ")] public object Toc { get { return toc; } set { if(value == null) { toc = DBNull.Value; } else { toc = value; } } } /// /// 结炉状态( 10-锯切完成 20-出炉 30-穿孔完成 40-连轧完成 50-出再加热炉 60-出定径 70-分切完成 80-矫直完成 90-探伤完成 96-质检完成 99- 入库) /// [Description("结炉状态")] public object NodeStatus { get { return nodeStatus; } set { if(value == null) { nodeStatus = DBNull.Value; } else { nodeStatus = value; } } } /// /// 切头长度 /// [Description("切头长度")] public object CutHeadLengthp { get { return cutHeadLengthp; } set { if(value == null) { cutHeadLengthp = DBNull.Value; } else { cutHeadLengthp = value; } } } /// /// 切尾长度 /// [Description("切尾长度")] public object CutTrailLengthp { get { return cutTrailLengthp; } set { if(value == null) { cutTrailLengthp = DBNull.Value; } else { cutTrailLengthp = value; } } } /// /// 控制壁厚 /// [Description("控制壁厚")] public object ControlThickp { get { return controlThickp; } set { if(value == null) { controlThickp = DBNull.Value; } else { controlThickp = value; } } } /// /// 下线标识(0-正常轧制,1-下线 2-返线) /// [Description("下线标识")] public object OfflineFlag { get { return offlineFlag; } set { if(value == null) { offlineFlag = DBNull.Value; } else { offlineFlag = value; } } } /// /// 是否组批,0默认,1已组批,2已取样,3已确认 /// [Description("是否组批")] public object IsBatch { get { return isBatch; } set { if(value == null) { isBatch = DBNull.Value; } else { isBatch = value; } } } /// /// 下线时间 /// [Description("下线时间")] public object OfflineDate { get { return offlineDate; } set { if(value == null) { offlineDate = DBNull.Value; } else { offlineDate = value; } } } /// /// 切尾类型(0-被动切尾,1-主动切尾) /// [Description("切尾类型")] public object CutType { get { return cutType; } set { if(value == null) { cutType = DBNull.Value; } else { cutType = value; } } } /// /// 轧制状态(0-正常轧制 1-整炉下线 2-坯料全部剔除) /// [Description("轧制状态")] public object RollingStatus { get { return rollingStatus; } set { if(value == null) { rollingStatus = DBNull.Value; } else { rollingStatus = value; } } } /// /// 成品判定标准 /// [Description("成品判定标准")] public object ProduceStandrad { get { return produceStandrad; } set { if(value == null) { produceStandrad = DBNull.Value; } else { produceStandrad = value; } } } /// /// 取样工序号(0-锯切前 1-锯切后 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7-分切前 8-分切后 9矫直 10-探伤 11-人工质检) /// [Description("取样工序号")] public object SimpleProcess { get { return simpleProcess; } set { if(value == null) { simpleProcess = DBNull.Value; } else { simpleProcess = value; } } } /// /// 返线跟队标识(0-未跟队 1-跟队) /// [Description("返线跟队标识")] public object BackLineFlag { get { return backLineFlag; } set { if(value == null) { backLineFlag = DBNull.Value; } else { backLineFlag = value; } } } /// /// 返线计划标识(0-正常计划, 1-锯切返线 7-矫直返线 8-探伤返线) /// [Description("返线计划标识")] public object BackPlanFlag { get { return backPlanFlag; } set { if(value == null) { backPlanFlag = DBNull.Value; } else { backPlanFlag = value; } } } /// /// 上料时间 /// [Description("上料时间")] public object FeedTime { get { return feedTime; } set { if(value == null) { feedTime = DBNull.Value; } else { feedTime = value; } } } /// /// ID /// [Description("ID")] public object Id { get { return id; } set { if(value == null) { id = DBNull.Value; } else { id = value; } } } /// /// 序号 /// [Description("序号")] public object Seq { get { return seq; } set { if(value == null) { seq = DBNull.Value; } else { seq = value; } } } /// /// 熔炼炉号 /// [Description("熔炼炉号")] public object StoveNo { get { return stoveNo; } set { if(value == null) { stoveNo = DBNull.Value; } else { stoveNo = value; } } } /// /// 判定炉号1 /// [Description("判定炉号")] public object JudgeStoveNo { get { return judgeStoveNo; } set { if(value == null) { judgeStoveNo = DBNull.Value; } else { judgeStoveNo = value; } } } /// /// 判定炉号2 /// [Description("判定炉号2")] public object JudgeNo { get { return judgeNo; } set { if (value == null) { judgeNo = DBNull.Value; } else { judgeNo = value; } } } /// /// 生产批号 1 /// [Description("生产批号")] public object LotNo { get { return lotNo; } set { if(value == null) { lotNo = DBNull.Value; } else { lotNo = value; } } } /// /// 工序合同号1 /// [Description("工序合同号")] public object ContractNo { get { return contractNo; } set { if(value == null) { contractNo = DBNull.Value; } else { contractNo = value; } } } /// /// 执行工艺号1 /// [Description("执行工艺号")] public object ImpProcess { get { return impProcess; } set { if(value == null) { impProcess = DBNull.Value; } else { impProcess = value; } } } /// /// 产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017) /// [Description("产线(250机组-C008、258机组-C009、168机组-C010、ASSEL机组-C012、460机组-C017)")] public object PlineCode { get { return plineCode; } set { if(value == null) { plineCode = DBNull.Value; } else { plineCode = value; } } } /// /// 状态(00-上料 05-开始锯切 15-入炉 25-开始穿孔 35-开始连轧 45-入再加热炉 55-开始定径 65-开始分切 75-开始矫直 85-开始探伤 95-开始质检) /// [Description("状态(00-上料 05-开始锯切 15-入炉 25-开始穿孔 35-开始连轧 45-入再加热炉 55-开始定径 65-开始分切 75-开始矫直 85-开始探伤 95-开始质检)")] public object Status { get { return status; } set { if(value == null) { status = DBNull.Value; } else { status = value; } } } /// /// 监制 /// [Description("监制")] public object Producer { get { return producer; } set { if(value == null) { producer = DBNull.Value; } else { producer = value; } } } /// /// 工艺状态1 /// [Description("工艺状态")] public object ProcessStatus { get { return processStatus; } set { if(value == null) { processStatus = DBNull.Value; } else { processStatus = value; } } } /// /// 单倍长12 /// [Description("单倍长")] public object DbLength { get { return dbLength; } set { if(value == null) { dbLength = DBNull.Value; } else { dbLength = value; } } } /// /// 单倍重1 /// [Description("单倍重")] public object DbHeight { get { return dbHeight; } set { if(value == null) { dbHeight = DBNull.Value; } else { dbHeight = value; } } } /// /// 轧制长度1 /// [Description("轧制长度")] public object RollLength { get { return rollLength; } set { if(value == null) { rollLength = DBNull.Value; } else { rollLength = value; } } } /// /// 分切数1 /// [Description("分切数")] public object SawNum { get { return sawNum; } set { if(value == null) { sawNum = DBNull.Value; } else { sawNum = value; } } } /// /// 目标长度1 /// [Description("目标长度")] public object TargetLength { get { return targetLength; } set { if(value == null) { targetLength = DBNull.Value; } else { targetLength = value; } } } /// /// 用户1 /// [Description("用户")] public object FinishUser { get { return finishUser; } set { if(value == null) { finishUser = DBNull.Value; } else { finishUser = value; } } } /// /// 目标库1 /// [Description("目标库")] public object TargetLiabrary { get { return targetLiabrary; } set { if(value == null) { targetLiabrary = DBNull.Value; } else { targetLiabrary = value; } } } /// /// 品种 /// [Description("品种")] public object Varieties { get { return varieties; } set { if(value == null) { varieties = DBNull.Value; } else { varieties = value; } } } /// /// 规格 /// [Description("规格")] public object PipeSize { get { return pipeSize; } set { if(value == null) { pipeSize = DBNull.Value; } else { pipeSize = value; } } } /// /// 扣型 /// [Description("扣型")] public object BuckleType { get { return buckleType; } set { if(value == null) { buckleType = DBNull.Value; } else { buckleType = value; } } } /// /// 长度范围12 /// [Description("长度范围")] public object LengthRange { get { return lengthRange; } set { if(value == null) { lengthRange = DBNull.Value; } else { lengthRange = value; } } } /// /// 轧管判定标准 /// [Description("判定标准")] public object RollStandrad { get { return rollStandrad; } set { if(value == null) { rollStandrad = DBNull.Value; } else { rollStandrad = value; } } } /// /// 断面 /// [Description("断面")] public object PipeSection { get { return pipeSection; } set { if(value == null) { pipeSection = DBNull.Value; } else { pipeSection = value; } } } /// /// 上料顺序号(年月日+产线代码+三位流水) /// [Description("上料顺序号")] public object FeedSeq { get { return feedSeq; } set { if(value == null) { feedSeq = DBNull.Value; } else { feedSeq = value; } } } /// /// 检验编号 /// private string checkNo = ""; /// /// 预计生产支 /// private object predictPiece = null; /// /// 预计生产吨 /// private object predictTon = null; /// /// 是否上料(0-未上料,1-已上料) /// private string isLoad = ""; /// /// 操作时间 /// private string colTime = ""; /// /// 操作人 /// private string colUser = ""; /// /// 操作班次 /// private string colShift = ""; /// /// 操作班组 /// private string colGroup = ""; /// /// 操作人ID /// private string userId = ""; /// /// 结转年月 /// private string balYearMonth = ""; /// /// 工艺序号 /// private object craftSeq = null; /// /// 成分标准索引号(内控) /// private string cic = ""; /// /// 主制程索引号 /// private string indexSeq = ""; /// /// 材质标准索引号(内控) /// private string pic = ""; /// /// 是否成品成分(0,否,1.是) /// private string ifProduct = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 是否轧管监制 /// private string ifMonitor = ""; /// /// 检验编号 /// [Description("检验编号")] [Nullable(true)] [DataLength(50)] public string CheckNo { get { return checkNo; } set { checkNo = value; } } /// /// 预计生产支 /// [Description("预计生产支")] [Nullable(true)] [DataLength(6)] public object PredictPiece { get { return predictPiece; } set { predictPiece = value; } } /// /// 预计生产吨 /// [Description("预计生产吨")] [Nullable(true)] [DataLength(8)] public object PredictTon { get { return predictTon; } set { predictTon = value; } } /// /// 是否上料(0-未上料,1-已上料) /// [Description("是否上料(0-未上料,1-已上料)")] [Nullable(true)] [DataLength(1)] public string IsLoad { get { return isLoad; } set { isLoad = 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; } } /// /// 操作人ID /// [Description("操作人ID")] [Nullable(true)] [DataLength(40)] public string UserId { get { return userId; } set { userId = value; } } /// /// 结转年月 /// [Description("结转年月")] [Nullable(true)] [DataLength(6)] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = value; } } /// /// 工艺序号 /// [Description("工艺序号")] [Nullable(true)] [DataLength(5)] public object CraftSeq { get { return craftSeq; } set { craftSeq = value; } } /// /// 成分标准索引号(内控) /// [Description("成分标准索引号(内控)")] [Nullable(true)] [DataLength(400)] public string Cic { get { return cic; } set { cic = value; } } /// /// 主制程索引号 /// [Description("主制程索引号")] [Nullable(true)] [DataLength(32)] public string IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 材质标准索引号(内控) /// [Description("材质标准索引号(内控)")] [Nullable(true)] [DataLength(400)] public string Pic { get { return pic; } set { pic = value; } } /// /// 是否成品成分(0,否,1.是) /// [Description("是否成品成分(0,否,1.是)")] [Nullable(true)] [DataLength(2)] public string IfProduct { get { return ifProduct; } set { ifProduct = value; } } /// /// 监制编号 /// [Description("监制编号")] [Nullable(true)] [DataLength(40)] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 是否轧管监制 /// [Description("是否轧管监制")] [Nullable(true)] [DataLength(1)] public string IfMonitor { get { return ifMonitor; } set { ifMonitor = value; } } } }