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_ORDER_JGX_S所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20180117CCCC 时间:2018-05-04 /// public class PlnOrderJgxSEntityAmoun { /// /// 主加工线合同号 /// private string proOrderNo = ""; /// /// 加工线订单编号 /// private string proPlanId = ""; /// /// 工序排产序号 /// private string gxPlanNo = ""; /// /// 主排产联动组号 /// private string planGroupId = ""; /// /// 主合同来源(销售合同、备料需求、补量需求) /// private string orderSource = ""; /// /// 交货编码PK /// private string ordLnDlyPk = ""; /// /// 排产流水号 /// private string plnDivideId = ""; /// /// 合同号 /// private string orderNo = ""; /// /// 合同行号 /// private string orderSeq = ""; /// /// 交货编码 /// private string deliveryNo = ""; /// /// 备料需求号 /// private string reqBlId = ""; /// /// 产线编码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 投入物料编码 /// private string inwlId = ""; /// /// 投入物料描述 /// private string inwlDesc = ""; /// /// 产出物料编码 /// private string outwlId = ""; /// /// 产出物料描述 /// private string outwlDesc = ""; /// /// 排产吨 /// private decimal? weigthS = null; /// /// 排产支 /// private decimal? numS = null; /// /// 产线内生产顺序号 /// private string gxProSeq = ""; /// /// 计划耗时(分) /// private decimal? planUsetime = null; /// /// 计划开始时间 /// private string planTimeB = ""; /// /// 计划结束时间 /// private string planTimeE = ""; /// /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭) /// private string exeStatus = ""; /// /// 是否检修计划 /// private string isRepairPln = ""; /// /// 检修类型 /// private string repairType = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 外径 /// private decimal? outdiameter = null; /// /// 壁厚 /// private decimal? wallthick = null; /// /// 最大长度 /// private decimal? lengthmax = null; /// /// 最小长度 /// private decimal? lengthmin = null; /// /// 长度描述 /// private string lengthdisc = ""; /// /// 目标壁厚 /// private decimal? aimwallthick = null; /// /// 目标长度 /// private decimal? aimlength = null; /// /// 短尺率(%) /// private decimal? shrtLenRato = null; /// /// 短尺最短 /// private decimal? shortest = null; /// /// 长尺率(%) /// private decimal? longLenRato = null; /// /// 长尺最长 /// private decimal? longest = null; /// /// 短尺随炉 /// private string shrtStove = ""; /// /// 平均长度大于 /// private decimal? avgLenMin = null; /// /// 最长最短差小于 /// private decimal? difrncLenMax = null; /// /// 单倍尺长 /// private decimal? siglLen = null; /// /// 成品长度公差(单倍尺长专用) /// private decimal? endlenSpecstd = null; /// /// 扣型代码 /// private string modelCode = ""; /// /// 扣型描述 /// private string modelDesc = ""; /// /// 投料最大长度 /// private decimal? lengthmaxIn = null; /// /// 投料最小长度 /// private decimal? lengthminIn = null; /// /// 投料长度 /// private decimal? lengthIn = null; /// /// 计划分切数 /// private decimal? outnumCut = null; /// /// 待投入吨 /// private decimal? inWeightS = null; /// /// 待投入支 /// private decimal? inNumS = null; /// /// 加投吨 /// private decimal? addWtIn = null; /// /// 加投支 /// private decimal? addNumIn = null; /// /// 投入利库吨 /// private decimal? matchWtIn = null; /// /// 投入利库支 /// private decimal? matchNumIn = null; /// /// 是否加工线监制 /// private string ifMonitorJgx = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 本工序监制点 /// private string monitorPoint = ""; /// /// 成分标准索引号集合(内控) /// private string cic = ""; /// /// 材质标准索引号集合(内控) /// private string pic = ""; /// /// 公差标准索引号集合(内控) /// private string sic = ""; /// /// 探伤索引号集合(内控) /// private string dic = ""; /// /// 水压索引码集合(内控) /// private string wic = ""; /// /// 加工标准索引号集合(内控) /// private string gic = ""; /// /// 工艺文件号 /// private string craftFileNo = ""; /// /// 工艺文件责任人 /// private string craftFileMan = ""; /// /// 工艺序号 /// private decimal? craftSeq = null; /// /// 本工序点路径 /// private string stationRoad = ""; /// /// 炉计划已排吨 /// private decimal? batchedWt = null; /// /// 炉计划已排支 /// private decimal? batchedNum = null; /// /// 生产完成吨 /// private decimal? finishweight = null; /// /// 生产完成支 /// private decimal? finishnum = null; /// /// 是否确认 /// private string isPlanOk = ""; /// /// 加工线生产批次 /// private string zyBatchId = ""; /// /// 生产年月 /// private string proMonth = ""; /// /// 前工序名 /// private string previousGx = ""; /// /// 前工序订单号 /// private string prevGxplanId = ""; /// /// 国内外 /// private string ifExport = ""; /// /// 合同用户(最终用户/客户名) /// private string finalUserDesc = ""; /// /// 轧制方式(轧管二级工序名) /// private string processDescCZg = ""; /// /// 默认轧管机组(名) /// private string groupRollName = ""; /// /// 轧管开始时间 /// private string beginTimeZg = ""; /// /// 监制提前通知天(取本工序最大) /// private decimal? prdcrAdvcDay = null; /// /// 制程描述 /// private string wholeBacklogDesc = ""; /// /// 合同紧急度 /// private string priority = ""; /// /// 紧急度备注 /// private string priorityMemo = ""; /// /// 交货期 /// private string delvryEdate = ""; /// /// 到站(名称) /// private string stationNm = ""; /// /// 250厂下线地点 /// private string outlineSite250 = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 备注 /// private string memo = ""; /// /// 确认时间 /// private string issuedTime = ""; /// /// 确认人 /// private string issuedMan = ""; /// /// 最近取消确认时间 /// private string lastUndownTime = ""; /// /// 最近取消确认人 /// private string lastUndownMan = ""; /// /// 合同下发版次(年月日+3位流水) /// private string versionNo = ""; /// /// 加工成本 /// private decimal? processingCost = null; /// /// 完全成本 /// private decimal? totalCost = null; /// /// 炉计划是否下发 /// private string ifStoveIssued = ""; /// /// 炉计划下发时间 /// private string stoveIssuedTime = ""; /// /// 炉计划下发人 /// private string stoveIssuedMan = ""; /// /// 是否上料行 /// private string isOnloadLine = ""; /// /// 二级工序代码 /// private string processCodeC = ""; /// /// 二级工序名称 /// private string processDescC = ""; /// /// 主冶金规范码 /// private string msc = ""; /// /// 主制程索引号 /// private string indexSeq = ""; /// /// 主BOM /// private string bom = ""; /// /// 是否工艺变更锁定 /// private string ifCraftLocked = ""; /// /// 有效标志(1:有效,0:无效) /// private string validflag = ""; /// /// 判定字头 /// private string decision = ""; /// /// 主加工线合同号 /// [Description("主加工线合同号")] [Nullable(true)] [DataLength(20)] public string ProOrderNo { get { return proOrderNo; } set { proOrderNo = value; } } /// /// 加工线订单编号 /// [Description("订单编号")] [Nullable(false)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// 工序排产序号 /// [Description("排产序号")] [Nullable(false)] [DataLength(10)] public string GxPlanNo { get { return gxPlanNo; } set { gxPlanNo = value; } } /// /// 主排产联动组号 /// [Description("主排产联动组号")] [Nullable(true)] [DataLength(40)] public string PlanGroupId { get { return planGroupId; } set { planGroupId = 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(10)] public string PlnDivideId { get { return plnDivideId; } set { plnDivideId = 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 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(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? WeigthS { get { return weigthS; } set { weigthS = value; } } /// /// 排产支 /// [Description("排产支")] [Nullable(true)] [DataLength(10)] public decimal? NumS { get { return numS; } set { numS = value; } } /// /// 产线内生产顺序号 /// [Description("生产顺序号")] [Nullable(true)] [DataLength(20)] public string GxProSeq { get { return gxProSeq; } set { gxProSeq = value; } } /// /// 计划耗时(分) /// [Description("计划耗时(分)")] [Nullable(true)] [DataLength(10)] public decimal? PlanUsetime { get { return planUsetime; } set { planUsetime = value; } } /// /// 计划开始时间 /// [Description("计划开始时间")] [Nullable(true)] public string PlanTimeB { get { return planTimeB; } set { planTimeB = value; } } /// /// 计划结束时间 /// [Description("计划结束时间")] [Nullable(true)] public string PlanTimeE { get { return planTimeE; } set { planTimeE = value; } } /// /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭) /// [Description("执行状态")] [Nullable(true)] [DataLength(10)] public string ExeStatus { get { return exeStatus; } set { exeStatus = value; } } /// /// 是否检修计划 /// [Description("是否检修")] [Nullable(true)] [DataLength(1)] public string IsRepairPln { get { return isRepairPln; } set { isRepairPln = value; } } /// /// 检修类型 /// [Description("检修类型")] [Nullable(true)] [DataLength(40)] public string RepairType { get { return repairType; } set { repairType = 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(10)] public decimal? Outdiameter { get { return outdiameter; } set { outdiameter = value; } } /// /// 壁厚 /// [Description("壁厚")] [Nullable(true)] [DataLength(10)] public decimal? Wallthick { get { return wallthick; } set { wallthick = value; } } /// /// 最大长度 /// [Description("最大长度")] [Nullable(true)] [DataLength(10)] public decimal? Lengthmax { get { return lengthmax; } set { lengthmax = value; } } /// /// 最小长度 /// [Description("最小长度")] [Nullable(true)] [DataLength(10)] public decimal? Lengthmin { get { return lengthmin; } set { lengthmin = value; } } /// /// 长度描述 /// [Description("长度描述")] [Nullable(true)] [DataLength(100)] public string Lengthdisc { get { return lengthdisc; } set { lengthdisc = 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("短尺率(%)")] [Nullable(true)] [DataLength(2)] public decimal? ShrtLenRato { get { return shrtLenRato; } set { shrtLenRato = value; } } /// /// 短尺最短 /// [Description("短尺最短")] [Nullable(true)] [DataLength(5)] public decimal? Shortest { get { return shortest; } set { shortest = value; } } /// /// 长尺率(%) /// [Description("长尺率(%)")] [Nullable(true)] [DataLength(2)] public decimal? LongLenRato { get { return longLenRato; } set { longLenRato = value; } } /// /// 长尺最长 /// [Description("长尺最长")] [Nullable(true)] [DataLength(5)] public decimal? Longest { get { return longest; } set { longest = value; } } /// /// 短尺随炉 /// [Description("短尺随炉")] [Nullable(true)] [DataLength(20)] public string ShrtStove { get { return shrtStove; } set { shrtStove = value; } } /// /// 平均长度大于 /// [Description("平均长度大于")] [Nullable(true)] [DataLength(5)] public decimal? AvgLenMin { get { return avgLenMin; } set { avgLenMin = value; } } /// /// 最长最短差小于 /// [Description("最长最短差小于")] [Nullable(true)] [DataLength(5)] public decimal? DifrncLenMax { get { return difrncLenMax; } set { difrncLenMax = value; } } /// /// 单倍尺长 /// [Description("单倍尺长")] [Nullable(true)] [DataLength(6)] public decimal? SiglLen { get { return siglLen; } set { siglLen = value; } } /// /// 成品长度公差(单倍尺长专用) /// [Description("成品长度公差")] [Nullable(true)] [DataLength(6)] public decimal? EndlenSpecstd { get { return endlenSpecstd; } set { endlenSpecstd = 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(10)] public decimal? LengthmaxIn { get { return lengthmaxIn; } set { lengthmaxIn = value; } } /// /// 投料最小长度 /// [Description("投料最小长度")] [Nullable(true)] [DataLength(10)] public decimal? LengthminIn { get { return lengthminIn; } set { lengthminIn = value; } } /// /// 投料长度 /// [Description("投料长度")] [Nullable(true)] [DataLength(10)] public decimal? LengthIn { get { return lengthIn; } set { lengthIn = value; } } /// /// 计划分切数 /// [Description("计划分切数")] [Nullable(true)] [DataLength(10)] public decimal? OutnumCut { get { return outnumCut; } set { outnumCut = value; } } /// /// 待投入吨 /// [Description("待投入吨")] [Nullable(true)] [DataLength(10)] public decimal? InWeightS { get { return inWeightS; } set { inWeightS = value; } } /// /// 待投入支 /// [Description("待投入支")] [Nullable(true)] [DataLength(10)] public decimal? InNumS { get { return inNumS; } set { inNumS = value; } } /// /// 加投吨 /// [Description("加投吨")] [Nullable(true)] [DataLength(10)] public decimal? AddWtIn { get { return addWtIn; } set { addWtIn = value; } } /// /// 加投支 /// [Description("加投支")] [Nullable(true)] [DataLength(10)] public decimal? AddNumIn { get { return addNumIn; } set { addNumIn = value; } } /// /// 投入利库吨 /// [Description("投入利库吨")] [Nullable(true)] [DataLength(10)] public decimal? MatchWtIn { get { return matchWtIn; } set { matchWtIn = value; } } /// /// 投入利库支 /// [Description("投入利库支")] [Nullable(true)] [DataLength(10)] public decimal? MatchNumIn { get { return matchNumIn; } set { matchNumIn = value; } } /// /// 是否加工线监制 /// [Description("是否监制")] [Nullable(true)] [DataLength(1)] public string IfMonitorJgx { get { return ifMonitorJgx; } set { ifMonitorJgx = 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; } } /// /// 成分标准索引号集合(内控) /// [Description("成分索引码")] [Nullable(true)] [DataLength(400)] public string Cic { get { return cic; } set { cic = value; } } /// /// 材质标准索引号集合(内控) /// [Description("理化索引码")] [Nullable(true)] [DataLength(400)] public string Pic { get { return pic; } set { pic = value; } } /// /// 公差标准索引号集合(内控) /// [Description("公差索引码")] [Nullable(true)] [DataLength(400)] public string Sic { get { return sic; } set { sic = value; } } /// /// 探伤索引号集合(内控) /// [Description("探伤索引码")] [Nullable(true)] [DataLength(400)] public string Dic { get { return dic; } set { dic = value; } } /// /// 水压索引码集合(内控) /// [Description("水压索引码")] [Nullable(true)] [DataLength(400)] public string Wic { get { return wic; } set { wic = value; } } /// /// 加工标准索引号集合(内控) /// [Description("加工索引码")] [Nullable(true)] [DataLength(400)] public string Gic { get { return gic; } set { gic = value; } } /// /// 工艺文件号 /// [Description("工艺文件号")] [Nullable(true)] [DataLength(400)] 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(200)] public string StationRoad { get { return stationRoad; } set { stationRoad = value; } } /// /// 是否确认 /// [Description("是否确认")] [Nullable(true)] [DataLength(1)] public string IsPlanOk { get { return isPlanOk; } set { isPlanOk = value; } } /// /// 加工线生产批次 /// [Description("生产批次")] [Nullable(true)] [DataLength(20)] public string ZyBatchId { get { return zyBatchId; } set { zyBatchId = value; } } /// /// 生产年月 /// [Description("生产年月")] [Nullable(true)] [DataLength(20)] public string ProMonth { get { return proMonth; } set { proMonth = value; } } /// /// 前工序名 /// [Description("前工序名")] [Nullable(true)] [DataLength(40)] public string PreviousGx { get { return previousGx; } set { previousGx = value; } } /// /// 前工序订单号 /// [Description("前工序订单号")] [Nullable(true)] [DataLength(20)] public string PrevGxplanId { get { return prevGxplanId; } set { prevGxplanId = value; } } /// /// 国内外 /// [Description("国内外")] [Nullable(true)] [DataLength(20)] public string IfExport { get { return ifExport; } set { ifExport = value; } } /// /// 合同用户(最终用户/客户名) /// [Description("合同用户")] [Nullable(true)] [DataLength(100)] public string FinalUserDesc { get { return finalUserDesc; } set { finalUserDesc = value; } } /// /// 轧制方式(轧管二级工序名) /// [Description("轧制方式")] [Nullable(true)] [DataLength(50)] public string ProcessDescCZg { get { return processDescCZg; } set { processDescCZg = value; } } /// /// 默认轧管机组(名) /// [Description("默认轧管机组")] [Nullable(true)] [DataLength(100)] public string GroupRollName { get { return groupRollName; } set { groupRollName = value; } } /// /// 轧管开始时间 /// [Description("轧管开始时间")] [Nullable(true)] public string BeginTimeZg { get { return beginTimeZg; } set { beginTimeZg = value; } } /// /// 监制提前通知天(取本工序最大) /// [Description("监制提前通知天")] [Nullable(true)] [DataLength(5)] public decimal? PrdcrAdvcDay { get { return prdcrAdvcDay; } set { prdcrAdvcDay = value; } } /// /// 制程描述 /// [Description("制程描述")] [Nullable(true)] [DataLength(500)] public string WholeBacklogDesc { get { return wholeBacklogDesc; } set { wholeBacklogDesc = 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)] public string DelvryEdate { get { return delvryEdate; } set { delvryEdate = value; } } /// /// 到站(名称) /// [Description("到站(名称)")] [Nullable(true)] [DataLength(100)] public string StationNm { get { return stationNm; } set { stationNm = value; } } /// /// 250厂下线地点 /// [Description("250厂下线地点")] [Nullable(true)] [DataLength(100)] public string OutlineSite250 { get { return outlineSite250; } set { outlineSite250 = value; } } /// /// 创建时间 /// [Description("创建时间")] [Nullable(true)] public string CreateTime { get { return createTime; } set { createTime = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(200)] public string Memo { get { return memo; } set { memo = value; } } /// /// 确认时间 /// [Description("确认时间")] [Nullable(true)] public string IssuedTime { get { return issuedTime; } set { issuedTime = value; } } /// /// 确认人 /// [Description("确认人")] [Nullable(true)] [DataLength(20)] public string IssuedMan { get { return issuedMan; } set { issuedMan = value; } } /// /// 最近取消确认时间 /// [Description("取消确认时间")] [Nullable(true)] public string LastUndownTime { get { return lastUndownTime; } set { lastUndownTime = value; } } /// /// 最近取消确认人 /// [Description("取消确认人")] [Nullable(true)] [DataLength(20)] public string LastUndownMan { get { return lastUndownMan; } set { lastUndownMan = value; } } /// /// 合同下发版次(年月日+3位流水) /// [Description("合同下发版次")] [Nullable(true)] [DataLength(20)] public string VersionNo { get { return versionNo; } set { versionNo = value; } } /// /// 加工成本 /// [Description("加工成本")] [Nullable(true)] [DataLength(10)] public decimal? ProcessingCost { get { return processingCost; } set { processingCost = value; } } /// /// 完全成本 /// [Description("完全成本")] [Nullable(true)] [DataLength(10)] public decimal? TotalCost { get { return totalCost; } set { totalCost = value; } } /// /// 炉计划是否下发 /// [Description("是否下发")] [Nullable(true)] [DataLength(1)] public string IfStoveIssued { get { return ifStoveIssued; } set { ifStoveIssued = value; } } /// /// 炉计划下发时间 /// [Description("下发时间")] [Nullable(true)] public string StoveIssuedTime { get { return stoveIssuedTime; } set { stoveIssuedTime = value; } } /// /// 炉计划下发人 /// [Description("下发人")] [Nullable(true)] [DataLength(20)] public string StoveIssuedMan { get { return stoveIssuedMan; } set { stoveIssuedMan = value; } } /// /// 是否上料行 /// [Description("是否上料行")] [Nullable(true)] [DataLength(1)] public string IsOnloadLine { get { return isOnloadLine; } set { isOnloadLine = 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(20)] public string Msc { get { return msc; } set { msc = value; } } /// /// 主制程索引号 /// [Description("制程索引号")] [Nullable(true)] [DataLength(32)] public string IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 主BOM /// [Description("BOM")] [Nullable(true)] [DataLength(40)] public string Bom { get { return bom; } set { bom = value; } } /// /// 是否工艺变更锁定 /// [Description("是否工艺变更锁定")] [Nullable(true)] [DataLength(1)] public string IfCraftLocked { get { return ifCraftLocked; } set { ifCraftLocked = value; } } /// /// 有效标志(1:有效,0:无效) /// [Description("有效标志")] [Nullable(false)] [DataLength(1)] public string Validflag { get { return validflag; } set { validflag = value; } } /// /// 判定字头 /// [Description("判定字头")] [Nullable(true)] [DataLength(20)] public string Decision { get { return decision; } set { decision = value; } } /// /// 补量需坯支 /// private decimal? amountNum = null; [Description("补量支")] [Nullable(true)] [DataLength(20)] public decimal? AmountNum { get { return amountNum; } set { amountNum = value; } } /// /// 补量需坯吨 /// private decimal? amountWet = null; [Description("补量吨")] [Nullable(true)] [DataLength(20)] public decimal? AmountWet { get { return amountWet; } set { amountWet = value; } } } }