using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace com.steering.mes.mcp.entity { /// /// 数据库表PLN_ZY_DBK_M所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-201412141732 时间:2016-05-25 /// [Serializable] public class PlnZyDbkMEntity { /// /// 炉批计划ID /// private string heatPlanNo = ""; /// /// 镦拔扩作业批次号 /// private string zyBatchId = ""; /// /// 批次生产序号 /// private string prodIndex = ""; /// /// 镦拔扩订单编号 /// private string proPlanId = ""; /// /// 订单排产序号 /// private string gxPlanNo = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 轧管炉计划号 /// private string zgHeatPlanNo = ""; /// /// 炉号 /// private string judgeStoveNo = ""; /// /// 性能批号 /// private string zgBatchNo = ""; /// /// 是否末工序(末工序时合同成品属性有效) /// private string isendgx = ""; /// /// 主合同来源(销售合同、备料需求、补量需求) /// private string orderSource = ""; /// /// 主交货编码PK /// private string ordLnDlyPk = ""; /// /// 主合同号 /// private string orderNo = ""; /// /// 主合同行号 /// private string orderSeq = ""; /// /// 主交货编码 /// private string deliveryNo = ""; /// /// 主备料需求号 /// private string reqBlId = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 工序目标外径 /// private string aimoutdiameter = null; /// /// 工序目标壁厚 /// private string aimwallthick = null; /// /// 工序目标长度 /// private string aimlength = null; /// /// 原料管外径 /// private string outdiameterIn = null; /// /// 原料管壁厚 /// private string wallthickIn = null; /// /// 原料管长度 /// private string lengthIn = null; /// /// 原料管最大长度 /// private string lengthmaxIn = null; /// /// 原料管最小长度 /// private string lengthminIn = null; /// /// 切头(mm) /// private string lenCuthead = null; /// /// 切尾(mm) /// private string lenCutend = null; /// /// 投入物料编码 /// private string inwlId = ""; /// /// 投入物料描述 /// private string inwlDesc = ""; /// /// 计划投入重量 /// private double inWt; /// /// 计划投入支数 /// private int inNum; /// /// 是否挂料确定 /// private string ifWlMatched = ""; /// /// 产出物料编码 /// private string outwlId = ""; /// /// 产出物料描述 /// private string outwlDesc = ""; /// /// 计划产出重量 /// private string outWt = null; /// /// 计划产出支数 /// private string outNum = null; /// /// 是否镦拔扩监制 /// private string ifMonitorDbk = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 本工序监制点 /// private string monitorPoint = ""; /// /// 工艺文件号 /// private string craftFileNo = ""; /// /// 工艺文件责任人 /// private string craftFileMan = ""; /// /// 工艺序号 /// private string craftSeq = null; /// /// 本工序点路径 /// private string stationRoad = ""; /// /// 计划状态(0计划,1生产中,2生产完成) /// private string planstatus = ""; /// /// 实际投入重量 /// private string inWtReal = null; /// /// 实际投入支数 /// private string inNumReal = null; /// /// 实际产出重量 /// private string outWtReal = null; /// /// 实际产出支数 /// private string outNumReal = null; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; private string beginTime; public string BeginTime { get { return beginTime; } set { beginTime = value; } } private string endTime; public string EndTime { get { return endTime; } set { endTime = value; } } private string batchGroudNo; public string BatchGroudNo { get { return batchGroudNo; } set { batchGroudNo = value; } } /// /// 炉批计划ID /// [Description("炉批计划ID")] [Nullable(false)] [DataLength(20)] public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// 镦拔扩作业批次号 /// [Description("镦拔扩作业批次号")] [Nullable(true)] [DataLength(20)] public string ZyBatchId { get { return zyBatchId; } set { zyBatchId = value; } } /// /// 批次生产序号 /// [Description("批次生产序号")] [Nullable(true)] [DataLength(20)] public string ProdIndex { get { return prodIndex; } set { prodIndex = 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; } } /// /// 上料炉号 /// private string feedHeatNo = ""; /// /// 上料炉号 /// [Description("上料炉号")] [Nullable(true)] [DataLength(20)] public string FeedHeatNo { get { return feedHeatNo; } set { feedHeatNo = 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(20)] public string ZgHeatPlanNo { get { return zgHeatPlanNo; } set { zgHeatPlanNo = value; } } /// /// JUDGE_STOVE_NO /// [Description("炉号")] [Nullable(true)] [DataLength(20)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 性能批号 /// [Description("性能批号")] [Nullable(true)] [DataLength(20)] public string ZgBatchNo { get { return zgBatchNo; } set { zgBatchNo = value; } } /// /// 是否末工序(末工序时合同成品属性有效) /// [Description("是否末工序(末工序时合同成品属性有效)")] [Nullable(true)] [DataLength(1)] public string Isendgx { get { return isendgx; } set { isendgx = 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(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 Aimoutdiameter { get { return aimoutdiameter; } set { aimoutdiameter = value; } } /// /// 工序目标壁厚 /// [Description("工序目标壁厚")] [Nullable(true)] [DataLength(10)] public string Aimwallthick { get { return aimwallthick; } set { aimwallthick = value; } } /// /// 工序目标长度 /// [Description("工序目标长度")] [Nullable(true)] [DataLength(10)] public string Aimlength { get { return aimlength; } set { aimlength = value; } } /// /// 原料管外径 /// [Description("原料管外径")] [Nullable(true)] [DataLength(10)] public string OutdiameterIn { get { return outdiameterIn; } set { outdiameterIn = value; } } /// /// 原料管壁厚 /// [Description("原料管壁厚")] [Nullable(true)] [DataLength(10)] public string WallthickIn { get { return wallthickIn; } set { wallthickIn = value; } } /// /// 原料管长度 /// [Description("原料管长度")] [Nullable(true)] [DataLength(10)] public string LengthIn { get { return lengthIn; } set { lengthIn = value; } } /// /// 原料管最大长度 /// [Description("原料管最大长度")] [Nullable(true)] [DataLength(10)] public string LengthmaxIn { get { return lengthmaxIn; } set { lengthmaxIn = value; } } /// /// 原料管最小长度 /// [Description("原料管最小长度")] [Nullable(true)] [DataLength(10)] public string LengthminIn { get { return lengthminIn; } set { lengthminIn = value; } } /// /// 切头(mm) /// [Description("切头(mm)")] [Nullable(true)] [DataLength(10)] public string LenCuthead { get { return lenCuthead; } set { lenCuthead = value; } } /// /// 切尾(mm) /// [Description("切尾(mm)")] [Nullable(true)] [DataLength(10)] public string LenCutend { get { return lenCutend; } set { lenCutend = value; } } /// /// 投入物料编码 /// [Description("投入物料编码")] [Nullable(true)] [DataLength(20)] public string InwlId { get { return inwlId; } set { inwlId = value; } } /// /// 投入物料描述 /// [Description("投入物料描述")] [Nullable(true)] [DataLength(40)] public string InwlDesc { get { return inwlDesc; } set { inwlDesc = value; } } /// /// 计划投入重量 /// [Description("计划投入重量")] [Nullable(true)] [DataLength(10)] public double InWt { get { return inWt; } set { inWt = value; } } /// /// 计划投入支数 /// [Description("计划投入支数")] [Nullable(true)] [DataLength(10)] public int InNum { get { return inNum; } set { inNum = value; } } /// /// 是否挂料确定 /// [Description("是否挂料确定")] [Nullable(true)] [DataLength(1)] public string IfWlMatched { get { return ifWlMatched; } set { ifWlMatched = value; } } /// /// 产出物料编码 /// [Description("产出物料编码")] [Nullable(true)] [DataLength(20)] public string OutwlId { get { return outwlId; } set { outwlId = value; } } /// /// 产出物料描述 /// [Description("产出物料描述")] [Nullable(true)] [DataLength(40)] public string OutwlDesc { get { return outwlDesc; } set { outwlDesc = value; } } /// /// 计划产出重量 /// [Description("计划产出重量")] [Nullable(true)] [DataLength(10)] public string OutWt { get { return outWt; } set { outWt = value; } } /// /// 计划产出支数 /// [Description("计划产出支数")] [Nullable(true)] [DataLength(10)] public string OutNum { get { return outNum; } set { outNum = value; } } /// /// 是否镦拔扩监制 /// [Description("是否镦拔扩监制")] [Nullable(true)] [DataLength(1)] public string IfMonitorDbk { get { return ifMonitorDbk; } set { ifMonitorDbk = 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 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 string CraftSeq { get { return craftSeq; } set { craftSeq = value; } } /// /// 本工序点路径 /// [Description("本工序点路径")] [Nullable(true)] [DataLength(200)] public string StationRoad { get { return stationRoad; } set { stationRoad = value; } } /// /// 计划状态(0计划,1生产中,2生产完成) /// [Description("计划状态(0计划,1生产中,2生产完成)")] [Nullable(true)] [DataLength(20)] public string Planstatus { get { return planstatus; } set { planstatus = value; } } /// /// 实际投入重量 /// [Description("实际投入重量")] [Nullable(true)] [DataLength(10)] public string InWtReal { get { return inWtReal; } set { inWtReal = value; } } /// /// 实际投入支数 /// [Description("实际投入支数")] [Nullable(true)] [DataLength(10)] public string InNumReal { get { return inNumReal; } set { inNumReal = value; } } /// /// 实际产出重量 /// [Description("实际产出重量")] [Nullable(true)] [DataLength(10)] public string OutWtReal { get { return outWtReal; } set { outWtReal = value; } } /// /// 实际产出支数 /// [Description("实际产出支数")] [Nullable(true)] [DataLength(10)] public string OutNumReal { get { return outNumReal; } set { outNumReal = 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; } } } }