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_JINXIANG所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/) /// 作者:WIN-3A78MC3TM5F 时间:2022-06-23 /// public class VJhyJinxiangEntity { /// /// 检验时间 /// private string checkTime = ""; /// /// 检验编号 /// private string checkNo = ""; /// /// 批号 /// private string batchNo = ""; /// /// 试样号 /// private string sampleNo = ""; /// /// 钢级 /// private string steelGrade = ""; /// /// 钢号 /// private string steelNo = ""; /// /// 外径 /// private string dimater = ""; /// /// 壁厚 /// private string height = ""; /// /// 钢种索引号 /// private string cic = ""; /// /// 试样类型 /// private string craftSource = ""; /// /// 炉号 /// private string heatNo = ""; /// /// 委托单位 /// private string consignDept = ""; /// /// A粗 /// private string a粗 = ""; /// /// A细 /// private string a细 = ""; /// /// B粗 /// private string b粗 = ""; /// /// B细 /// private string b细 = ""; /// /// C细 /// private string c细 = ""; /// /// D粗 /// private string d粗 = ""; /// /// D细 /// private string d细 = ""; /// /// TUOTANCENGNEI /// private string tuotancengnei = ""; /// /// TUOTANCENGWAI /// private string tuotancengwai = ""; /// /// ZUZHI /// private string zuzhi = ""; /// /// JINGLIDU /// private string jinglidu = ""; /// /// 报出 /// private string checkName = ""; /// /// 复查 /// private string auditName = ""; /// /// 备注 /// private string remark = ""; /// /// C粗 /// private string c粗 = ""; /// /// 班组 /// private string checkClass = ""; /// /// 试验温度 /// private string itemNameW = ""; /// /// 试验标准 /// private string checkStd = ""; /// /// 使用设备 /// private string deviceName = ""; /// /// DS /// private string ds = ""; /// /// WEISHIZUZHI /// private string weishizuzhi = ""; /// /// DAIZHUANGZUZHI /// private string daizhuangzuzhi = ""; /// /// QIUHUAZUZHI /// private string qiuhuazuzhi = ""; /// /// TIESUTI /// private string tiesuti = ""; /// /// JINGJIANFUSHI /// private string jingjianfushi = ""; /// /// 检验时间 /// [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("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("heatNo")] public string HeatNo { get { return heatNo; } set { heatNo = value; } } /// /// 委托单位 /// [Description("委托单位")] [JsonProperty("consignDept")] public string ConsignDept { get { return consignDept; } set { consignDept = value; } } /// /// A粗 /// [Description("A粗")] [JsonProperty("a粗")] public string A粗 { get { return a粗; } set { a粗 = value; } } /// /// A细 /// [Description("A细")] [JsonProperty("a细")] public string A细 { get { return a细; } set { a细 = value; } } /// /// B粗 /// [Description("B粗")] [JsonProperty("b粗")] public string B粗 { get { return b粗; } set { b粗 = value; } } /// /// B细 /// [Description("B细")] [JsonProperty("b细")] public string B细 { get { return b细; } set { b细 = value; } } /// /// C细 /// [Description("C细")] [JsonProperty("c细")] public string C细 { get { return c细; } set { c细 = value; } } /// /// D粗 /// [Description("D粗")] [JsonProperty("d粗")] public string D粗 { get { return d粗; } set { d粗 = value; } } /// /// D细 /// [Description("D细")] [JsonProperty("d细")] public string D细 { get { return d细; } set { d细 = value; } } /// /// TUOTANCENGNEI /// [Description("TUOTANCENGNEI")] [JsonProperty("tuotancengnei")] public string Tuotancengnei { get { return tuotancengnei; } set { tuotancengnei = value; } } /// /// TUOTANCENGWAI /// [Description("TUOTANCENGWAI")] [JsonProperty("tuotancengwai")] public string Tuotancengwai { get { return tuotancengwai; } set { tuotancengwai = value; } } /// /// ZUZHI /// [Description("ZUZHI")] [JsonProperty("zuzhi")] public string Zuzhi { get { return zuzhi; } set { zuzhi = value; } } /// /// JINGLIDU /// [Description("JINGLIDU")] [JsonProperty("jinglidu")] public string Jinglidu { get { return jinglidu; } set { jinglidu = value; } } /// /// 报出 /// [Description("报出")] [JsonProperty("checkName")] public string CheckName { get { return checkName; } set { checkName = value; } } /// /// 复查 /// [Description("复查")] [JsonProperty("auditName")] public string AuditName { get { return auditName; } set { auditName = value; } } /// /// 备注 /// [Description("备注")] [JsonProperty("remark")] public string Remark { get { return remark; } set { remark = value; } } /// /// C粗 /// [Description("C粗")] [JsonProperty("c粗")] public string C粗 { get { return c粗; } set { c粗 = 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("deviceName")] public string DeviceName { get { return deviceName; } set { deviceName = value; } } /// /// DS /// [Description("DS")] [JsonProperty("ds")] public string Ds { get { return ds; } set { ds = value; } } /// /// WEISHIZUZHI /// [Description("WEISHIZUZHI")] [JsonProperty("weishizuzhi")] public string Weishizuzhi { get { return weishizuzhi; } set { weishizuzhi = value; } } /// /// DAIZHUANGZUZHI /// [Description("DAIZHUANGZUZHI")] [JsonProperty("daizhuangzuzhi")] public string Daizhuangzuzhi { get { return daizhuangzuzhi; } set { daizhuangzuzhi = value; } } /// /// QIUHUAZUZHI /// [Description("QIUHUAZUZHI")] [JsonProperty("qiuhuazuzhi")] public string Qiuhuazuzhi { get { return qiuhuazuzhi; } set { qiuhuazuzhi = value; } } /// /// TIESUTI /// [Description("TIESUTI")] [JsonProperty("tiesuti")] public string Tiesuti { get { return tiesuti; } set { tiesuti = value; } } /// /// JINGJIANFUSHI /// [Description("JINGJIANFUSHI")] [JsonProperty("jingjianfushi")] public string Jingjianfushi { get { return jingjianfushi; } set { jingjianfushi = value; } } } }