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_YKBP所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/) /// 作者:WIN-3A78MC3TM5F 时间:2022-06-24 /// public class VJhyYkbpEntity { /// /// 检验时间 /// 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 weight = ""; /// /// 扣型 /// private string connection = ""; /// /// 试验温度 /// private string itemNameW = ""; /// /// 压力介质 /// private string pressureMedium = ""; /// /// 压溃公制 /// private string t1value1 = ""; /// /// 爆破公制 /// private string t2value1 = ""; /// /// 滑脱公制 /// private string t3value1 = ""; /// /// 拉力公制 /// private string t1value4 = ""; /// /// 备注 /// private string remark = ""; /// /// 报出 /// private string reportedName = ""; /// /// 复查 /// private string approvedName = ""; /// /// 执行标准 /// private string checkStd = ""; /// /// 试验项目 /// private string phyNameMax = ""; /// /// 评定结果 /// private string testResult = ""; /// /// 检验时间 /// [Description("检验时间")] [JsonProperty("checkTime")] public string CheckTime { get { return checkTime; } set { checkTime = value; } } /// /// 委托单位 /// private string consignDept = ""; [Description("委托单位")] [JsonProperty("consignDept")] public string ConsignDept { get { return consignDept; } set { consignDept = 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; } } /// /// 外径 /// [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("weight")] public string Weight { get { return weight; } set { weight = value; } } /// /// 扣型 /// [Description("扣型")] [JsonProperty("connection")] public string Connection { get { return connection; } set { connection = value; } } /// /// 试验温度 /// [Description("试验温度")] [JsonProperty("itemNameW")] public string ItemNameW { get { return itemNameW; } set { itemNameW = value; } } /// /// 压力介质 /// [Description("压力介质")] [JsonProperty("pressureMedium")] public string PressureMedium { get { return pressureMedium; } set { pressureMedium = 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; } } /// /// 滑脱公制 /// [Description("滑脱公制")] [JsonProperty("t3value1")] public string T3value1 { get { return t3value1; } set { t3value1 = value; } } /// /// 拉力公制 /// [Description("拉力公制")] [JsonProperty("t1value4")] public string T1value4 { get { return t1value4; } set { t1value4 = value; } } /// /// 备注 /// [Description("备注")] [JsonProperty("remark")] public string Remark { get { return remark; } set { remark = value; } } /// /// 报出 /// [Description("报出")] [JsonProperty("reportedName")] public string ReportedName { get { return reportedName; } set { reportedName = 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("phyNameMax")] public string PhyNameMax { get { return phyNameMax; } set { phyNameMax = value; } } /// /// 评定结果 /// [Description("评定结果")] [JsonProperty("testResult")] public string TestResult { get { return testResult; } set { testResult = value; } } } }