using System;
using System.ComponentModel;
using Core.Mes.Client.Comm.Attribute;
namespace Core.StlMes.Client.LgClassModel
{
///
/// 数据库表STL_CCM_OPTINFO所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:zhou 时间:2017-09-03
///
[Serializable]
public class StlCcmOptinfoEntity
{
///
/// 加热处理号
///
private string heatprocessno = "";
///
/// 炉号
///
private string stoveNo = "";
///
/// 岗位编号
///
private string stationcode = "";
///
/// 处理次数
///
private string disposaltime = "";
///
/// 计划钢种
///
private string gradecode = "";
///
/// 连铸号
///
private string ccmstoveno = "";
///
/// 工单号
///
private string woid = "";
///
/// 铸坯断面
///
private string billetsection = "";
///
/// 钢坯定尺
///
private decimal? billetfixsize = null;
///
/// 操作时间
///
private DateTime? optdate ;
///
/// 班次班别
///
private string shiftcode = "";
///
/// 大包包号
///
private string potno = "";
///
/// 大包罐级
///
private string potdistinction = "";
///
/// 大包包龄
///
private decimal? potage = null;
///
/// 大包包况
///
private string potwrapstate = "";
///
/// 连浇炉数
///
private decimal? mouldstovenum = null;
///
/// 上台温度
///
private decimal? pfbaletempt = null;
///
/// 上台大包重量
///
private decimal? pfbalewgt = null;
///
/// 实际上台时刻
///
private DateTime? balepftime;
///
/// 浇注大包包号
///
private string mouldingpotno = "";
///
/// 浇注大包等级
///
private string mouldingpotrank = "";
///
/// 浇注大包重量
///
private decimal? mouldbalewgt = null;
///
/// 浇注大包温度
///
private decimal? mouldbaletempt = null;
///
/// 大包开浇时刻
///
private DateTime? balestarttime;
///
/// 大包停浇时刻
///
private DateTime? baleendtime;
///
/// 大包离台时刻
///
private DateTime? baleleavetime;
///
/// 下台大包重量
///
private decimal? baleleavewgt = null;
///
/// 中包包号
///
private string mwrapno = "";
///
/// 开浇中包重量
///
private decimal? mwrapwgt = null;
///
/// 中包开浇时刻
///
private DateTime? mwrapstarttime;
///
/// 中包停浇时刻
///
private DateTime? mwrapendtime;
///
/// 浇次内顺序
///
private decimal? heatSeq = null;
///
/// 中包使用次数
///
private decimal? bigpotarm1weight = null;
///
/// 浇次号
///
private string mouldno = "";
///
/// 钢包转出余钢
///
private decimal? swrapremainwgt = null;
///
/// 转包中包重量
///
private decimal? smwrapwgt = null;
///
/// 铸坯总计长度
///
private decimal? billetlength = null;
///
/// 铸坯总计重量
///
private decimal? billetwgt = null;
///
/// 铸坯总计支数
///
private decimal? billetnum = null;
///
/// 是否回炉(0:没有回炉,1:回炉)
///
private string isrs = "";
///
/// 工位号
///
private string wsid = "";
///
/// 操作人员
///
private string optpersonnel = "";
///
/// 上次刷新时间
///
private string updatetime = "";
///
/// 备注
///
private string memo = "";
///
/// 加热处理号
///
[Description("加热处理号")]
[Nullable(false)]
[DataLength(20)]
public string Heatprocessno
{
get { return heatprocessno; }
set { heatprocessno = value; }
}
///
/// 炉号
///
[Description("炉号")]
[Nullable(false)]
[DataLength(10)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 岗位编号
///
[Description("岗位编号")]
[Nullable(false)]
[DataLength(5)]
public string Stationcode
{
get { return stationcode; }
set { stationcode = value; }
}
///
/// 处理次数
///
[Description("处理次数")]
[Nullable(false)]
[DataLength(2)]
public string Disposaltime
{
get { return disposaltime; }
set { disposaltime = value; }
}
///
/// 计划钢种
///
[Description("计划钢种")]
[Nullable(true)]
[DataLength(20)]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 连铸号
///
[Description("连铸号")]
[Nullable(true)]
[DataLength(10)]
public string Ccmstoveno
{
get { return ccmstoveno; }
set { ccmstoveno = value; }
}
///
/// 工单号
///
[Description("工单号")]
[Nullable(true)]
[DataLength(30)]
public string Woid
{
get { return woid; }
set { woid = value; }
}
///
/// 铸坯断面
///
[Description("铸坯断面")]
[Nullable(true)]
[DataLength(20)]
public string Billetsection
{
get { return billetsection; }
set { billetsection = value; }
}
///
/// 钢坯定尺
///
[Description("钢坯定尺")]
[Nullable(true)]
[DataLength(22)]
public decimal? Billetfixsize
{
get { return billetfixsize; }
set { billetfixsize = value; }
}
///
/// 操作时间
///
[Description("操作时间")]
[Nullable(true)]
public DateTime? Optdate
{
get { return optdate; }
set { optdate = value; }
}
///
/// 班次班别
///
[Description("班次班别")]
[Nullable(true)]
[DataLength(2)]
public string Shiftcode
{
get { return shiftcode; }
set { shiftcode = value; }
}
///
/// 大包包号
///
[Description("大包包号")]
[Nullable(true)]
[DataLength(6)]
public string Potno
{
get { return potno; }
set { potno = value; }
}
///
/// 大包罐级
///
[Description("大包罐级")]
[Nullable(true)]
[DataLength(6)]
public string Potdistinction
{
get { return potdistinction; }
set { potdistinction = value; }
}
///
/// 大包包龄
///
[Description("大包包龄")]
[Nullable(true)]
[DataLength(22)]
public decimal? Potage
{
get { return potage; }
set { potage = value; }
}
///
/// 大包包况
///
[Description("大包包况")]
[Nullable(true)]
[DataLength(80)]
public string Potwrapstate
{
get { return potwrapstate; }
set { potwrapstate = value; }
}
///
/// 连浇炉数
///
[Description("连浇炉数")]
[Nullable(true)]
[DataLength(10)]
public decimal? Mouldstovenum
{
get { return mouldstovenum; }
set { mouldstovenum = value; }
}
///
/// 上台温度
///
[Description("到站温度")]
[Nullable(true)]
[DataLength(22)]
public decimal? Pfbaletempt
{
get { return pfbaletempt; }
set { pfbaletempt = value; }
}
///
/// 上台大包重量
///
[Description("上台大包重量")]
[Nullable(true)]
[DataLength(22)]
public decimal? Pfbalewgt
{
get { return pfbalewgt; }
set { pfbalewgt = value; }
}
///
/// 实际上台时刻
///
[Description("到站时间")]
[Nullable(true)]
public DateTime? Balepftime
{
get { return balepftime; }
set { balepftime = value; }
}
///
/// 浇注大包包号
///
[Description("浇注大包包号")]
[Nullable(true)]
[DataLength(8)]
public string Mouldingpotno
{
get { return mouldingpotno; }
set { mouldingpotno = value; }
}
///
/// 浇注大包等级
///
[Description("浇注大包等级")]
[Nullable(true)]
[DataLength(4)]
public string Mouldingpotrank
{
get { return mouldingpotrank; }
set { mouldingpotrank = value; }
}
///
/// 浇注大包重量
///
[Description("钢水量")]
[Nullable(true)]
[DataLength(22)]
public decimal? Mouldbalewgt
{
get { return mouldbalewgt; }
set { mouldbalewgt = value; }
}
///
/// 浇注大包温度
///
[Description("浇注大包温度")]
[Nullable(true)]
[DataLength(22)]
public decimal? Mouldbaletempt
{
get { return mouldbaletempt; }
set { mouldbaletempt = value; }
}
///
/// 大包开浇时刻
///
[Description("大包开浇")]
[Nullable(true)]
public DateTime? Balestarttime
{
get { return balestarttime; }
set { balestarttime = value; }
}
///
/// 大包停浇时刻
///
[Description("大包停浇")]
[Nullable(true)]
public DateTime? Baleendtime
{
get { return baleendtime; }
set { baleendtime = value; }
}
///
/// 大包离台时刻
///
[Description("大包停浇")]
[Nullable(true)]
public DateTime? Baleleavetime
{
get { return baleleavetime; }
set { baleleavetime = value; }
}
///
/// 下台大包重量
///
[Description("下台大包重量")]
[Nullable(true)]
[DataLength(22)]
public decimal? Baleleavewgt
{
get { return baleleavewgt; }
set { baleleavewgt = value; }
}
///
/// 中包包号
///
[Description("中包包号")]
[Nullable(true)]
[DataLength(10)]
public string Mwrapno
{
get { return mwrapno; }
set { mwrapno = value; }
}
///
/// 开浇中包重量
///
[Description("开浇中包重量")]
[Nullable(true)]
[DataLength(22)]
public decimal? Mwrapwgt
{
get { return mwrapwgt; }
set { mwrapwgt = value; }
}
///
/// 中包开浇时刻
///
[Description("中包开浇时刻")]
[Nullable(true)]
public DateTime? Mwrapstarttime
{
get { return mwrapstarttime; }
set { mwrapstarttime = value; }
}
///
/// 中包停浇时刻
///
[Description("中包停浇时刻")]
[Nullable(true)]
public DateTime? Mwrapendtime
{
get { return mwrapendtime; }
set { mwrapendtime = value; }
}
///
/// 浇次内顺序
///
[Description("浇次内顺序")]
[Nullable(true)]
[DataLength(22)]
public decimal? HeatSeq
{
get { return heatSeq; }
set { heatSeq = value; }
}
///
/// 中包使用次数
///
[Description("中包使用次数")]
[Nullable(true)]
[DataLength(22)]
public decimal? Bigpotarm1weight
{
get { return bigpotarm1weight; }
set { bigpotarm1weight = value; }
}
///
/// 浇次号
///
[Description("浇次号")]
[Nullable(true)]
[DataLength(10)]
public string Mouldno
{
get { return mouldno; }
set { mouldno = value; }
}
///
/// 钢包转出余钢
///
[Description("大包余钢")]
[Nullable(true)]
[DataLength(22)]
public decimal? Swrapremainwgt
{
get { return swrapremainwgt; }
set { swrapremainwgt = value; }
}
///
/// 转包中包重量
///
[Description("转包中包重量")]
[Nullable(true)]
[DataLength(22)]
public decimal? Smwrapwgt
{
get { return smwrapwgt; }
set { smwrapwgt = value; }
}
///
/// 铸坯总计长度
///
[Description("铸坯总计长度")]
[Nullable(true)]
[DataLength(22)]
public decimal? Billetlength
{
get { return billetlength; }
set { billetlength = value; }
}
///
/// 铸坯总计重量
///
[Description("铸坯总计重量")]
[Nullable(true)]
[DataLength(22)]
public decimal? Billetwgt
{
get { return billetwgt; }
set { billetwgt = value; }
}
///
/// 铸坯总计支数
///
[Description("铸坯总计支数")]
[Nullable(true)]
[DataLength(8)]
public decimal? Billetnum
{
get { return billetnum; }
set { billetnum = value; }
}
///
/// 是否回炉(0:没有回炉,1:回炉)
///
[Description("是否回炉(0:没有回炉,1:回炉)")]
[Nullable(true)]
[DataLength(1)]
public string Isrs
{
get { return isrs; }
set { isrs = value; }
}
///
/// 工位号
///
[Description("工位号")]
[Nullable(true)]
[DataLength(2)]
public string Wsid
{
get { return wsid; }
set { wsid = value; }
}
///
/// 操作人员
///
[Description("操作人员")]
[Nullable(true)]
[DataLength(20)]
public string Optpersonnel
{
get { return optpersonnel; }
set { optpersonnel = value; }
}
///
/// 上次刷新时间
///
[Description("上次刷新时间")]
[Nullable(true)]
public string Updatetime
{
get { return updatetime; }
set { updatetime = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(100)]
public string Memo
{
get { return memo; }
set { memo = value; }
}
}
}