using Core.Mes.Client.Comm.Attribute;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Converters;
namespace com.steering.pss.kaohe.entity
{
///
/// 数据库表V_JHY_CHONGJI所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/)
/// 作者:WIN-3A78MC3TM5F 时间:2022-06-23
///
public class VJhyChongjiEntity
{
///
/// 检验时间
///
private string checkTime = "";
///
/// 检验编号
///
private string checkNo = "";
///
/// 批号
///
private string batchNo = "";
///
/// 试样号
///
private string sampleNo = "";
///
/// 炉号
///
private string heatNo = "";
///
/// 钢级
///
private string steelGrade = "";
///
/// 钢号
///
private string steelNo = "";
///
/// 外径
///
private string dimater = "";
///
/// 壁厚
///
private string height = "";
///
/// 钢种索引号
///
private string cic = "";
///
/// 试样类型
///
private string craftSource = "";
///
/// 缺口形状
///
private string quekouxingzhuang = "";
///
/// 实际试验方向
///
private string phyDir = "";
///
/// 名义规格
///
private string sizeDesc = "";
///
/// 试样取向
///
private string itemNameF = "";
///
/// 长度
///
private string changdu = "";
///
/// 厚度
///
private string houdu = "";
///
/// 槽口深度
///
private string caokoushendu = "";
///
/// AK1
///
private string t1value1 = "";
///
/// K1
///
private string t2value1 = "";
///
/// 剪切断面百分比1
///
private string t3value1 = "";
///
/// AK2
///
private string t1value12 = "";
///
/// K2
///
private string t2value12 = "";
///
/// 剪切断面百分比2
///
private string t3value12 = "";
///
/// AK3
///
private string t1value3 = "";
///
/// K3
///
private string t2value3 = "";
///
/// 剪切断面百分比3
///
private string t3value3 = "";
///
/// 平均AK
///
private string t1averageValue = "";
///
/// 平均K
///
private string t2averageValue = "";
///
/// 平均剪切断面百分比
///
private string t3averageValue = "";
///
/// 报出
///
private string checkName = "";
///
/// 试验温度
///
private string itemNameW = "";
///
/// 试验标准
///
private string checkStd = "";
///
/// 使用设备
///
private string deviceName = "";
///
/// 班组
///
private string checkClass = "";
///
/// 备注
///
private string remark = "";
///
/// 检验时间
///
[Description("检验时间")]
[JsonProperty("checkTime")]
public string CheckTime
{
get { return checkTime; }
set { checkTime = value; }
}
///
/// 检验编号
///
[Description("检验编号")]
[JsonProperty("checkNo")]
public string CheckNo
{
get { return checkNo; }
set { checkNo = value; }
}
///
/// 批号
///
[Description("批号")]
[JsonProperty("batchNo")]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 试样号
///
[Description("试样号")]
[JsonProperty("sampleNo")]
public string SampleNo
{
get { return sampleNo; }
set { sampleNo = value; }
}
///
/// 炉号
///
[Description("炉号")]
[JsonProperty("heatNo")]
public string HeatNo
{
get { return heatNo; }
set { heatNo = value; }
}
///
/// 委托单位
///
private string consignDept = "";
[Description("委托单位")]
[JsonProperty("consignDept")]
public string ConsignDept
{
get { return consignDept; }
set { consignDept = value; }
}
///
/// 钢级
///
[Description("钢级")]
[JsonProperty("steelGrade")]
public string SteelGrade
{
get { return steelGrade; }
set { steelGrade = value; }
}
///
/// 钢号
///
[Description("钢号")]
[JsonProperty("steelNo")]
public string SteelNo
{
get { return steelNo; }
set { steelNo = value; }
}
///
/// 外径
///
[Description("外径")]
[JsonProperty("dimater")]
public string Dimater
{
get { return dimater; }
set { dimater = value; }
}
///
/// 壁厚
///
[Description("壁厚")]
[JsonProperty("height")]
public string Height
{
get { return height; }
set { height = value; }
}
///
/// 钢种索引号
///
[Description("钢种索引号")]
[JsonProperty("cic")]
public string Cic
{
get { return cic; }
set { cic = value; }
}
///
/// 试样类型
///
[Description("试样类型")]
[JsonProperty("craftSource")]
public string CraftSource
{
get { return craftSource; }
set { craftSource = value; }
}
///
/// 缺口形状
///
[Description("缺口形状")]
[JsonProperty("quekouxingzhuang")]
public string Quekouxingzhuang
{
get { return quekouxingzhuang; }
set { quekouxingzhuang = value; }
}
///
/// 实际试验方向
///
[Description("实际试验方向")]
[JsonProperty("phyDir")]
public string PhyDir
{
get { return phyDir; }
set { phyDir = value; }
}
///
/// 名义规格
///
[Description("名义规格")]
[JsonProperty("sizeDesc")]
public string SizeDesc
{
get { return sizeDesc; }
set { sizeDesc = value; }
}
///
/// 试样取向
///
[Description("试样取向")]
[JsonProperty("itemNameF")]
public string ItemNameF
{
get { return itemNameF; }
set { itemNameF = value; }
}
///
/// 长度
///
[Description("长度")]
[JsonProperty("changdu")]
public string Changdu
{
get { return changdu; }
set { changdu = value; }
}
///
/// 厚度
///
[Description("厚度")]
[JsonProperty("houdu")]
public string Houdu
{
get { return houdu; }
set { houdu = value; }
}
///
/// 槽口深度
///
[Description("槽口深度")]
[JsonProperty("caokoushendu")]
public string Caokoushendu
{
get { return caokoushendu; }
set { caokoushendu = value; }
}
///
/// AK1
///
[Description("AK1")]
[JsonProperty("t1value1")]
public string T1value1
{
get { return t1value1; }
set { t1value1 = value; }
}
///
/// K1
///
[Description("K1")]
[JsonProperty("t2value1")]
public string T2value1
{
get { return t2value1; }
set { t2value1 = value; }
}
///
/// 剪切断面百分比1
///
[Description("剪切断面百分比1")]
[JsonProperty("t3value1")]
public string T3value1
{
get { return t3value1; }
set { t3value1 = value; }
}
///
/// AK2
///
[Description("AK2")]
[JsonProperty("t1value12")]
public string T1value12
{
get { return t1value12; }
set { t1value12 = value; }
}
///
/// K2
///
[Description("K2")]
[JsonProperty("t2value12")]
public string T2value12
{
get { return t2value12; }
set { t2value12 = value; }
}
///
/// 剪切断面百分比2
///
[Description("剪切断面百分比2")]
[JsonProperty("t3value12")]
public string T3value12
{
get { return t3value12; }
set { t3value12 = value; }
}
///
/// AK3
///
[Description("AK3")]
[JsonProperty("t1value3")]
public string T1value3
{
get { return t1value3; }
set { t1value3 = value; }
}
///
/// K3
///
[Description("K3")]
[JsonProperty("t2value3")]
public string T2value3
{
get { return t2value3; }
set { t2value3 = value; }
}
///
/// 剪切断面百分比3
///
[Description("剪切断面百分比3")]
[JsonProperty("t3value3")]
public string T3value3
{
get { return t3value3; }
set { t3value3 = value; }
}
///
/// 平均AK
///
[Description("平均AK")]
[JsonProperty("t1averageValue")]
public string T1averageValue
{
get { return t1averageValue; }
set { t1averageValue = value; }
}
///
/// 平均K
///
[Description("平均K")]
[JsonProperty("t2averageValue")]
public string T2averageValue
{
get { return t2averageValue; }
set { t2averageValue = value; }
}
///
/// 平均剪切断面百分比
///
[Description("平均剪切断面百分比")]
[JsonProperty("t3averageValue")]
public string T3averageValue
{
get { return t3averageValue; }
set { t3averageValue = value; }
}
///
/// 报出
///
[Description("报出")]
[JsonProperty("checkName")]
public string CheckName
{
get { return checkName; }
set { checkName = value; }
}
///
/// 试验温度
///
[Description("试验温度")]
[JsonProperty("itemNameW")]
public string ItemNameW
{
get { return itemNameW; }
set { itemNameW = value; }
}
///
/// 试验标准
///
[Description("试验标准")]
[JsonProperty("checkStd")]
public string CheckStd
{
get { return checkStd; }
set { checkStd = value; }
}
///
/// 使用设备
///
[Description("使用设备")]
[JsonProperty("deviceName")]
public string DeviceName
{
get { return deviceName; }
set { deviceName = value; }
}
///
/// 班组
///
[Description("班组")]
[JsonProperty("checkClass")]
public string CheckClass
{
get { return checkClass; }
set { checkClass = value; }
}
///
/// 备注
///
[Description("备注")]
[JsonProperty("remark")]
public string Remark
{
get { return remark; }
set { remark = value; }
}
}
}