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_SSCD所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/) /// 作者:WIN-3A78MC3TM5F 时间:2022-06-24 /// public class VJhySscdEntity { /// /// 检验时间 /// 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 ysmin1 = ""; /// /// 屈服类型 /// private string ysminName = ""; /// /// 给定载荷1 /// private string presetLoad1 = ""; /// /// 给定载荷2 /// private string presetLoad2 = ""; /// /// 给定载荷3 /// private string presetLoad3 = ""; /// /// 裂纹长度1 /// private decimal? crackLength1 = null; /// /// 裂纹长度2 /// private decimal? crackLength2 = null; /// /// 裂纹长度3 /// private decimal? crackLength3 = null; /// /// 试样号1 /// private string sampleNo1 = ""; /// /// 试样号2 /// private string sampleNo2 = ""; /// /// 试样号3 /// private string sampleNo3 = ""; /// /// 试样个数 /// private string sampleCount = ""; /// /// PH值开始 /// private string nacePhS1 = ""; /// /// PH值结束 /// private string nacePhF1 = ""; /// /// 溶液类型 /// private string nacePhName = ""; /// /// 试验结果1 /// private string value1 = ""; /// /// 试验结果2 /// private string value2 = ""; /// /// 试验结果3 /// private string value3 = ""; /// /// 试验结果平均 /// private string averageValue = ""; /// /// 试验时间 /// private string testTime = ""; /// /// 试验温度 /// private string itemNameW = ""; /// /// 试样尺寸1 /// private string specimenSize1 = ""; /// /// 试样尺寸2 /// private string specimenSize2 = ""; /// /// 试样尺寸3 /// private string specimenSize3 = ""; /// /// 报出 /// private string reportedName = ""; /// /// 试验日期 /// private string testDate = ""; /// /// 报出日期 /// private string reportedDate = ""; /// /// sender /// private string checkName = ""; /// /// 复核 /// private string approvedName = ""; /// /// 试验标准 /// private string checkStd = ""; /// /// 检验时间 /// [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; } } /// /// 最小屈服强度 /// [Description("最小屈服强度")] [JsonProperty("ysmin1")] public string Ysmin1 { get { return ysmin1; } set { ysmin1 = value; } } /// /// 屈服类型 /// [Description("屈服类型")] [JsonProperty("ysminName")] public string YsminName { get { return ysminName; } set { ysminName = value; } } /// /// 给定载荷1 /// [Description("给定载荷1")] [JsonProperty("presetLoad1")] public string PresetLoad1 { get { return presetLoad1; } set { presetLoad1 = value; } } /// /// 给定载荷2 /// [Description("给定载荷2")] [JsonProperty("presetLoad2")] public string PresetLoad2 { get { return presetLoad2; } set { presetLoad2 = value; } } /// /// 给定载荷3 /// [Description("给定载荷3")] [JsonProperty("presetLoad3")] public string PresetLoad3 { get { return presetLoad3; } set { presetLoad3 = value; } } /// /// 裂纹长度1 /// [Description("裂纹长度1")] [JsonProperty("crackLength1")] public decimal? CrackLength1 { get { return crackLength1; } set { crackLength1 = value; } } /// /// 裂纹长度2 /// [Description("裂纹长度2")] [JsonProperty("crackLength2")] public decimal? CrackLength2 { get { return crackLength2; } set { crackLength2 = value; } } /// /// 裂纹长度3 /// [Description("裂纹长度3")] [JsonProperty("crackLength3")] public decimal? CrackLength3 { get { return crackLength3; } set { crackLength3 = 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; } } /// /// 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; } } /// /// 试验结果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("averageValue")] public string AverageValue { get { return averageValue; } set { averageValue = 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; } } /// /// 试验日期 /// [Description("试验日期")] [JsonProperty("testDate")] public string TestDate { get { return testDate; } set { testDate = value; } } /// /// 报出日期 /// [Description("报出日期")] [JsonProperty("reportedDate")] public string ReportedDate { get { return reportedDate; } set { reportedDate = value; } } /// /// sender /// [Description("sender")] [JsonProperty("checkName")] public string CheckName { get { return checkName; } set { checkName = 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; } } } }