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.InventoryAdjustment.entity
{
///
/// 数据库表PLN_ZY_ZG_M所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20160925CXYF 时间:2017-07-12
///
public class PlnZyZgMEntityAc
{
///
/// 炉批计划ID
///
private string heatPlanNo = "";
///
/// 轧批号
///
private string zyBatchId = "";
///
/// 批次生产序号
///
private string prodIndex = "";
///
/// 轧管订单编号
///
private string proPlanId = "";
///
/// 工序排产序号
///
private string gxPlanNo = "";
///
/// 管坯需求编号
///
private string gpreqId = "";
///
/// 炉号
///
private string heatnoLast = "";
///
/// 产线代码
///
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 gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 轧管转移长度上限(m)
///
private decimal? lenRollMax = null;
///
/// 轧管转移长度下限(m)
///
private decimal? lenRollMin = null;
///
/// 工序目标外径
///
private decimal? aimoutdiameter = null;
///
/// 工序目标壁厚
///
private decimal? aimwallthick = null;
///
/// 工序目标长度
///
private decimal? aimlength = null;
///
/// 管坯直径
///
private decimal? diameterGp = null;
///
/// 管坯长度
///
private decimal? lengthGp = null;
///
/// 单倍坯长
///
private decimal? lenGpSingle = null;
///
/// 轧后长度
///
private decimal? rollLength = null;
///
/// 切头(mm)
///
private decimal? lenCuthead = null;
///
/// 切尾(mm)
///
private decimal? lenCutend = null;
///
/// 分切数
///
private decimal? outnumCut = null;
///
/// 芯棒直径
///
private decimal? diameterMandrel = null;
///
/// 孔型代码(4007)
///
private string passCode = "";
///
/// 孔型描述
///
private string passName = "";
///
/// 投入物料编码
///
private string inwlId = "";
///
/// 投入物料描述
///
private string inwlDesc = "";
///
/// 计划单倍坯重量
///
private decimal? cutSingleWt = null;
///
/// 计划单倍坯支数
///
private decimal? cutSingleNum = null;
///
/// 是否挂料确定
///
private string ifWlMatched = "";
///
/// 产出物料编码
///
private string outwlId = "";
///
/// 产出物料描述
///
private string outwlDesc = "";
///
/// 计划产出重量
///
private decimal? outWt = null;
///
/// 计划产出支数
///
private decimal? outNum = null;
///
/// 是否轧管监制
///
private string ifMonitorZg = "";
///
/// 监制编号
///
private string prdcrNo = "";
///
/// 本工序监制点
///
private string monitorPoint = "";
///
/// 工艺文件号
///
private string craftFileNo = "";
///
/// 工艺文件责任人
///
private string craftFileMan = "";
///
/// 工艺序号
///
private decimal? craftSeq = null;
///
/// 本工序点路径
///
private string stationRoad = "";
///
/// 计划状态(0计划,1下发,2生产中,3生产完成,4关闭A)
///
private string planstatus = "";
///
/// 实际投入重量
///
private decimal? inWtReal = null;
///
/// 实际投入支数
///
private decimal? inNumReal = null;
///
/// 实际产出重量
///
private decimal? outWtReal = null;
///
/// 实际产出支数
///
private decimal? outNumReal = null;
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 计划管坯支数
///
private decimal? planGpNum = null;
///
/// 生产炉号
///
private string realStoveNo = "";
///
/// 炉批计划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 GpreqId
{
get { return gpreqId; }
set { gpreqId = value; }
}
///
/// 炉号
///
[Description("炉号")]
[Nullable(true)]
[DataLength(20)]
public string HeatnoLast
{
get { return heatnoLast; }
set { heatnoLast = 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 Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 钢种名称
///
[Description("钢种名称")]
[Nullable(true)]
[DataLength(100)]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 轧管转移长度上限(m)
///
[Description("轧管转移长度上限")]
[Nullable(true)]
[DataLength(16)]
public decimal? LenRollMax
{
get { return lenRollMax; }
set { lenRollMax = value; }
}
///
/// 轧管转移长度下限(m)
///
[Description("轧管转移长度下限")]
[Nullable(true)]
[DataLength(16)]
public decimal? LenRollMin
{
get { return lenRollMin; }
set { lenRollMin = 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("管坯直径")]
[Nullable(true)]
[DataLength(10)]
public decimal? DiameterGp
{
get { return diameterGp; }
set { diameterGp = value; }
}
///
/// 管坯长度
///
[Description("管坯长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? LengthGp
{
get { return lengthGp; }
set { lengthGp = value; }
}
///
/// 单倍坯长
///
[Description("单倍坯长")]
[Nullable(true)]
[DataLength(10)]
public decimal? LenGpSingle
{
get { return lenGpSingle; }
set { lenGpSingle = value; }
}
///
/// 轧后长度
///
[Description("轧制长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? RollLength
{
get { return rollLength; }
set { rollLength = value; }
}
///
/// 切头(mm)
///
[Description("切头")]
[Nullable(true)]
[DataLength(10)]
public decimal? LenCuthead
{
get { return lenCuthead; }
set { lenCuthead = value; }
}
///
/// 切尾(mm)
///
[Description("切尾")]
[Nullable(true)]
[DataLength(10)]
public decimal? LenCutend
{
get { return lenCutend; }
set { lenCutend = value; }
}
///
/// 分切数
///
[Description("分切数")]
[Nullable(true)]
[DataLength(10)]
public decimal? OutnumCut
{
get { return outnumCut; }
set { outnumCut = value; }
}
///
/// 芯棒直径
///
[Description("芯棒直径")]
[Nullable(true)]
[DataLength(10)]
public decimal? DiameterMandrel
{
get { return diameterMandrel; }
set { diameterMandrel = value; }
}
///
/// 孔型代码(4007)
///
[Description("孔型代码(4007)")]
[Nullable(true)]
[DataLength(20)]
public string PassCode
{
get { return passCode; }
set { passCode = value; }
}
///
/// 孔型描述
///
[Description("孔型描述")]
[Nullable(true)]
[DataLength(100)]
public string PassName
{
get { return passName; }
set { passName = 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(10)]
public decimal? CutSingleWt
{
get { return cutSingleWt; }
set { cutSingleWt = value; }
}
///
/// 计划单倍坯支数
///
[Description("计划单倍坯支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? CutSingleNum
{
get { return cutSingleNum; }
set { cutSingleNum = value; }
}
///
/// 是否挂料确定
///
[Description("是否挂料确定")]
[Nullable(true)]
[DataLength(1)]
public string IfWlMatched
{
get { return ifWlMatched; }
set { ifWlMatched = 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? 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 IfMonitorZg
{
get { return ifMonitorZg; }
set { ifMonitorZg = 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生产完成,4关闭A)
///
[Description("计划状态")]
[Nullable(true)]
[DataLength(20)]
public string Planstatus
{
get { return planstatus; }
set { planstatus = 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(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? PlanGpNum
{
get { return planGpNum; }
set { planGpNum = value; }
}
///
/// 生产炉号
///
[Description("生产炉号")]
[Nullable(true)]
[DataLength(12)]
public string RealStoveNo
{
get { return realStoveNo; }
set { realStoveNo = value; }
}
}
}