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.PlnSaleOrd.炉计划.Entity { /// /// 数据库表PLN_ZY_DBK_M所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20180117CCCC 时间:2018-03-05 /// public class PlnZyDbkReadyEntity { /// /// 镦拔扩炉计划ID(镦粗、冷拔、旋扩、热扩对应ID打头按机组区分) /// private string heatPlanNo = ""; /// /// 产线内炉计划顺序号 /// private decimal? gxProSeq = null; /// /// 生产批次 /// private string zyBatchId = ""; /// /// 冶炼炉号(电炉炉号) /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 批号 /// private string batchNo = ""; /// /// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A) /// private string planstatus = ""; /// /// 开始状态(00-上料开始,10-旋扩开始,20-均整开始,30-定径开始,40-表验开始,50测量开始) ,60-交库开始) /// private string perStatus = ""; /// /// 结炉状态(00-上料结束,10-旋扩结束,20-均整结束,30-定径结束,40-表验结束,50测量结束 ,60-交库结束) /// private string besideStatus = ""; /// /// 上工序炉计划ID /// private string upperHeatplanId = ""; /// /// 镦拔扩订单编号 /// private string proPlanId = ""; /// /// 镦拔扩订单排产序号 /// private string gxPlanNo = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 二级工序代码 /// private string processCodeC = ""; /// /// 二级工序名 /// private string processDescC = ""; /// /// 上工序代码(大工序) /// private string upperProcessCode = ""; /// /// 下工序代码(大工序) /// private string nextProcessCode = ""; /// /// 物流去向代码 /// private string gowhereCode = ""; /// /// 物流去向名称 /// private string gowhereName = ""; /// /// 生产标准 /// private string prodStandard = ""; /// /// 输出标准 /// private string outputStandard = ""; /// /// 是否末工序(末工序时合同成品属性有效) /// private string isendgx = ""; /// /// 是否利库 /// private string ifMatchOdd = ""; /// /// 是否已做正式炉计划 /// private string ifDoHeatPlan = ""; /// /// 主合同来源(销售合同、备料需求、补量需求) /// private string orderSource = ""; /// /// 主交货编码PK /// private string ordLnDlyPk = ""; /// /// 主合同号 /// private string orderNo = ""; /// /// 主合同行号 /// private string orderSeq = ""; /// /// 主交货编码 /// private string deliveryNo = ""; /// /// 主备料需求号 /// private string reqBlId = ""; /// /// 国内外 /// private string ifExport = ""; /// /// 合同紧急度 /// private string priority = ""; /// /// 紧急度备注 /// private string priorityMemo = ""; /// /// 排产年月 /// private string proMonth = ""; /// /// 作业日期(年月日) /// private string proDay = ""; /// /// 结算日期(年月) /// private string balYearMonth = ""; /// /// 是否轧管监制 /// private string ifMonitor = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 本工序监制点 /// private string monitorPoint = ""; /// /// BOM /// private string bom = ""; /// /// 主全程途径码 /// private string wholeBacklog = ""; /// /// 主全程途径描叙 /// private string wholeBacklogDesc = ""; /// /// 本工序点路径 /// private string stationRoad = ""; /// /// 成分标准索引号(内控) /// private string cic = ""; /// /// 材质标准索引号(内控) /// private string pic = ""; /// /// 公差标准索引号(内控) /// private string sic = ""; /// /// 探伤索引号(内控) /// private string dic = ""; /// /// 工艺文件号 /// private string craftFileNo = ""; /// /// 工艺文件责任人 /// private string craftFileMan = ""; /// /// 工艺序号 /// private decimal? craftSeq = null; /// /// 二级工艺文件号 /// private string secCraftFileNo = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 品名代码 /// private string produccode = ""; /// /// 品名描述 /// private string producname = ""; /// /// 扣型代码 /// private string modelCode = ""; /// /// 扣型描述 /// private string modelDesc = ""; /// /// 投入物料编码 /// private string inwlId = ""; /// /// 投入物料描述 /// private string inwlDesc = ""; /// /// 产出物料编码 /// private string outwlId = ""; /// /// 产出物料描述 /// private string outwlDesc = ""; /// /// 原料管外径 /// private decimal? outdiameterIn = null; /// /// 原料管壁厚 /// private decimal? wallthickIn = null; /// /// 原料管长度(轧管转移长度) /// private decimal? lengthIn = null; /// /// 原料管最大长度(轧管转移长度) /// private decimal? lengthmaxIn = null; /// /// 原料管最小长度(轧管转移长度) /// private decimal? lengthminIn = null; /// /// 分切数 /// private string outnumCut = ""; /// /// 工序目标外径 /// private decimal? aimoutdiameter = null; /// /// 工序目标壁厚 /// private decimal? aimwallthick = null; /// /// 工序目标长度 /// private decimal? aimlength = null; /// /// 工序目标最大长度(镦拔扩转移长度) /// private decimal? aimlengthMax = null; /// /// 工序目标最小长度(镦拔扩转移长度) /// private decimal? aimlengthMin = null; /// /// 切头(mm)-计划 /// private decimal? lenCuthead = null; /// /// 切尾(mm)-计划 /// private decimal? lenCutend = null; /// /// 单倍计划分配支(排产) /// private decimal? plnInsingleNum = null; /// /// 单倍计划分配总重(排产) /// private decimal? plnInsingleWt = null; /// /// 倍尺计划分配支(排产) /// private decimal? plnIndoubleNum = null; /// /// 倍尺计划分配总重(排产) /// private decimal? plnIndoubleWt = null; /// /// 预计产出支数(单倍) /// private decimal? plnOutsingleNum = null; /// /// 预计产出吨(单倍) /// private decimal? plnOutsingleW = null; /// /// 预计产出支数(倍尺) /// private decimal? plnOutdoubleNum = null; /// /// 预计产出吨(倍尺) /// private decimal? plnOutdoubleW = null; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 下发人 /// private string downman = ""; /// /// 下发时间 /// private string downtime = ""; /// /// 主制程索引号 /// private string indexSeq = ""; /// /// 镦拔扩炉计划ID(镦粗、冷拔、旋扩、热扩对应ID打头按机组区分) /// [Description("炉计划ID")] [Nullable(false)] [DataLength(20)] public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// 产线内炉计划顺序号 /// [Description("炉计划顺序号")] [Nullable(true)] [DataLength(20)] public decimal? GxProSeq { get { return gxProSeq; } set { gxProSeq = 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(8)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A) /// [Description("计划状态")] [Nullable(true)] [DataLength(20)] public string Planstatus { get { return planstatus; } set { planstatus = value; } } /// /// 开始状态(00-上料开始,10-旋扩开始,20-均整开始,30-定径开始,40-表验开始,50测量开始) ,60-交库开始) /// [Description("开始状态")] [Nullable(true)] [DataLength(2)] public string PerStatus { get { return perStatus; } set { perStatus = value; } } /// /// 结炉状态(00-上料结束,10-旋扩结束,20-均整结束,30-定径结束,40-表验结束,50测量结束 ,60-交库结束) /// [Description("结炉状态")] [Nullable(true)] [DataLength(2)] public string BesideStatus { get { return besideStatus; } set { besideStatus = value; } } /// /// 上工序炉计划ID /// [Description("上工序炉计划ID")] [Nullable(true)] [DataLength(20)] public string UpperHeatplanId { get { return upperHeatplanId; } set { upperHeatplanId = 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(8)] public string ProcessCodeC { get { return processCodeC; } set { processCodeC = value; } } /// /// 二级工序名 /// [Description("二级工序")] [Nullable(true)] [DataLength(50)] public string ProcessDescC { get { return processDescC; } set { processDescC = value; } } /// /// 上工序代码(大工序) /// [Description("上工序")] [Nullable(true)] [DataLength(8)] public string UpperProcessCode { get { return upperProcessCode; } set { upperProcessCode = value; } } /// /// 下工序代码(大工序) /// [Description("下工序")] [Nullable(true)] [DataLength(8)] public string NextProcessCode { get { return nextProcessCode; } set { nextProcessCode = value; } } /// /// 物流去向代码 /// [Description("物流去向代码")] [Nullable(true)] [DataLength(20)] public string GowhereCode { get { return gowhereCode; } set { gowhereCode = value; } } /// /// 物流去向名称 /// [Description("物流去向")] [Nullable(true)] [DataLength(32)] public string GowhereName { get { return gowhereName; } set { gowhereName = value; } } /// /// 生产标准 /// [Description("生产标准")] [Nullable(true)] [DataLength(500)] public string ProdStandard { get { return prodStandard; } set { prodStandard = value; } } /// /// 输出标准 /// [Description("输出标准")] [Nullable(true)] [DataLength(500)] public string OutputStandard { get { return outputStandard; } set { outputStandard = value; } } /// /// 是否末工序(末工序时合同成品属性有效) /// [Description("是否末工序")] [Nullable(true)] [DataLength(1)] public string Isendgx { get { return isendgx; } set { isendgx = value; } } /// /// 是否利库 /// [Description("是否利库")] [Nullable(true)] [DataLength(1)] public string IfMatchOdd { get { return ifMatchOdd; } set { ifMatchOdd = value; } } /// /// 是否已做正式炉计划 /// [Description("有无实际炉计划")] [Nullable(true)] [DataLength(1)] public string IfDoHeatPlan { get { return ifDoHeatPlan; } set { ifDoHeatPlan = value; } } /// /// 主合同来源(销售合同、备料需求、补量需求) /// [Description("合同来源")] [Nullable(true)] [DataLength(20)] public string OrderSource { get { return orderSource; } set { orderSource = value; } } /// /// 主交货编码PK /// [Description("主交货编码PK")] [Nullable(true)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 主合同号 /// [Description("合同号")] [Nullable(true)] [DataLength(20)] public string OrderNo { get { return orderNo; } set { orderNo = value; } } /// /// 主合同行号 /// [Description("合同行号")] [Nullable(true)] [DataLength(3)] public string OrderSeq { get { return orderSeq; } set { orderSeq = value; } } /// /// 主交货编码 /// [Description("交货行号")] [Nullable(true)] [DataLength(3)] public string DeliveryNo { get { return deliveryNo; } set { deliveryNo = value; } } /// /// 主备料需求号 /// [Description("主备料需求号")] [Nullable(true)] [DataLength(20)] public string ReqBlId { get { return reqBlId; } set { reqBlId = value; } } /// /// 国内外 /// [Description("国内外")] [Nullable(true)] [DataLength(20)] public string IfExport { get { return ifExport; } set { ifExport = value; } } /// /// 合同紧急度 /// [Description("合同紧急度")] [Nullable(true)] [DataLength(20)] public string Priority { get { return priority; } set { priority = value; } } /// /// 紧急度备注 /// [Description("紧急度备注")] [Nullable(true)] [DataLength(200)] public string PriorityMemo { get { return priorityMemo; } set { priorityMemo = value; } } /// /// 排产年月 /// [Description("排产年月")] [Nullable(true)] [DataLength(20)] public string ProMonth { get { return proMonth; } set { proMonth = value; } } /// /// 作业日期(年月日) /// [Description("作业日期")] [Nullable(true)] [DataLength(8)] public string ProDay { get { return proDay; } set { proDay = value; } } /// /// 结算日期(年月) /// [Description("结算年月")] [Nullable(true)] [DataLength(6)] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = value; } } /// /// 是否轧管监制 /// [Description("是否监制")] [Nullable(true)] [DataLength(1)] public string IfMonitor { get { return ifMonitor; } set { ifMonitor = value; } } /// /// 监制编号 /// [Description("监制编号")] [Nullable(true)] [DataLength(40)] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 本工序监制点 /// [Description("本工序监制点")] [Nullable(true)] [DataLength(200)] public string MonitorPoint { get { return monitorPoint; } set { monitorPoint = value; } } /// /// BOM /// [Description("BOM")] [Nullable(true)] [DataLength(40)] public string Bom { get { return bom; } set { bom = value; } } /// /// 主全程途径码 /// [Description("主全程途径码")] [Nullable(true)] [DataLength(32)] public string WholeBacklog { get { return wholeBacklog; } set { wholeBacklog = value; } } /// /// 主全程途径描叙 /// [Description("主全程途径")] [Nullable(true)] [DataLength(500)] public string WholeBacklogDesc { get { return wholeBacklogDesc; } set { wholeBacklogDesc = value; } } /// /// 本工序点路径 /// [Description("本工序点路径")] [Nullable(true)] [DataLength(200)] public string StationRoad { get { return stationRoad; } set { stationRoad = value; } } /// /// 成分标准索引号(内控) /// [Description("成分索引号")] [Nullable(true)] [DataLength(32)] public string Cic { get { return cic; } set { cic = value; } } /// /// 材质标准索引号(内控) /// [Description("材质索引号)")] [Nullable(true)] [DataLength(32)] public string Pic { get { return pic; } set { pic = value; } } /// /// 公差标准索引号(内控) /// [Description("公差索引号")] [Nullable(true)] [DataLength(32)] public string Sic { get { return sic; } set { sic = value; } } /// /// 探伤索引号(内控) /// [Description("探伤索引号")] [Nullable(true)] [DataLength(32)] public string Dic { get { return dic; } set { dic = value; } } /// /// 工艺文件号 /// [Description("工艺文件号")] [Nullable(true)] [DataLength(32)] public string CraftFileNo { get { return craftFileNo; } set { craftFileNo = value; } } /// /// 工艺文件责任人 /// [Description("工艺文件责任人")] [Nullable(true)] [DataLength(20)] public string CraftFileMan { get { return craftFileMan; } set { craftFileMan = value; } } /// /// 工艺序号 /// [Description("工艺序号")] [Nullable(true)] [DataLength(5)] public decimal? CraftSeq { get { return craftSeq; } set { craftSeq = value; } } /// /// 二级工艺文件号 /// [Description("二级工艺文件号")] [Nullable(true)] [DataLength(100)] public string SecCraftFileNo { get { return secCraftFileNo; } set { secCraftFileNo = 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(10)] public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级(牌号)名称 /// [Description("钢级(牌号)")] [Nullable(true)] [DataLength(100)] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 品名代码 /// [Description("品名代码")] [Nullable(true)] [DataLength(20)] public string Produccode { get { return produccode; } set { produccode = value; } } /// /// 品名描述 /// [Description("品名")] [Nullable(true)] [DataLength(100)] public string Producname { get { return producname; } set { producname = value; } } /// /// 扣型代码 /// [Description("扣型代码")] [Nullable(true)] [DataLength(20)] public string ModelCode { get { return modelCode; } set { modelCode = value; } } /// /// 扣型描述 /// [Description("扣型")] [Nullable(true)] [DataLength(100)] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } /// /// 投入物料编码 /// [Description("投入物料编码")] [Nullable(true)] [DataLength(40)] public string InwlId { get { return inwlId; } set { inwlId = value; } } /// /// 投入物料描述 /// [Description("投入物料")] [Nullable(true)] [DataLength(100)] public string InwlDesc { get { return inwlDesc; } set { inwlDesc = value; } } /// /// 产出物料编码 /// [Description("产出物料编码")] [Nullable(true)] [DataLength(40)] public string OutwlId { get { return outwlId; } set { outwlId = value; } } /// /// 产出物料描述 /// [Description("产出物料")] [Nullable(true)] [DataLength(100)] public string OutwlDesc { get { return outwlDesc; } set { outwlDesc = value; } } /// /// 原料管外径 /// [Description("原料管外径")] [Nullable(true)] [DataLength(10)] public decimal? OutdiameterIn { get { return outdiameterIn; } set { outdiameterIn = value; } } /// /// 原料管壁厚 /// [Description("原料管壁厚")] [Nullable(true)] [DataLength(10)] public decimal? WallthickIn { get { return wallthickIn; } set { wallthickIn = value; } } /// /// 原料管长度(轧管转移长度) /// [Description("原料管长度")] [Nullable(true)] [DataLength(10)] public decimal? LengthIn { get { return lengthIn; } set { lengthIn = value; } } /// /// 原料管最大长度(轧管转移长度) /// [Description("原料管长度Max")] [Nullable(true)] [DataLength(10)] public decimal? LengthmaxIn { get { return lengthmaxIn; } set { lengthmaxIn = value; } } /// /// 原料管最小长度(轧管转移长度) /// [Description("原料管长度Min")] [Nullable(true)] [DataLength(10)] public decimal? LengthminIn { get { return lengthminIn; } set { lengthminIn = value; } } /// /// 分切数 /// [Description("分切数")] [Nullable(true)] [DataLength(10)] public string OutnumCut { get { return outnumCut; } set { outnumCut = value; } } /// /// 工序目标外径 /// [Description("目标外径")] [Nullable(true)] [DataLength(10)] public decimal? Aimoutdiameter { get { return aimoutdiameter; } set { aimoutdiameter = value; } } /// /// 工序目标壁厚 /// [Description("目标壁厚")] [Nullable(true)] [DataLength(10)] public decimal? Aimwallthick { get { return aimwallthick; } set { aimwallthick = value; } } /// /// 工序目标长度 /// [Description("目标长度")] [Nullable(true)] [DataLength(10)] public decimal? Aimlength { get { return aimlength; } set { aimlength = value; } } /// /// 工序目标最大长度(镦拔扩转移长度) /// [Description("目标长度Max")] [Nullable(true)] [DataLength(10)] public decimal? AimlengthMax { get { return aimlengthMax; } set { aimlengthMax = value; } } /// /// 工序目标最小长度(镦拔扩转移长度) /// [Description("目标长度Min")] [Nullable(true)] [DataLength(10)] public decimal? AimlengthMin { get { return aimlengthMin; } set { aimlengthMin = value; } } /// /// 切头(mm)-计划 /// [Description("切头(mm)")] [Nullable(true)] [DataLength(10)] public decimal? LenCuthead { get { return lenCuthead; } set { lenCuthead = value; } } /// /// 切尾(mm)-计划 /// [Description("切尾(mm)")] [Nullable(true)] [DataLength(10)] public decimal? LenCutend { get { return lenCutend; } set { lenCutend = value; } } /// /// 单倍计划分配支(排产) /// [Description("计划支")] [Nullable(true)] [DataLength(5)] public decimal? PlnInsingleNum { get { return plnInsingleNum; } set { plnInsingleNum = value; } } /// /// 单倍计划分配总重(排产) /// [Description("计划吨")] [Nullable(true)] [DataLength(10)] public decimal? PlnInsingleWt { get { return plnInsingleWt; } set { plnInsingleWt = value; } } /// /// 倍尺计划分配支(排产) /// [Description("倍尺计划分配支")] [Nullable(true)] [DataLength(5)] public decimal? PlnIndoubleNum { get { return plnIndoubleNum; } set { plnIndoubleNum = value; } } /// /// 倍尺计划分配总重(排产) /// [Description("倍尺计划分配吨")] [Nullable(true)] [DataLength(10)] public decimal? PlnIndoubleWt { get { return plnIndoubleWt; } set { plnIndoubleWt = value; } } /// /// 预计产出支数(单倍) /// [Description("预计成品支")] [Nullable(true)] [DataLength(5)] public decimal? PlnOutsingleNum { get { return plnOutsingleNum; } set { plnOutsingleNum = value; } } /// /// 预计产出吨(单倍) /// [Description("预计成品吨")] [Nullable(true)] [DataLength(10)] public decimal? PlnOutsingleW { get { return plnOutsingleW; } set { plnOutsingleW = value; } } /// /// 预计产出支数(倍尺) /// [Description("倍尺预计产出支")] [Nullable(true)] [DataLength(5)] public decimal? PlnOutdoubleNum { get { return plnOutdoubleNum; } set { plnOutdoubleNum = value; } } /// /// 预计产出吨(倍尺) /// [Description("倍尺预计产出吨")] [Nullable(true)] [DataLength(10)] public decimal? PlnOutdoubleW { get { return plnOutdoubleW; } set { plnOutdoubleW = 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(20)] public string Downman { get { return downman; } set { downman = value; } } /// /// 下发时间 /// [Description("下发时间")] [Nullable(true)] public string Downtime { get { return downtime; } set { downtime = value; } } /// /// 主制程索引号 /// [Description("制程号")] [Nullable(true)] [DataLength(32)] public string IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 上料行ID(炉计划ID+2位流水) /// private string heatPlanSqe = ""; /// /// 判定单号 /// private string jugdeApplyCode = ""; /// /// 排产支 /// private decimal? planIndoubleNum = null; /// /// 排产吨 /// private decimal? planIndoubleWt = null; /// /// 实际上料支 /// private decimal? realIndoubleNum = null; /// /// 实际上料吨 /// private decimal? realIndoubleWt = null; /// /// 实际产出支 /// private decimal? realOutdoubleNum = null; /// /// 实际产出吨 /// private decimal? realOutdoubleWt = null; /// /// 上料行ID(炉计划ID+2位流水) /// [Description("上料行Id")] [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(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(10)] public decimal? RealOutdoubleNum { get { return realOutdoubleNum; } set { realOutdoubleNum = value; } } /// /// 实际产出吨 /// [Description("生产完成吨")] [Nullable(true)] [DataLength(10)] public decimal? RealOutdoubleWt { get { return realOutdoubleWt; } set { realOutdoubleWt = value; } } /// /// 组号 /// private string batchGroudNo = ""; /// /// 组号 /// [Description("组号")] [Nullable(true)] [DataLength(3)] public string BatchGroudNo { get { return batchGroudNo; } set { batchGroudNo = value; } } private string feedHeatNo = ""; [Description("上料炉号")] public string FeedHeatNo { get { return feedHeatNo; } set { feedHeatNo = value; } } private string memo = ""; [Description("备注")] public string Memo { get { return memo; } set { memo = value; } } /// /// 生产批次 /// private string zyBatchIdZg = ""; [Description("轧管生产批次")] public string ZyBatchIdZg { get { return zyBatchIdZg; } set { zyBatchIdZg = value; } } private string decision = ""; [Description("判定字头")] public string Decision { get { return decision; } set { decision = value; } } private string planstatusGx = ""; [Description("上工序状态")] public string PlanstatusGx { get { return planstatusGx; } set { planstatusGx = value; } } private string actCount = ""; [Description("库存挂料剩余支")] public string ActCount { get { return actCount; } set { actCount = value; } } private string passName = ""; [Description("孔型描述")] public string PassName { get { return passName; } set { passName = value; } } private string flagStoveNo = ""; [Description("标示炉号")] public string FlagStoveNo { get { return flagStoveNo; } set { flagStoveNo = value; } } private string storageNo = ""; [Description("仓库名称")] public string StorageNo { get { return storageNo; } set { storageNo = value; } } private string applyDesc = ""; [Description("问题描述")] public string ApplyDesc { get { return applyDesc; } set { applyDesc = value; } } } }