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.YdmStuffManage.Entity
{
class StlLgGroupEntity1
{
///
/// 虚拟炉号
///
private string furnaceno = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 连铸炉号
///
private string ccmstoveno = "";
///
/// 判定炉号
///
private string judgeStoveNoSeq = "";
///
/// 浇次号
///
private string castNo = "";
///
/// 浇次炉数
///
private decimal? heatcnt = null;
///
/// 铸机号
///
private string ccmid = "";
///
/// 铸流号
///
private string flowno = "";
///
/// 切割序号
///
private string cutseqno = "";
///
/// 物料码
///
private string materialNo = "";
///
/// 物料描叙
///
private string materialName = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种
///
private string gradename = "";
///
/// 组号
///
private string batchGroudNo = "";
///
/// 标示炉号(打印炉号)
///
private string flagStoveNo = "";
///
/// 内控标准号
///
private string standardscode = "";
///
/// 内控标准号描述
///
private string standardremak = "";
///
/// 直径
///
private string diameter = null;
///
/// 单倍长度
///
private decimal? fixLen = null;
///
/// 支数
///
private decimal? actCount = null;
///
/// 产线代码
///
private string plineCode = "";
///
/// 物料码(原)
///
private string oldMaterialNo = "";
///
/// 物料描叙(原)
///
private string oldMaterialName = "";
///
/// 钢种代码(原)
///
private string oldGradecode = "";
///
/// 钢种(原)
///
private string oldGradename = "";
///
/// 判定炉号(原)
///
private string oldJudgeStoveNoSeq = "";
///
/// 直径(原)
///
private string oldDiameter = null;
///
/// 重量
///
private decimal? weight = null;
///
/// 操作ID(年月日+5位流水)
///
private string operationId = "";
///
/// 倍尺数
///
private decimal? fixNum = null;
///
/// 倍尺数(原)
///
private decimal? oldFixNum = null;
///
/// 铸造订单编号
///
private string proPlanId = "";
///
/// 工序排产序号
///
private string gxPlanNo = "";
///
/// 管坯需求编号
///
private string gpreqId = "";
///
/// 生产合同号(内部管理号)
///
private string proOrderNo = "";
///
/// 组炉主炉号
///
private string mainJudgeStoveNo = "";
///
/// 熔炼炉号(原)
///
private string oldStoveNo = "";
///
/// 铸造订单编号(原)
///
private string oldProPlanId = "";
///
/// 工序排产序号(原)
///
private string oldGxPlanNo = "";
///
/// 管坯需求编号(原)
///
private string oldGpreqId = "";
///
/// 顺序号(虚拟炉号)
///
private string sequenceno = "";
///
/// 组批时间
///
private string zpTime = "";
///
/// 操作人
///
private string colUser = "";
///
/// 操作班次
///
private string colShift = "";
///
/// 操作班组
///
private string colGroup = "";
private string judgeStoveNo = "";
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(false)]
[DataLength(6)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
private string oldJudgeStoveNo = "";
///
/// 判定炉号(原)
///
[Description("判定炉号(原)")]
[Nullable(false)]
[DataLength(6)]
public string OldJudgeStoveNo
{
get { return oldJudgeStoveNo; }
set { oldJudgeStoveNo = value; }
}
///
/// 虚拟炉号
///
[Description("虚拟炉号")]
[Nullable(false)]
[DataLength(20)]
public string Furnaceno
{
get { return furnaceno; }
set { furnaceno = value; }
}
///
/// 熔炼炉号
///
[Description("熔炼炉号")]
[Nullable(true)]
[DataLength(10)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 连铸炉号
///
[Description("连铸炉号")]
[Nullable(true)]
[DataLength(10)]
public string Ccmstoveno
{
get { return ccmstoveno; }
set { ccmstoveno = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(false)]
[DataLength(6)]
public string JudgeStoveNoSeq
{
get { return judgeStoveNoSeq; }
set { judgeStoveNoSeq = value; }
}
///
/// 浇次号
///
[Description("浇次号")]
[Nullable(true)]
[DataLength(10)]
public string CastNo
{
get { return castNo; }
set { castNo = value; }
}
///
/// 浇次炉数
///
[Description("浇次炉数")]
[Nullable(true)]
[DataLength(5)]
public decimal? Heatcnt
{
get { return heatcnt; }
set { heatcnt = value; }
}
///
/// 铸机号
///
[Description("铸机号")]
[Nullable(true)]
[DataLength(4)]
public string Ccmid
{
get { return ccmid; }
set { ccmid = value; }
}
///
/// 铸流号
///
[Description("铸流号")]
[Nullable(true)]
[DataLength(2)]
public string Flowno
{
get { return flowno; }
set { flowno = value; }
}
///
/// 切割序号
///
[Description("切割序号")]
[Nullable(true)]
[DataLength(4)]
public string Cutseqno
{
get { return cutseqno; }
set { cutseqno = value; }
}
///
/// 物料码
///
[Description("物料码")]
[Nullable(true)]
[DataLength(30)]
public string MaterialNo
{
get { return materialNo; }
set { materialNo = value; }
}
///
/// 物料描叙
///
[Description("物料描叙")]
[Nullable(true)]
[DataLength(100)]
public string MaterialName
{
get { return materialName; }
set { materialName = value; }
}
///
/// 钢种代码
///
[Description("钢种代码")]
[Nullable(true)]
[DataLength(50)]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 钢种
///
[Description("钢种")]
[Nullable(true)]
[DataLength(20)]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 组号
///
[Description("组号")]
[Nullable(true)]
[DataLength(3)]
public string BatchGroudNo
{
get { return batchGroudNo; }
set { batchGroudNo = value; }
}
///
/// 标示炉号(打印炉号)
///
[Description("标示炉号(打印炉号)")]
[Nullable(true)]
[DataLength(20)]
public string FlagStoveNo
{
get { return flagStoveNo; }
set { flagStoveNo = value; }
}
///
/// 内控标准号
///
[Description("标准代码")]
[Nullable(true)]
[DataLength(20)]
public string Standardscode
{
get { return standardscode; }
set { standardscode = value; }
}
///
/// 内控标准号描述
///
[Description("标准")]
[Nullable(true)]
[DataLength(200)]
public string Standardremak
{
get { return standardremak; }
set { standardremak = value; }
}
///
/// 直径
///
[Description("直径")]
[Nullable(true)]
[DataLength(22)]
public string Diameter
{
get { return diameter; }
set { diameter = value; }
}
///
/// 单倍长度
///
[Description("单倍长度")]
[Nullable(true)]
[DataLength(5)]
public decimal? FixLen
{
get { return fixLen; }
set { fixLen = value; }
}
///
/// 支数
///
[Description("支数")]
[Nullable(true)]
[DataLength(3)]
public decimal? ActCount
{
get { return actCount; }
set { actCount = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 物料码(原)
///
[Description("物料码(原)")]
[Nullable(true)]
[DataLength(30)]
public string OldMaterialNo
{
get { return oldMaterialNo; }
set { oldMaterialNo = value; }
}
///
/// 物料描叙(原)
///
[Description("物料描叙(原)")]
[Nullable(true)]
[DataLength(100)]
public string OldMaterialName
{
get { return oldMaterialName; }
set { oldMaterialName = value; }
}
///
/// 钢种代码(原)
///
[Description("钢种代码(原)")]
[Nullable(true)]
[DataLength(50)]
public string OldGradecode
{
get { return oldGradecode; }
set { oldGradecode = value; }
}
///
/// 钢种(原)
///
[Description("钢种(原)")]
[Nullable(true)]
[DataLength(20)]
public string OldGradename
{
get { return oldGradename; }
set { oldGradename = value; }
}
///
/// 判定炉号(原)
///
[Description("判定炉号(原)")]
[Nullable(true)]
[DataLength(6)]
public string OldJudgeStoveNoSeq
{
get { return oldJudgeStoveNoSeq; }
set { oldJudgeStoveNoSeq = value; }
}
///
/// 直径(原)
///
[Description("直径(原)")]
[Nullable(true)]
[DataLength(22)]
public string OldDiameter
{
get { return oldDiameter; }
set { oldDiameter = value; }
}
///
/// 重量
///
[Description("重量")]
[Nullable(true)]
[DataLength(22)]
public decimal? Weight
{
get { return weight; }
set { weight = value; }
}
///
/// 操作ID(年月日+5位流水)
///
[Description("操作ID(年月日+5位流水)")]
[Nullable(false)]
[DataLength(20)]
public string OperationId
{
get { return operationId; }
set { operationId = value; }
}
///
/// 倍尺数
///
[Description("倍尺数")]
[Nullable(true)]
[DataLength(1)]
public decimal? FixNum
{
get { return fixNum; }
set { fixNum = value; }
}
///
/// 倍尺数(原)
///
[Description("倍尺数(原)")]
[Nullable(true)]
[DataLength(1)]
public decimal? OldFixNum
{
get { return oldFixNum; }
set { oldFixNum = 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 ProOrderNo
{
get { return proOrderNo; }
set { proOrderNo = value; }
}
///
/// 组炉主炉号
///
[Description("组炉主炉号")]
[Nullable(true)]
[DataLength(20)]
public string MainJudgeStoveNo
{
get { return mainJudgeStoveNo; }
set { mainJudgeStoveNo = value; }
}
///
/// 熔炼炉号(原)
///
[Description("熔炼炉号(原)")]
[Nullable(true)]
[DataLength(10)]
public string OldStoveNo
{
get { return oldStoveNo; }
set { oldStoveNo = value; }
}
///
/// 铸造订单编号(原)
///
[Description("铸造订单编号(原)")]
[Nullable(true)]
[DataLength(20)]
public string OldProPlanId
{
get { return oldProPlanId; }
set { oldProPlanId = value; }
}
///
/// 工序排产序号(原)
///
[Description("工序排产序号(原)")]
[Nullable(true)]
[DataLength(10)]
public string OldGxPlanNo
{
get { return oldGxPlanNo; }
set { oldGxPlanNo = value; }
}
///
/// 管坯需求编号(原)
///
[Description("管坯需求编号(原)")]
[Nullable(true)]
[DataLength(20)]
public string OldGpreqId
{
get { return oldGpreqId; }
set { oldGpreqId = value; }
}
///
/// 顺序号(虚拟炉号)
///
[Description("顺序号(虚拟炉号)")]
[Nullable(true)]
[DataLength(20)]
public string Sequenceno
{
get { return sequenceno; }
set { sequenceno = value; }
}
///
/// 组批时间
///
[Description("组批时间")]
[Nullable(true)]
public string ZpTime
{
get { return zpTime; }
set { zpTime = value; }
}
///
/// 操作人
///
[Description("操作人")]
[Nullable(true)]
[DataLength(20)]
public string ColUser
{
get { return colUser; }
set { colUser = value; }
}
///
/// 操作班次
///
[Description("操作班次")]
[Nullable(true)]
[DataLength(1)]
public string ColShift
{
get { return colShift; }
set { colShift = value; }
}
///
/// 操作班组
///
[Description("操作班组")]
[Nullable(true)]
[DataLength(1)]
public string ColGroup
{
get { return colGroup; }
set { colGroup = value; }
}
}
}