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.Lims.Data.PipeAndOutdec.封装类.实体类
{
///
/// 数据库表PIPE_CHECKCONSIGN_SSCD_PARM所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20160918TFRG 时间:2018-06-16
///
public class PipeCheckconsignSscdParmEntity
{
///
/// 编号(年月日 + 6位流水)
///
private string reulstNo = "";
///
/// 检验编号
///
private string checkNo = "";
///
/// 试样号 样管号 产线字母+年+月+四位流水 产线字母+YYMM+四位流水
///
private string sampleNo = "";
///
/// 试样组代码
///
private string phyCodeMax = "";
///
/// 序号
///
private string seq = "";
///
/// 硬度HRC
///
private decimal? hrc1 = null;
///
/// 硬度HRC
///
private decimal? hrc2 = null;
///
/// 硬度HRC
///
private decimal? hrc3 = null;
///
/// 样品长度L
///
private decimal? sampleLength = null;
///
/// 样品厚度B
///
private decimal? sampleThickness = null;
///
/// 腹壁厚度Bn
///
private decimal? abdominalWallThickness = null;
///
/// 边心距m
///
private decimal? edgePitch = null;
///
/// 初始裂纹总长度J
///
private decimal? initialCrackLength = null;
///
/// 试样宽度2h
///
private decimal? sampleWidth = null;
///
/// 加载后宽度
///
private decimal? widthAfterLoad = null;
///
/// 试验后裂纹总长度
///
private decimal? crackLengthAfterTest1 = null;
///
/// 试验后裂纹总长度
///
private decimal? crackLengthAfterTest2 = null;
///
/// 试验后裂纹总长度
///
private decimal? crackLengthAfterTest3 = null;
///
/// 试验后裂纹总长度
///
private decimal? crackLengthAfterTest4 = null;
///
/// 试验后裂纹总长度
///
private decimal? crackLengthAfterTest5 = null;
///
/// 整数P
///
private decimal? integer1 = null;
///
/// KISCC
///
private decimal? kiscc = null;
///
/// KISSC平均值
///
private decimal? kisccAvg = null;
///
/// 创建日期
///
private string createTime = "";
///
/// 裂纹长度
///
private decimal? crackLength = null;
///
/// 硬度HRC平均值
///
private decimal? hrcAv = null;
///
/// 编号(年月日 + 6位流水)
///
[Description("编号(年月日 + 6位流水)")]
[Nullable(false)]
[DataLength(50)]
public string ReulstNo
{
get { return reulstNo; }
set { reulstNo = value; }
}
///
/// 检验编号
///
[Description("检验编号")]
[Nullable(false)]
[DataLength(50)]
public string CheckNo
{
get { return checkNo; }
set { checkNo = value; }
}
///
/// 试样号 样管号 产线字母+年+月+四位流水 产线字母+YYMM+四位流水
///
[Description("试样号 样管号 产线字母+年+月+四位流水 产线字母+YYMM+四位流水")]
[Nullable(false)]
[DataLength(50)]
public string SampleNo
{
get { return sampleNo; }
set { sampleNo = value; }
}
///
/// 试样组代码
///
[Description("试样组代码")]
[Nullable(false)]
[DataLength(50)]
public string PhyCodeMax
{
get { return phyCodeMax; }
set { phyCodeMax = value; }
}
///
/// 序号
///
[Description("序号")]
[Nullable(true)]
[DataLength(50)]
public string Seq
{
get { return seq; }
set { seq = value; }
}
///
/// 硬度HRC
///
[Description("硬度HRC")]
[Nullable(true)]
[DataLength(8)]
public decimal? Hrc1
{
get { return hrc1; }
set { hrc1 = value; }
}
///
/// 硬度HRC
///
[Description("硬度HRC")]
[Nullable(true)]
[DataLength(8)]
public decimal? Hrc2
{
get { return hrc2; }
set { hrc2 = value; }
}
///
/// 硬度HRC
///
[Description("硬度HRC")]
[Nullable(true)]
[DataLength(8)]
public decimal? Hrc3
{
get { return hrc3; }
set { hrc3 = value; }
}
///
/// 样品长度L
///
[Description("样品长度L")]
[Nullable(true)]
[DataLength(8)]
public decimal? SampleLength
{
get { return sampleLength; }
set { sampleLength = value; }
}
///
/// 样品厚度B
///
[Description("样品厚度B")]
[Nullable(true)]
[DataLength(8)]
public decimal? SampleThickness
{
get { return sampleThickness; }
set { sampleThickness = value; }
}
///
/// 腹壁厚度Bn
///
[Description("腹壁厚度Bn")]
[Nullable(true)]
[DataLength(8)]
public decimal? AbdominalWallThickness
{
get { return abdominalWallThickness; }
set { abdominalWallThickness = value; }
}
///
/// 边心距m
///
[Description("边心距m")]
[Nullable(true)]
[DataLength(8)]
public decimal? EdgePitch
{
get { return edgePitch; }
set { edgePitch = value; }
}
///
/// 初始裂纹总长度J
///
[Description("初始裂纹总长度J")]
[Nullable(true)]
[DataLength(8)]
public decimal? InitialCrackLength
{
get { return initialCrackLength; }
set { initialCrackLength = value; }
}
///
/// 试样宽度2h
///
[Description("试样宽度2h")]
[Nullable(true)]
[DataLength(8)]
public decimal? SampleWidth
{
get { return sampleWidth; }
set { sampleWidth = value; }
}
///
/// 加载后宽度
///
[Description("加载后宽度")]
[Nullable(true)]
[DataLength(8)]
public decimal? WidthAfterLoad
{
get { return widthAfterLoad; }
set { widthAfterLoad = value; }
}
///
/// 试验后裂纹总长度
///
[Description("试验后裂纹总长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? CrackLengthAfterTest1
{
get { return crackLengthAfterTest1; }
set { crackLengthAfterTest1 = value; }
}
///
/// 试验后裂纹总长度
///
[Description("试验后裂纹总长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? CrackLengthAfterTest2
{
get { return crackLengthAfterTest2; }
set { crackLengthAfterTest2 = value; }
}
///
/// 试验后裂纹总长度
///
[Description("试验后裂纹总长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? CrackLengthAfterTest3
{
get { return crackLengthAfterTest3; }
set { crackLengthAfterTest3 = value; }
}
///
/// 试验后裂纹总长度
///
[Description("试验后裂纹总长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? CrackLengthAfterTest4
{
get { return crackLengthAfterTest4; }
set { crackLengthAfterTest4 = value; }
}
///
/// 试验后裂纹总长度
///
[Description("试验后裂纹总长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? CrackLengthAfterTest5
{
get { return crackLengthAfterTest5; }
set { crackLengthAfterTest5 = value; }
}
///
/// 整数P
///
[Description("剥离载荷P")]
[Nullable(true)]
[DataLength(22)]
public decimal? Integer1
{
get { return integer1; }
set { integer1 = value; }
}
///
/// KISCC
///
[Description("KISCC")]
[Nullable(true)]
[DataLength(8)]
public decimal? Kiscc
{
get { return kiscc; }
set { kiscc = value; }
}
///
/// KISSC平均值
///
[Description("KISSC平均值")]
[Nullable(true)]
[DataLength(8)]
public decimal? KisccAvg
{
get { return kisccAvg; }
set { kisccAvg = value; }
}
///
/// 创建日期
///
[Description("创建日期")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 裂纹长度
///
[Description("裂纹长度")]
[Nullable(true)]
[DataLength(8)]
public decimal? CrackLength
{
get { return crackLength; }
set { crackLength = value; }
}
///
/// 硬度HRC平均值
///
[Description("硬度HRC平均值")]
[Nullable(true)]
[DataLength(8)]
public decimal? HrcAv
{
get { return hrcAv; }
set { hrcAv = value; }
}
}
}