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
{
///
/// 热处理计划实体类
///
[Serializable]
///
/// 数据库表PLN_ZY_RCL_M所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20160925CXYF 时间:2016-11-24
///
public class HttPlan
{
///
/// 炉计划ID
///
private string heatPlanNo = "";
///
/// 热处理生产批次号
///
private string zyBatchId = "";
///
/// 批次生产序号
///
private string prodIndex = "";
///
/// 热处理订单编号
///
private string proPlanId = "";
///
/// 订单排产序号
///
private string gxPlanNo = "";
///
/// 上工序名称
///
private string gxNameLast = "";
///
/// 上工序炉批计划ID
///
private string lastHeatPlanNo = "";
///
/// 炉号
///
private string judgeStoveNo = "";
///
/// 批号
///
private string lastBatchNo = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 产线描述
///
private string plineName = "";
///
/// 是否末工序(末工序时合同成品属性有效)
///
private string isendgx = "";
///
/// 主合同来源(销售合同、备料需求、补量需求)
///
private string orderSource = "";
///
/// 主交货编码PK
///
private string ordLnDlyPk = "";
///
/// 主合同号
///
private string orderNo = "";
///
/// 主合同行号
///
private string orderSeq = "";
///
/// 主交货编码
///
private string deliveryNo = "";
///
/// 主备料需求号
///
private string reqBlId = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 成品外径
///
private decimal? outdiameter = null;
///
/// 成品壁厚
///
private decimal? wallthick = null;
///
/// 合同长度描述
///
private string lengthdisc = "";
///
/// 成品最小长度
///
private decimal? cpLengthmin = null;
///
/// 成品最大长度
///
private decimal? cpLengthmax = null;
///
/// 原料管外径
///
private decimal? outdiameterIn = null;
///
/// 原料管壁厚
///
private decimal? wallthickIn = null;
///
/// 原料管长度
///
private decimal? lengthIn = null;
///
/// 原料管最大长度
///
private decimal? lengthmaxIn = null;
///
/// 原料管最小长度
///
private decimal? lengthminIn = null;
///
/// 工序目标长度
///
private decimal? lengthOut = null;
///
/// 投入物料编码
///
private string inwlId = "";
///
/// 投入物料描述
///
private string inwlDesc = "";
///
/// 计划投入重量
///
private decimal? inWt = null;
///
/// 计划投入支数
///
private decimal? inNum = null;
///
/// 是否挂料确定
///
private string ifWlMatched = "";
///
/// 产出物料编码
///
private string outwlId = "";
///
/// 产出物料描述
///
private string outwlDesc = "";
///
/// 计划产出重量
///
private decimal? outWt = null;
///
/// 计划产出支数
///
private decimal? outNum = null;
///
/// 是否热处理监制
///
private string ifMonitorRcl = "";
///
/// 监制编号
///
private string prdcrNo = "";
///
/// 本工序监制点
///
private string monitorPoint = "";
///
/// 工艺文件号
///
private string craftFileNo = "";
///
/// 工艺文件责任人
///
private string craftFileMan = "";
///
/// 工艺序号
///
private decimal? craftSeq = null;
///
/// 本工序点路径
///
private string stationRoad = "";
///
/// 计划状态(0计划,1下发,2生产中,3生产完成)
///
private string planstatus = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 实际投入重量
///
private decimal? inWtReal = null;
///
/// 实际投入支数
///
private decimal? inNumReal = null;
///
/// 实际产出重量
///
private decimal? outWtReal = null;
///
/// 实际产出支数
///
private decimal? outNumReal = null;
///
/// 组号
///
private string batchGroudNo = "";
///
/// 炉计划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; }
}
///
/// 上工序名称
///
[Description("上工序名称")]
[Nullable(true)]
[DataLength(20)]
public string GxNameLast
{
get { return gxNameLast; }
set { gxNameLast = value; }
}
///
/// 上工序炉批计划ID
///
[Description("上工序炉批计划ID")]
[Nullable(true)]
[DataLength(20)]
public string LastHeatPlanNo
{
get { return lastHeatPlanNo; }
set { lastHeatPlanNo = value; }
}
///
/// 炉号
///
[Description("炉号")]
[Nullable(true)]
[DataLength(20)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 批号
///
[Description("批号")]
[Nullable(true)]
[DataLength(20)]
public string LastBatchNo
{
get { return lastBatchNo; }
set { lastBatchNo = 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(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 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 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 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(100)]
public string Lengthdisc
{
get { return lengthdisc; }
set { lengthdisc = value; }
}
///
/// 成品最小长度
///
[Description("成品最小长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? CpLengthmin
{
get { return cpLengthmin; }
set { cpLengthmin = value; }
}
///
/// 成品最大长度
///
[Description("成品最大长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? CpLengthmax
{
get { return cpLengthmax; }
set { cpLengthmax = 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("原料管最大长度")]
[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? LengthOut
{
get { return lengthOut; }
set { lengthOut = 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 decimal? InWt
{
get { return inWt; }
set { inWt = value; }
}
///
/// 计划投入支数
///
[Description("计划投入支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? 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 decimal? OutWt
{
get { return outWt; }
set { outWt = value; }
}
///
/// 计划产出支数
///
[Description("计划产出支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? OutNum
{
get { return outNum; }
set { outNum = value; }
}
///
/// 是否热处理监制
///
[Description("是否热处理监制")]
[Nullable(true)]
[DataLength(1)]
public string IfMonitorRcl
{
get { return ifMonitorRcl; }
set { ifMonitorRcl = 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 decimal? CraftSeq
{
get { return craftSeq; }
set { craftSeq = value; }
}
///
/// 本工序点路径
///
[Description("本工序点路径")]
[Nullable(true)]
[DataLength(200)]
public string StationRoad
{
get { return stationRoad; }
set { stationRoad = value; }
}
///
/// 计划状态(0计划,1下发,2生产中,3生产完成)
///
[Description("计划状态(0计划,1下发,2生产中,3生产完成)")]
[Nullable(true)]
[DataLength(20)]
public string Planstatus
{
get { return planstatus; }
set { planstatus = 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(10)]
public decimal? InWtReal
{
get { return inWtReal; }
set { inWtReal = value; }
}
///
/// 实际投入支数
///
[Description("实际投入支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? InNumReal
{
get { return inNumReal; }
set { inNumReal = value; }
}
///
/// 实际产出重量
///
[Description("实际产出重量")]
[Nullable(true)]
[DataLength(10)]
public decimal? OutWtReal
{
get { return outWtReal; }
set { outWtReal = value; }
}
///
/// 实际产出支数
///
[Description("实际产出支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? OutNumReal
{
get { return outNumReal; }
set { outNumReal = value; }
}
///
/// 组号
///
[Description("组号")]
[Nullable(true)]
[DataLength(3)]
public string BatchGroudNo
{
get { return batchGroudNo; }
set { batchGroudNo = value; }
}
}
}