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_PUGUANYINGDU所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/) /// 作者:WIN-3A78MC3TM5F 时间:2022-06-23 /// public class VJhyPuguanyingduEntity { /// /// 检验时间 /// 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 deviceName = ""; /// /// 班组 /// private string checkClass = ""; /// /// 温度 /// private string itemNameW = ""; /// /// 检验标准 /// private string checkStd = ""; /// /// 硬度类型 /// private string ydlx = ""; /// /// 硬度类型1 /// private string ydlx1 = ""; /// /// 标准值 /// private string stdmax = ""; /// /// 实测值 /// private string value1 = ""; /// /// 压痕1 /// private string value5 = ""; /// /// 压痕2 /// private string value6 = ""; /// /// 硬度值 /// private string t1value1 = ""; /// /// 平均值 /// private string averageValue = ""; /// /// 报出 /// private string checkName = ""; /// /// 备注 /// 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; } } /// /// 钢级 /// [Description("钢级")] [JsonProperty("steelGrade")] public string SteelGrade { get { return steelGrade; } set { steelGrade = value; } } /// /// 钢号 /// [Description("钢号")] [JsonProperty("steelNo")] public string SteelNo { get { return steelNo; } set { steelNo = value; } } /// /// 委托单位 /// private string consignDept = ""; /// /// 委托单位 /// [Description("委托单位")] [JsonProperty("consignDept")] public string ConsignDept { get { return consignDept; } set { consignDept = 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("deviceName")] public string DeviceName { get { return deviceName; } set { deviceName = value; } } /// /// 班组 /// [Description("班组")] [JsonProperty("checkClass")] public string CheckClass { get { return checkClass; } set { checkClass = 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("ydlx")] public string Ydlx { get { return ydlx; } set { ydlx = value; } } /// /// 硬度类型1 /// [Description("硬度类型1")] [JsonProperty("ydlx1")] public string Ydlx1 { get { return ydlx1; } set { ydlx1 = value; } } /// /// 标准值 /// [Description("标准值")] [JsonProperty("stdmax")] public string Stdmax { get { return stdmax; } set { stdmax = value; } } /// /// 实测值 /// [Description("实测值")] [JsonProperty("value1")] public string Value1 { get { return value1; } set { value1 = value; } } /// /// 压痕1 /// [Description("压痕1")] [JsonProperty("value5")] public string Value5 { get { return value5; } set { value5 = value; } } /// /// 压痕2 /// [Description("压痕2")] [JsonProperty("value6")] public string Value6 { get { return value6; } set { value6 = value; } } /// /// 硬度值 /// [Description("硬度值")] [JsonProperty("t1value1")] public string T1value1 { get { return t1value1; } set { t1value1 = value; } } /// /// 平均值 /// [Description("平均值")] [JsonProperty("averageValue")] public string AverageValue { get { return averageValue; } set { averageValue = value; } } /// /// 报出 /// [Description("报出")] [JsonProperty("checkName")] public string CheckName { get { return checkName; } set { checkName = value; } } /// /// 备注 /// [Description("备注")] [JsonProperty("remark")] public string Remark { get { return remark; } set { remark = value; } } } }