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.Port.数据管理.实体类
{
///
/// 数据库表QCM_JHY_PHYRESULT所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DM22222 时间:2018-08-28
///
public class QcmJhyPhyresultEntity
{
///
/// 检验编号
///
private string sampleId = "";
///
/// 试样号
///
private string sampleNo = "";
///
/// 材质序号
///
private decimal? indexSeq = null;
///
/// 生产批号
///
private string lotNo = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 性能批号
///
private string batchNo = "";
///
/// 取样类型(初样/复样)
///
private string sampleType = "";
///
/// 委托单位
///
private string consigner = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 材质检验项代码(大类)
///
private string phyCodeMax = "";
///
/// 材质检验项名称(大类)
///
private string phyNameMax = "";
///
/// 取样码
///
private string phyCodeMin = "";
///
/// 取样码描述
///
private string phyNameMin = "";
///
/// 材质检验项代码
///
private string phyCode = "";
///
/// 材质检验项名称
///
private string phyName = "";
///
/// 试验方向代码
///
private string itemCodeF = "";
///
/// 试验方向描述
///
private string itemNameF = "";
///
/// 试验温度代码
///
private string itemCodeW = "";
///
/// 试验温度描述
///
private string itemNameW = "";
///
/// 试样尺寸代码
///
private string itemCodeS = "";
///
/// 试样尺寸描述
///
private string itemNameS = "";
///
/// 试验温度代码
///
private string itemCodeW1 = "";
///
/// 试验温度描述
///
private string itemNameW1 = "";
///
/// 试样尺寸代码
///
private string itemCodeS1 = "";
///
/// 试样尺寸描述
///
private string itemNameS1 = "";
///
/// 值1
///
private string value1 = "";
///
/// 值2
///
private string value2 = "";
///
/// 值3
///
private string value3 = "";
///
/// 值4
///
private string value4 = "";
///
/// 值5
///
private string value5 = "";
///
/// 值6
///
private string value6 = "";
///
/// 值7
///
private string value7 = "";
///
/// 值8
///
private string value8 = "";
///
/// 值9
///
private string value9 = "";
///
/// 值10
///
private string value10 = "";
///
/// 值11
///
private string value11 = "";
///
/// 值12
///
private string value12 = "";
///
/// 值13
///
private string value13 = "";
///
/// 值14
///
private string value14 = "";
///
/// 值15
///
private string value15 = "";
///
/// 平均值
///
private string average = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 删除人
///
private string deleteName = "";
///
/// 删除时间
///
private string deleteTime = "";
///
/// 文件路径
///
private string filePath = "";
///
/// 00初始、20预判
///
private string judgeFlag = "";
///
/// 有效标志 0无效 1有效
///
private string validflag = "";
///
/// 指定检验编号性能结果
///
private string forCheckNo = "";
///
/// 取样频率代码(4011)(组批要求,支数限制)
///
private string rate = "";
///
/// 原始面积
///
private string originalArea = "";
///
/// 是否完好 0 完好,1不完好
///
private string isGood = "";
///
/// 有无缺陷 0 无缺陷,1有缺陷
///
private string isDefect = "";
///
/// 是否小样热处理(0否,1是) 2已接受样品 3已录入结果 4审核 5样品已返回加工 6已发送样品到试验室
///
private string isrcl = "";
///
/// 样管管号
///
private string matNo = "";
///
/// 管头编号
///
private string headMatNo = "";
///
/// 管序号(条码)
///
private string barCode = "";
///
/// 环境温度(实验回报---检化验第二层表中)
///
private string checkTemp = "";
///
/// 硬度类型(实验回报---检化验第二层表中)
///
private string hardnessType = "";
///
/// 指定检验项代码
///
private string phyCodeDir = "";
///
/// 指定检验项名称
///
private string phyNameDir = "";
///
/// 试样形状: 501-弧形 502-矩形 503-圆形 504-圆管 505-其他等截面未经加工试样
///
private string sampleStyle = "";
///
/// 试样尺寸
///
private string sampleSize = "";
///
/// 生产批下炉归组
///
private string lotNoGroup = "";
///
/// 检验编号
///
[Description("检验编号")]
[Nullable(false)]
[DataLength(20)]
public string SampleId
{
get { return sampleId; }
set { sampleId = value; }
}
///
/// 试样号
///
[Description("试样号")]
[Nullable(false)]
[DataLength(20)]
public string SampleNo
{
get { return sampleNo; }
set { sampleNo = value; }
}
///
/// 材质序号
///
[Description("材质序号")]
[Nullable(false)]
[DataLength(22)]
public decimal? IndexSeq
{
get { return indexSeq; }
set { indexSeq = value; }
}
///
/// 生产批号
///
[Description("生产批号")]
[Nullable(true)]
[DataLength(20)]
public string LotNo
{
get { return lotNo; }
set { lotNo = value; }
}
///
/// 熔炼炉号
///
[Description("熔炼炉号")]
[Nullable(true)]
[DataLength(20)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(true)]
[DataLength(7)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 性能批号
///
[Description("性能批号")]
[Nullable(true)]
[DataLength(20)]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 取样类型(初样/复样)
///
[Description("取样类型(初样/复样)")]
[Nullable(false)]
[DataLength(20)]
public string SampleType
{
get { return sampleType; }
set { sampleType = value; }
}
///
/// 委托单位
///
[Description("委托单位")]
[Nullable(true)]
[DataLength(100)]
public string Consigner
{
get { return consigner; }
set { consigner = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(4)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 材质检验项代码(大类)
///
[Description("材质检验项代码(大类)")]
[Nullable(false)]
[DataLength(50)]
public string PhyCodeMax
{
get { return phyCodeMax; }
set { phyCodeMax = value; }
}
///
/// 材质检验项名称(大类)
///
[Description("材质检验项名称(大类)")]
[Nullable(true)]
[DataLength(100)]
public string PhyNameMax
{
get { return phyNameMax; }
set { phyNameMax = value; }
}
///
/// 取样码
///
[Description("试样组")]
[Nullable(false)]
[DataLength(5)]
public string PhyCodeMin
{
get { return phyCodeMin; }
set { phyCodeMin = value; }
}
///
/// 取样码描述
///
[Description("试样组")]
[Nullable(true)]
[DataLength(100)]
public string PhyNameMin
{
get { return phyNameMin; }
set { phyNameMin = value; }
}
///
/// 材质检验项代码
///
[Description("检验项")]
[Nullable(false)]
[DataLength(5)]
public string PhyCode
{
get { return phyCode; }
set { phyCode = value; }
}
///
/// 材质检验项名称
///
[Description("检验项")]
[Nullable(true)]
[DataLength(100)]
public string PhyName
{
get { return phyName; }
set { phyName = value; }
}
///
/// 试验方向代码
///
[Description("试验方向")]
[Nullable(true)]
[DataLength(5)]
public string ItemCodeF
{
get { return itemCodeF; }
set { itemCodeF = value; }
}
///
/// 试验方向描述
///
[Description("试验方向")]
[Nullable(true)]
[DataLength(100)]
public string ItemNameF
{
get { return itemNameF; }
set { itemNameF = value; }
}
///
/// 试验温度代码
///
[Description("试验温度")]
[Nullable(true)]
[DataLength(5)]
public string ItemCodeW
{
get { return itemCodeW; }
set { itemCodeW = value; }
}
///
/// 试验温度描述
///
[Description("试验温度")]
[Nullable(true)]
[DataLength(100)]
public string ItemNameW
{
get { return itemNameW; }
set { itemNameW = value; }
}
///
/// 试样尺寸代码
///
[Description("试样尺寸")]
[Nullable(true)]
[DataLength(5)]
public string ItemCodeS
{
get { return itemCodeS; }
set { itemCodeS = value; }
}
///
/// 试样尺寸描述
///
[Description("试样尺寸")]
[Nullable(true)]
[DataLength(100)]
public string ItemNameS
{
get { return itemNameS; }
set { itemNameS = value; }
}
///
/// 试验温度代码
///
[Description("实际温度")]
[Nullable(true)]
[DataLength(5)]
public string ItemCodeW1
{
get { return itemCodeW1; }
set { itemCodeW1 = value; }
}
///
/// 试验温度描述
///
[Description("实际温度")]
[Nullable(true)]
[DataLength(100)]
public string ItemNameW1
{
get { return itemNameW1; }
set { itemNameW1 = value; }
}
///
/// 试样尺寸代码
///
[Description("实际尺寸")]
[Nullable(true)]
[DataLength(5)]
public string ItemCodeS1
{
get { return itemCodeS1; }
set { itemCodeS1 = value; }
}
///
/// 试样尺寸描述
///
[Description("实际尺寸")]
[Nullable(true)]
[DataLength(100)]
public string ItemNameS1
{
get { return itemNameS1; }
set { itemNameS1 = value; }
}
///
/// 值1
///
[Description("值1")]
[Nullable(true)]
[DataLength(200)]
public string Value1
{
get { return value1; }
set { value1 = value; }
}
///
/// 值2
///
[Description("值2")]
[Nullable(true)]
[DataLength(200)]
public string Value2
{
get { return value2; }
set { value2 = value; }
}
///
/// 值3
///
[Description("值3")]
[Nullable(true)]
[DataLength(200)]
public string Value3
{
get { return value3; }
set { value3 = value; }
}
///
/// 值4
///
[Description("值4")]
[Nullable(true)]
[DataLength(200)]
public string Value4
{
get { return value4; }
set { value4 = value; }
}
///
/// 值5
///
[Description("值5")]
[Nullable(true)]
[DataLength(200)]
public string Value5
{
get { return value5; }
set { value5 = value; }
}
///
/// 值6
///
[Description("值6")]
[Nullable(true)]
[DataLength(200)]
public string Value6
{
get { return value6; }
set { value6 = value; }
}
///
/// 值7
///
[Description("压扁系数")]
[Nullable(true)]
[DataLength(200)]
public string Value7
{
get { return value7; }
set { value7 = value; }
}
///
/// 值8
///
[Description("压扁间距")]
[Nullable(true)]
[DataLength(200)]
public string Value8
{
get { return value8; }
set { value8 = value; }
}
///
/// 值9
///
[Description("弯曲直径")]
[Nullable(true)]
[DataLength(200)]
public string Value9
{
get { return value9; }
set { value9 = value; }
}
///
/// 值10
///
[Description("弯曲角度")]
[Nullable(true)]
[DataLength(200)]
public string Value10
{
get { return value10; }
set { value10 = value; }
}
///
/// 值11
///
[Description("顶芯角度")]
[Nullable(true)]
[DataLength(200)]
public string Value11
{
get { return value11; }
set { value11 = value; }
}
///
/// 值12
///
[Description("扩口率")]
[Nullable(true)]
[DataLength(200)]
public string Value12
{
get { return value12; }
set { value12 = value; }
}
///
/// 值13
///
[Description("值13")]
[Nullable(true)]
[DataLength(200)]
public string Value13
{
get { return value13; }
set { value13 = value; }
}
///
/// 值14
///
[Description("值14")]
[Nullable(true)]
[DataLength(200)]
public string Value14
{
get { return value14; }
set { value14 = value; }
}
///
/// 值15
///
[Description("值15")]
[Nullable(true)]
[DataLength(200)]
public string Value15
{
get { return value15; }
set { value15 = value; }
}
///
/// 平均值
///
[Description("平均值")]
[Nullable(true)]
[DataLength(200)]
public string Average
{
get { return average; }
set { average = 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(20)]
public string DeleteName
{
get { return deleteName; }
set { deleteName = value; }
}
///
/// 删除时间
///
[Description("删除时间")]
[Nullable(true)]
public string DeleteTime
{
get { return deleteTime; }
set { deleteTime = value; }
}
///
/// 文件路径
///
[Description("文件路径")]
[Nullable(true)]
[DataLength(100)]
public string FilePath
{
get { return filePath; }
set { filePath = value; }
}
///
/// 00初始、20预判
///
[Description("00初始、20预判 ")]
[Nullable(true)]
[DataLength(2)]
public string JudgeFlag
{
get { return judgeFlag; }
set { judgeFlag = value; }
}
///
/// 有效标志 0无效 1有效
///
[Description("有效标志 0无效 1有效")]
[Nullable(true)]
[DataLength(1)]
public string Validflag
{
get { return validflag; }
set { validflag = value; }
}
///
/// 指定检验编号性能结果
///
[Description("指定检验编号性能结果")]
[Nullable(true)]
[DataLength(50)]
public string ForCheckNo
{
get { return forCheckNo; }
set { forCheckNo = value; }
}
///
/// 取样频率代码(4011)(组批要求,支数限制)
///
[Description("取样频率代码(4011)(组批要求,支数限制)")]
[Nullable(true)]
[DataLength(20)]
public string Rate
{
get { return rate; }
set { rate = value; }
}
///
/// 原始面积
///
[Description("原始面积")]
[Nullable(true)]
[DataLength(10)]
public string OriginalArea
{
get { return originalArea; }
set { originalArea = value; }
}
///
/// 是否完好 0 完好,1不完好
///
[Description("是否完好")]
[Nullable(true)]
[DataLength(1)]
public string IsGood
{
get { return isGood; }
set { isGood = value; }
}
///
/// 有无缺陷 0 无缺陷,1有缺陷
///
[Description("有无缺陷")]
[Nullable(true)]
[DataLength(1)]
public string IsDefect
{
get { return isDefect; }
set { isDefect = value; }
}
///
/// 是否小样热处理(0否,1是) 2已接受样品 3已录入结果 4审核 5样品已返回加工 6已发送样品到试验室
///
[Description("是否小样热处理")]
[Nullable(false)]
[DataLength(1)]
public string Isrcl
{
get { return isrcl; }
set { isrcl = value; }
}
///
/// 样管管号
///
[Description("样管管号")]
[Nullable(true)]
[DataLength(20)]
public string MatNo
{
get { return matNo; }
set { matNo = value; }
}
///
/// 管头编号
///
[Description("管头编号")]
[Nullable(true)]
[DataLength(20)]
public string HeadMatNo
{
get { return headMatNo; }
set { headMatNo = value; }
}
///
/// 管序号(条码)
///
[Description("管序号(条码)")]
[Nullable(true)]
[DataLength(20)]
public string BarCode
{
get { return barCode; }
set { barCode = value; }
}
///
/// 环境温度(实验回报---检化验第二层表中)
///
[Description("环境温度")]
[Nullable(true)]
[DataLength(50)]
public string CheckTemp
{
get { return checkTemp; }
set { checkTemp = value; }
}
///
/// 硬度类型(实验回报---检化验第二层表中)
///
[Description("硬度类型")]
[Nullable(true)]
[DataLength(20)]
public string HardnessType
{
get { return hardnessType; }
set { hardnessType = value; }
}
///
/// 指定检验项代码
///
[Description("指定检验项代码 ")]
[Nullable(true)]
[DataLength(5)]
public string PhyCodeDir
{
get { return phyCodeDir; }
set { phyCodeDir = value; }
}
///
/// 指定检验项名称
///
[Description("指定检验项名称")]
[Nullable(true)]
[DataLength(100)]
public string PhyNameDir
{
get { return phyNameDir; }
set { phyNameDir = value; }
}
///
/// 试样形状: 501-弧形 502-矩形 503-圆形 504-圆管 505-其他等截面未经加工试样
///
[Description("试样形状")]
[Nullable(true)]
[DataLength(50)]
public string SampleStyle
{
get { return sampleStyle; }
set { sampleStyle = value; }
}
///
/// 试样尺寸
///
[Description("试样尺寸")]
[Nullable(true)]
[DataLength(50)]
public string SampleSize
{
get { return sampleSize; }
set { sampleSize = value; }
}
///
/// 生产批下炉归组
///
[Description("生产批下炉归组")]
[Nullable(true)]
[DataLength(10)]
public string LotNoGroup
{
get { return lotNoGroup; }
set { lotNoGroup = value; }
}
}
}