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_LASHEN所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/)
/// 作者:WIN-3A78MC3TM5F 时间:2022-06-23
///
public class VJhyLashenEntity
{
///
/// 检验时间
///
private string checkTime = "";
///
/// 检验编号
///
private string checkNo = "";
///
/// 批号
///
private string batchNo = "";
///
/// 试样号
///
private string sampleNo = "";
///
/// 炉号
///
private string heatNo = "";
///
/// 审核时间
///
private string testTime = "";
///
/// 钢级
///
private string steelGrade = "";
///
/// 钢号
///
private string steelNo = "";
///
/// 外径
///
private string dimater = "";
///
/// 壁厚
///
private string height = "";
///
/// 钢种索引号
///
private string cic = "";
///
/// 试样类型
///
private string craftSource = "";
///
/// 上屈服强度
///
private string t1value1 = "";
///
/// 下屈服强度
///
private string t2value1 = "";
///
/// 规定非比例延伸强度Rp
///
private string t3value1 = "";
///
/// 规定非比例延伸率
///
private string t4value1 = "";
///
/// 规定总延伸率
///
private string t5value1 = "";
///
/// 规定总延伸强度Rt
///
private string t6value1 = "";
///
/// 拉伸试样尺寸
///
private string sizeDesc = "";
///
/// 拉伸试样取向
///
private string phyDir = "";
///
/// 最大力
///
private string t7value1 = "";
///
/// 抗拉强度
///
private string t8value1 = "";
///
/// 断后伸长率A
///
private string t9value1 = "";
///
/// 断面收缩率z
///
private string t10value1 = "";
///
/// 备注
///
private string remark = "";
///
/// 产品标准
///
private string productStd = "";
///
/// 试验温度
///
private string itemNameW = "";
///
/// 试验标准
///
private string checkStd = "";
///
/// 使用设备
///
private string deviceName = "";
///
/// 班组
///
private string checkClass = "";
///
/// 试验者
///
private string checkName = "";
///
/// 试样长度
///
private string sampleLen = "";
///
/// 平行长度
///
private string width = "";
///
/// 弹性模量
///
private string t11value1 = "";
///
/// 检验时间
///
[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; }
}
///
/// 审核时间
///
[Description("审核时间")]
[JsonProperty("testTime")]
public string TestTime
{
get { return testTime; }
set { testTime = 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("t1value1")]
public string T1value1
{
get { return t1value1; }
set { t1value1 = value; }
}
///
/// 下屈服强度
///
[Description("下屈服强度")]
[JsonProperty("t2value1")]
public string T2value1
{
get { return t2value1; }
set { t2value1 = value; }
}
///
/// 规定非比例延伸强度Rp
///
[Description("规定非比例延伸强度Rp")]
[JsonProperty("t3value1")]
public string T3value1
{
get { return t3value1; }
set { t3value1 = value; }
}
///
/// 规定非比例延伸率
///
[Description("规定非比例延伸率")]
[JsonProperty("t4value1")]
public string T4value1
{
get { return t4value1; }
set { t4value1 = value; }
}
///
/// 规定总延伸率
///
[Description("规定总延伸率")]
[JsonProperty("t5value1")]
public string T5value1
{
get { return t5value1; }
set { t5value1 = value; }
}
///
/// 规定总延伸强度Rt
///
[Description("规定总延伸强度Rt")]
[JsonProperty("t6value1")]
public string T6value1
{
get { return t6value1; }
set { t6value1 = value; }
}
///
/// 拉伸试样尺寸
///
[Description("拉伸试样尺寸")]
[JsonProperty("sizeDesc")]
public string SizeDesc
{
get { return sizeDesc; }
set { sizeDesc = value; }
}
///
/// 拉伸试样取向
///
[Description("拉伸试样取向")]
[JsonProperty("phyDir")]
public string PhyDir
{
get { return phyDir; }
set { phyDir = value; }
}
///
/// 最大力
///
[Description("最大力")]
[JsonProperty("t7value1")]
public string T7value1
{
get { return t7value1; }
set { t7value1 = value; }
}
///
/// 抗拉强度
///
[Description("抗拉强度")]
[JsonProperty("t8value1")]
public string T8value1
{
get { return t8value1; }
set { t8value1 = value; }
}
///
/// 断后伸长率A
///
[Description("断后伸长率A")]
[JsonProperty("t9value1")]
public string T9value1
{
get { return t9value1; }
set { t9value1 = value; }
}
///
/// 断面收缩率z
///
[Description("断面收缩率z")]
[JsonProperty("t10value1")]
public string T10value1
{
get { return t10value1; }
set { t10value1 = value; }
}
///
/// 备注
///
[Description("备注")]
[JsonProperty("remark")]
public string Remark
{
get { return remark; }
set { remark = value; }
}
///
/// 产品标准
///
[Description("产品标准")]
[JsonProperty("productStd")]
public string ProductStd
{
get { return productStd; }
set { productStd = 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("checkName")]
public string CheckName
{
get { return checkName; }
set { checkName = value; }
}
///
/// 试样长度
///
[Description("试样长度")]
[JsonProperty("sampleLen")]
public string SampleLen
{
get { return sampleLen; }
set { sampleLen = value; }
}
///
/// 平行长度
///
[Description("平行长度")]
[JsonProperty("width")]
public string Width
{
get { return width; }
set { width = value; }
}
///
/// 弹性模量
///
[Description("弹性模量")]
[JsonProperty("t11value1")]
public string T11value1
{
get { return t11value1; }
set { t11value1 = value; }
}
private string t12value1;
[Description("屈强比")]
[JsonProperty("t12value1")]
public string T12value1
{
get { return t12value1; }
set { t12value1 = value; }
}
}
}