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_SSCB所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/)
/// 作者:WIN-3A78MC3TM5F 时间:2022-06-24
///
public class VJhySscbEntity
{
///
/// 检验时间
///
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 = "";
///
/// 屈服强度1
///
private string ysmin1 = "";
///
/// 屈服强度2
///
private string ysmin2 = "";
///
/// 屈服强度3
///
private string ysmin3 = "";
///
/// 屈服类型
///
private string ysminName = "";
///
/// 实际加载率1
///
private string actualSYsmin1 = "";
///
/// 实际加载率2
///
private string actualSYsmin2 = "";
///
/// 实际加载率3
///
private string actualSYsmin3 = "";
///
/// 试样号1
///
private string sampleNo1 = "";
///
/// 试样号2
///
private string sampleNo2 = "";
///
/// 试样号3
///
private string sampleNo3 = "";
///
/// 试样个数
///
private string sampleCount = "";
///
/// 加载挠度1
///
private decimal? actualLoad1 = null;
///
/// 加载挠度2
///
private decimal? actualLoad2 = null;
///
/// 加载挠度3
///
private decimal? actualLoad3 = null;
///
/// PH值开始
///
private string nacePhS1 = "";
///
/// PH值结束
///
private string nacePhF1 = "";
///
/// 溶液类型
///
private string nacePhName = "";
///
/// 溶液H2S浓度开始
///
private string naceSolutionS1 = "";
///
/// 溶液H2S浓度结束
///
private string naceSolutionF1 = "";
///
/// 试验结果1
///
private string value1 = "";
///
/// 试验结果2
///
private string value2 = "";
///
/// 试验结果3
///
private string value3 = "";
///
/// 试验时间
///
private string testTime = "";
///
/// 试验温度
///
private string itemNameW = "";
///
/// 试样尺寸1
///
private string specimenSize1 = "";
///
/// 试样尺寸2
///
private string specimenSize2 = "";
///
/// 试样尺寸3
///
private string specimenSize3 = "";
///
/// 报出
///
private string reportedName = "";
///
/// sender
///
private string checkName = "";
///
/// 试验日期
///
private string testDate = "";
///
/// 报出日期
///
private string reportedDate = "";
///
/// 复核
///
private string approvedName = "";
///
/// 试验标准
///
private string checkStd = "";
///
/// 备注
///
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; }
}
///
/// 委托单位
///
private string consignDept = "";
[Description("委托单位")]
[JsonProperty("consignDept")]
public string ConsignDept
{
get { return consignDept; }
set { consignDept = 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("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; }
}
///
/// 屈服强度1
///
[Description("屈服强度1")]
[JsonProperty("ysmin1")]
public string Ysmin1
{
get { return ysmin1; }
set { ysmin1 = value; }
}
///
/// 屈服强度2
///
[Description("屈服强度2")]
[JsonProperty("ysmin2")]
public string Ysmin2
{
get { return ysmin2; }
set { ysmin2 = value; }
}
///
/// 屈服强度3
///
[Description("屈服强度3")]
[JsonProperty("ysmin3")]
public string Ysmin3
{
get { return ysmin3; }
set { ysmin3 = value; }
}
///
/// 屈服类型
///
[Description("屈服类型")]
[JsonProperty("ysminName")]
public string YsminName
{
get { return ysminName; }
set { ysminName = value; }
}
///
/// 实际加载率1
///
[Description("实际加载率1")]
[JsonProperty("actualSYsmin1")]
public string ActualSYsmin1
{
get { return actualSYsmin1; }
set { actualSYsmin1 = value; }
}
///
/// 实际加载率2
///
[Description("实际加载率2")]
[JsonProperty("actualSYsmin2")]
public string ActualSYsmin2
{
get { return actualSYsmin2; }
set { actualSYsmin2 = value; }
}
///
/// 实际加载率3
///
[Description("实际加载率3")]
[JsonProperty("actualSYsmin3")]
public string ActualSYsmin3
{
get { return actualSYsmin3; }
set { actualSYsmin3 = value; }
}
///
/// 试样号1
///
[Description("试样号1")]
[JsonProperty("sampleNo1")]
public string SampleNo1
{
get { return sampleNo1; }
set { sampleNo1 = value; }
}
///
/// 试样号2
///
[Description("试样号2")]
[JsonProperty("sampleNo2")]
public string SampleNo2
{
get { return sampleNo2; }
set { sampleNo2 = value; }
}
///
/// 试样号3
///
[Description("试样号3")]
[JsonProperty("sampleNo3")]
public string SampleNo3
{
get { return sampleNo3; }
set { sampleNo3 = value; }
}
///
/// 试样个数
///
[Description("试样个数")]
[JsonProperty("sampleCount")]
public string SampleCount
{
get { return sampleCount; }
set { sampleCount = value; }
}
///
/// 加载挠度1
///
[Description("加载挠度1")]
[JsonProperty("actualLoad1")]
public decimal? ActualLoad1
{
get { return actualLoad1; }
set { actualLoad1 = value; }
}
///
/// 加载挠度2
///
[Description("加载挠度2")]
[JsonProperty("actualLoad2")]
public decimal? ActualLoad2
{
get { return actualLoad2; }
set { actualLoad2 = value; }
}
///
/// 加载挠度3
///
[Description("加载挠度3")]
[JsonProperty("actualLoad3")]
public decimal? ActualLoad3
{
get { return actualLoad3; }
set { actualLoad3 = value; }
}
///
/// PH值开始
///
[Description("PH值开始")]
[JsonProperty("nacePhS1")]
public string NacePhS1
{
get { return nacePhS1; }
set { nacePhS1 = value; }
}
///
/// PH值结束
///
[Description("PH值结束")]
[JsonProperty("nacePhF1")]
public string NacePhF1
{
get { return nacePhF1; }
set { nacePhF1 = value; }
}
///
/// 溶液类型
///
[Description("溶液类型")]
[JsonProperty("nacePhName")]
public string NacePhName
{
get { return nacePhName; }
set { nacePhName = value; }
}
///
/// 溶液H2S浓度开始
///
[Description("溶液H2S浓度开始")]
[JsonProperty("naceSolutionS1")]
public string NaceSolutionS1
{
get { return naceSolutionS1; }
set { naceSolutionS1 = value; }
}
///
/// 溶液H2S浓度结束
///
[Description("溶液H2S浓度结束")]
[JsonProperty("naceSolutionF1")]
public string NaceSolutionF1
{
get { return naceSolutionF1; }
set { naceSolutionF1 = value; }
}
///
/// 试验结果1
///
[Description("试验结果1")]
[JsonProperty("value1")]
public string Value1
{
get { return value1; }
set { value1 = value; }
}
///
/// 试验结果2
///
[Description("试验结果2")]
[JsonProperty("value2")]
public string Value2
{
get { return value2; }
set { value2 = value; }
}
///
/// 试验结果3
///
[Description("试验结果3")]
[JsonProperty("value3")]
public string Value3
{
get { return value3; }
set { value3 = value; }
}
///
/// 试验时间
///
[Description("试验时间")]
[JsonProperty("testTime")]
public string TestTime
{
get { return testTime; }
set { testTime = value; }
}
///
/// 试验温度
///
[Description("试验温度")]
[JsonProperty("itemNameW")]
public string ItemNameW
{
get { return itemNameW; }
set { itemNameW = value; }
}
///
/// 试样尺寸1
///
[Description("试样尺寸1")]
[JsonProperty("specimenSize1")]
public string SpecimenSize1
{
get { return specimenSize1; }
set { specimenSize1 = value; }
}
///
/// 试样尺寸2
///
[Description("试样尺寸2")]
[JsonProperty("specimenSize2")]
public string SpecimenSize2
{
get { return specimenSize2; }
set { specimenSize2 = value; }
}
///
/// 试样尺寸3
///
[Description("试样尺寸3")]
[JsonProperty("specimenSize3")]
public string SpecimenSize3
{
get { return specimenSize3; }
set { specimenSize3 = value; }
}
///
/// 报出
///
[Description("报出")]
[JsonProperty("reportedName")]
public string ReportedName
{
get { return reportedName; }
set { reportedName = value; }
}
///
/// sender
///
[Description("sender")]
[JsonProperty("checkName")]
public string CheckName
{
get { return checkName; }
set { checkName = value; }
}
///
/// 试验日期
///
[Description("试验日期")]
[JsonProperty("testDate")]
public string TestDate
{
get { return testDate; }
set { testDate = value; }
}
///
/// 报出日期
///
[Description("报出日期")]
[JsonProperty("reportedDate")]
public string ReportedDate
{
get { return reportedDate; }
set { reportedDate = value; }
}
///
/// 复核
///
[Description("复核")]
[JsonProperty("approvedName")]
public string ApprovedName
{
get { return approvedName; }
set { approvedName = value; }
}
///
/// 试验标准
///
[Description("试验标准")]
[JsonProperty("checkStd")]
public string CheckStd
{
get { return checkStd; }
set { checkStd = value; }
}
///
/// 备注
///
[Description("备注")]
[JsonProperty("remark")]
public string Remark
{
get { return remark; }
set { remark = value; }
}
}
}