using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel;
using Core.Mes.Client.Comm.Attribute;
namespace com.steering.mes.zgmil.entity
{
///
/// 数据库表MIL_HOT_CHECK所对应的实体类(生成工具:代码生成工具2.4)
/// 作者:PC201409231755 时间:2015-10-27
///
public class MilHotCheckResultEntity
{///
/// 炉号
///
private string judgeStoveNo = "";
///
/// 标准
///
private string standard = "";
///
/// 品种
///
private string kidn = "";
///
/// 钢种
///
private string steel = "";
///
/// 钢级
///
private string grade = "";
///
/// 规格
///
private string pipeSize = "";
///
/// 编号
///
private string seralNum = "";
///
/// 班次
///
private string colShift = "";
///
/// 班组
///
private string colGroup = "";
///
/// 检验员
///
private string inspector = "";
///
/// 抽检时间
///
private string checkDate = "";
///
/// 备注
///
private string remark = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 实绩编号
///
private string resultNo = "";
///
/// 孔型系列1
///
private string passSeries1 = "";
///
/// 孔型系列2
///
private string passSeries2 = "";
///
/// 孔型系列3
///
private string passSeries3 = "";
///
/// 孔型系列4
///
private string passSeries4 = "";
///
/// 2B值1
///
private string doubleB1 = null;
///
/// 2B值2
///
private string doubleB2 = null;
///
/// 2B值3
///
private string doubleB3 = null;
///
/// 2B值4
///
private string doubleB4 = null;
///
/// 开轧温度
///
private string startTemp = null;
///
/// 终轧温度
///
private string endTemp = null;
///
/// 外径
///
private string outdiameter = null;
///
/// 壁厚
///
private string wallthick = null;
///
/// 外径
///
[Description("外径")]
[Nullable(true)]
[DataLength(10)]
public string Outdiameter
{
get { return outdiameter; }
set { outdiameter = value; }
}
///
/// 壁厚
///
[Description("壁厚")]
[Nullable(true)]
[DataLength(10)]
public string Wallthick
{
get { return wallthick; }
set { wallthick = value; }
}
///
/// 炉号
///
[Description("炉号")]
[Nullable(false)]
[DataLength(20)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 标准
///
[Description("标准")]
[Nullable(true)]
[DataLength(20)]
public string Standard
{
get { return standard; }
set { standard = value; }
}
///
/// 品种
///
[Description("品种")]
[Nullable(true)]
[DataLength(20)]
public string Kidn
{
get { return kidn; }
set { kidn = value; }
}
///
/// 钢种
///
[Description("钢种")]
[Nullable(true)]
[DataLength(20)]
public string Steel
{
get { return steel; }
set { steel = value; }
}
///
/// 钢级
///
[Description("钢级")]
[Nullable(true)]
[DataLength(20)]
public string Grade
{
get { return grade; }
set { grade = value; }
}
///
/// 规格
///
[Description("规格")]
[Nullable(true)]
[DataLength(20)]
public string PipeSize
{
get { return pipeSize; }
set { pipeSize = value; }
}
///
/// 编号
///
[Description("编号")]
[Nullable(true)]
[DataLength(20)]
public string SeralNum
{
get { return seralNum; }
set { seralNum = 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; }
}
///
/// 检验员
///
[Description("检验员")]
[Nullable(true)]
[DataLength(20)]
public string Inspector
{
get { return inspector; }
set { inspector = value; }
}
///
/// 抽检时间
///
[Description("抽检时间")]
[Nullable(true)]
public string CheckDate
{
get { return checkDate; }
set { checkDate = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(200)]
public string Remark
{
get { return remark; }
set { remark = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 实绩编号
///
[Description("实绩编号")]
[Nullable(false)]
[DataLength(20)]
public string ResultNo
{
get { return resultNo; }
set { resultNo = value; }
}
///
/// 孔型系列1
///
[Description("孔型系列1")]
[Nullable(true)]
[DataLength(100)]
public string PassSeries1
{
get { return passSeries1; }
set { passSeries1 = value; }
}
///
/// 孔型系列2
///
[Description("孔型系列2")]
[Nullable(true)]
[DataLength(100)]
public string PassSeries2
{
get { return passSeries2; }
set { passSeries2 = value; }
}
///
/// 孔型系列3
///
[Description("孔型系列3")]
[Nullable(true)]
[DataLength(100)]
public string PassSeries3
{
get { return passSeries3; }
set { passSeries3 = value; }
}
///
/// 孔型系列4
///
[Description("孔型系列3")]
[Nullable(true)]
[DataLength(100)]
public string PassSeries4
{
get { return passSeries4; }
set { passSeries4 = value; }
}
///
/// 2B值1
///
[Description("2B值1")]
[Nullable(true)]
[DataLength(8)]
public string DoubleB1
{
get { return doubleB1; }
set { doubleB1 = value; }
}
///
/// 2B值2
///
[Description("2B值2")]
[Nullable(true)]
[DataLength(8)]
public string DoubleB2
{
get { return doubleB2; }
set { doubleB2 = value; }
}
///
/// 2B值3
///
[Description("2B值3")]
[Nullable(true)]
[DataLength(8)]
public string DoubleB3
{
get { return doubleB3; }
set { doubleB3 = value; }
}
///
/// 2B值4
///
[Description("2B值4")]
[Nullable(true)]
[DataLength(8)]
public string DoubleB4
{
get { return doubleB4; }
set { doubleB4 = value; }
}
///
/// 开轧温度
///
[Description("开轧温度")]
[Nullable(true)]
[DataLength(8)]
public string StartTemp
{
get { return startTemp; }
set { startTemp = value; }
}
///
/// 终轧温度
///
[Description("终轧温度")]
[Nullable(true)]
[DataLength(8)]
public string EndTemp
{
get { return endTemp; }
set { endTemp = value; }
}
///
/// 品种
///
private object cutHeadP;
public object CutHeadP
{
get { return cutHeadP; }
set { cutHeadP = value; }
}
///
/// 钢种
///
private object cutTrailP;
public object CutTrailP
{
get { return cutTrailP; }
set { cutTrailP = value; }
}
///
/// 钢级
///
private object cutOrderP;
public object CutOrderP
{
get { return cutOrderP; }
set { cutOrderP = value; }
}
///
/// 规格
///
private object cutHead;
public object CutHead
{
get { return cutHead; }
set { cutHead = value; }
}
///
/// 编号
///
private object cutTrail;
public object CutTrail
{
get { return cutTrail; }
set { cutTrail = value; }
}
///
/// 班次
///
private object cutOrder;
public object CutOrder
{
get { return cutOrder; }
set { cutOrder = value; }
}
public MilHotCheckResultEntity()
{
inspector = "";
checkDate = "";
cutHeadP = "";
cutTrailP = "";
cutOrderP = "";
cutHead = "";
cutTrail = "";
cutOrder = "";
remark = "";
}
public void Clear()
{
inspector = "";
checkDate = "";
cutHeadP = "";
cutTrailP = "";
cutOrderP = "";
cutHead = "";
cutTrail = "";
cutOrder = "";
remark = "";
}
}
}