| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647 |
- 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
- {
- /// <summary>
- /// 数据库表V_JHY_SSCD所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/)
- /// 作者:WIN-3A78MC3TM5F 时间:2022-06-24
- /// </summary>
- public class VJhySscdEntity
- {
- /// <summary>
- /// 检验时间
- /// </summary>
- private string checkTime = "";
- /// <summary>
- /// 检验编号
- /// </summary>
- private string checkNo = "";
- /// <summary>
- /// 批号
- /// </summary>
- private string batchNo = "";
- /// <summary>
- /// 试样号
- /// </summary>
- private string sampleNo = "";
- /// <summary>
- /// 炉号
- /// </summary>
- private string heatNo = "";
- /// <summary>
- /// 钢级
- /// </summary>
- private string steelGrade = "";
- /// <summary>
- /// 钢号
- /// </summary>
- private string steelNo = "";
- /// <summary>
- /// 外径
- /// </summary>
- private string dimater = "";
- /// <summary>
- /// 壁厚
- /// </summary>
- private string height = "";
- /// <summary>
- /// 钢种索引号
- /// </summary>
- private string cic = "";
- /// <summary>
- /// 试样类型
- /// </summary>
- private string craftSource = "";
- /// <summary>
- /// 最小屈服强度
- /// </summary>
- private string ysmin1 = "";
- /// <summary>
- /// 屈服类型
- /// </summary>
- private string ysminName = "";
- /// <summary>
- /// 给定载荷1
- /// </summary>
- private string presetLoad1 = "";
- /// <summary>
- /// 给定载荷2
- /// </summary>
- private string presetLoad2 = "";
- /// <summary>
- /// 给定载荷3
- /// </summary>
- private string presetLoad3 = "";
- /// <summary>
- /// 裂纹长度1
- /// </summary>
- private decimal? crackLength1 = null;
- /// <summary>
- /// 裂纹长度2
- /// </summary>
- private decimal? crackLength2 = null;
- /// <summary>
- /// 裂纹长度3
- /// </summary>
- private decimal? crackLength3 = null;
- /// <summary>
- /// 试样号1
- /// </summary>
- private string sampleNo1 = "";
- /// <summary>
- /// 试样号2
- /// </summary>
- private string sampleNo2 = "";
- /// <summary>
- /// 试样号3
- /// </summary>
- private string sampleNo3 = "";
- /// <summary>
- /// 试样个数
- /// </summary>
- private string sampleCount = "";
- /// <summary>
- /// PH值开始
- /// </summary>
- private string nacePhS1 = "";
- /// <summary>
- /// PH值结束
- /// </summary>
- private string nacePhF1 = "";
- /// <summary>
- /// 溶液类型
- /// </summary>
- private string nacePhName = "";
- /// <summary>
- /// 试验结果1
- /// </summary>
- private string value1 = "";
- /// <summary>
- /// 试验结果2
- /// </summary>
- private string value2 = "";
- /// <summary>
- /// 试验结果3
- /// </summary>
- private string value3 = "";
- /// <summary>
- /// 试验结果平均
- /// </summary>
- private string averageValue = "";
- /// <summary>
- /// 试验时间
- /// </summary>
- private string testTime = "";
- /// <summary>
- /// 试验温度
- /// </summary>
- private string itemNameW = "";
- /// <summary>
- /// 试样尺寸1
- /// </summary>
- private string specimenSize1 = "";
- /// <summary>
- /// 试样尺寸2
- /// </summary>
- private string specimenSize2 = "";
- /// <summary>
- /// 试样尺寸3
- /// </summary>
- private string specimenSize3 = "";
- /// <summary>
- /// 报出
- /// </summary>
- private string reportedName = "";
- /// <summary>
- /// 试验日期
- /// </summary>
- private string testDate = "";
- /// <summary>
- /// 报出日期
- /// </summary>
- private string reportedDate = "";
- /// <summary>
- /// sender
- /// </summary>
- private string checkName = "";
- /// <summary>
- /// 复核
- /// </summary>
- private string approvedName = "";
- /// <summary>
- /// 试验标准
- /// </summary>
- private string checkStd = "";
- /// <summary>
- /// 检验时间
- /// </summary>
- [Description("检验时间")]
- [JsonProperty("checkTime")]
- public string CheckTime
- {
- get { return checkTime; }
- set { checkTime = value; }
- }
- /// <summary>
- /// 检验编号
- /// </summary>
- [Description("检验编号")]
- [JsonProperty("checkNo")]
- public string CheckNo
- {
- get { return checkNo; }
- set { checkNo = value; }
- }
- /// <summary>
- /// 委托单位
- /// </summary>
- private string consignDept = "";
- [Description("委托单位")]
- [JsonProperty("consignDept")]
- public string ConsignDept
- {
- get { return consignDept; }
- set { consignDept = value; }
- }
- /// <summary>
- /// 批号
- /// </summary>
- [Description("批号")]
- [JsonProperty("batchNo")]
- public string BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- /// <summary>
- /// 试样号
- /// </summary>
- [Description("试样号")]
- [JsonProperty("sampleNo")]
- public string SampleNo
- {
- get { return sampleNo; }
- set { sampleNo = value; }
- }
- /// <summary>
- /// 炉号
- /// </summary>
- [Description("炉号")]
- [JsonProperty("heatNo")]
- public string HeatNo
- {
- get { return heatNo; }
- set { heatNo = value; }
- }
- /// <summary>
- /// 钢级
- /// </summary>
- [Description("钢级")]
- [JsonProperty("steelGrade")]
- public string SteelGrade
- {
- get { return steelGrade; }
- set { steelGrade = value; }
- }
- /// <summary>
- /// 钢号
- /// </summary>
- [Description("钢号")]
- [JsonProperty("steelNo")]
- public string SteelNo
- {
- get { return steelNo; }
- set { steelNo = value; }
- }
- /// <summary>
- /// 外径
- /// </summary>
- [Description("外径")]
- [JsonProperty("dimater")]
- public string Dimater
- {
- get { return dimater; }
- set { dimater = value; }
- }
- /// <summary>
- /// 壁厚
- /// </summary>
- [Description("壁厚")]
- [JsonProperty("height")]
- public string Height
- {
- get { return height; }
- set { height = value; }
- }
- /// <summary>
- /// 钢种索引号
- /// </summary>
- [Description("钢种索引号")]
- [JsonProperty("cic")]
- public string Cic
- {
- get { return cic; }
- set { cic = value; }
- }
- /// <summary>
- /// 试样类型
- /// </summary>
- [Description("试样类型")]
- [JsonProperty("craftSource")]
- public string CraftSource
- {
- get { return craftSource; }
- set { craftSource = value; }
- }
- /// <summary>
- /// 最小屈服强度
- /// </summary>
- [Description("最小屈服强度")]
- [JsonProperty("ysmin1")]
- public string Ysmin1
- {
- get { return ysmin1; }
- set { ysmin1 = value; }
- }
- /// <summary>
- /// 屈服类型
- /// </summary>
- [Description("屈服类型")]
- [JsonProperty("ysminName")]
- public string YsminName
- {
- get { return ysminName; }
- set { ysminName = value; }
- }
- /// <summary>
- /// 给定载荷1
- /// </summary>
- [Description("给定载荷1")]
- [JsonProperty("presetLoad1")]
- public string PresetLoad1
- {
- get { return presetLoad1; }
- set { presetLoad1 = value; }
- }
- /// <summary>
- /// 给定载荷2
- /// </summary>
- [Description("给定载荷2")]
- [JsonProperty("presetLoad2")]
- public string PresetLoad2
- {
- get { return presetLoad2; }
- set { presetLoad2 = value; }
- }
- /// <summary>
- /// 给定载荷3
- /// </summary>
- [Description("给定载荷3")]
- [JsonProperty("presetLoad3")]
- public string PresetLoad3
- {
- get { return presetLoad3; }
- set { presetLoad3 = value; }
- }
- /// <summary>
- /// 裂纹长度1
- /// </summary>
- [Description("裂纹长度1")]
- [JsonProperty("crackLength1")]
- public decimal? CrackLength1
- {
- get { return crackLength1; }
- set { crackLength1 = value; }
- }
- /// <summary>
- /// 裂纹长度2
- /// </summary>
- [Description("裂纹长度2")]
- [JsonProperty("crackLength2")]
- public decimal? CrackLength2
- {
- get { return crackLength2; }
- set { crackLength2 = value; }
- }
- /// <summary>
- /// 裂纹长度3
- /// </summary>
- [Description("裂纹长度3")]
- [JsonProperty("crackLength3")]
- public decimal? CrackLength3
- {
- get { return crackLength3; }
- set { crackLength3 = value; }
- }
- /// <summary>
- /// 试样号1
- /// </summary>
- [Description("试样号1")]
- [JsonProperty("sampleNo1")]
- public string SampleNo1
- {
- get { return sampleNo1; }
- set { sampleNo1 = value; }
- }
- /// <summary>
- /// 试样号2
- /// </summary>
- [Description("试样号2")]
- [JsonProperty("sampleNo2")]
- public string SampleNo2
- {
- get { return sampleNo2; }
- set { sampleNo2 = value; }
- }
- /// <summary>
- /// 试样号3
- /// </summary>
- [Description("试样号3")]
- [JsonProperty("sampleNo3")]
- public string SampleNo3
- {
- get { return sampleNo3; }
- set { sampleNo3 = value; }
- }
- /// <summary>
- /// 试样个数
- /// </summary>
- [Description("试样个数")]
- [JsonProperty("sampleCount")]
- public string SampleCount
- {
- get { return sampleCount; }
- set { sampleCount = value; }
- }
- /// <summary>
- /// PH值开始
- /// </summary>
- [Description("PH值开始")]
- [JsonProperty("nacePhS1")]
- public string NacePhS1
- {
- get { return nacePhS1; }
- set { nacePhS1 = value; }
- }
- /// <summary>
- /// PH值结束
- /// </summary>
- [Description("PH值结束")]
- [JsonProperty("nacePhF1")]
- public string NacePhF1
- {
- get { return nacePhF1; }
- set { nacePhF1 = value; }
- }
- /// <summary>
- /// 溶液类型
- /// </summary>
- [Description("溶液类型")]
- [JsonProperty("nacePhName")]
- public string NacePhName
- {
- get { return nacePhName; }
- set { nacePhName = value; }
- }
- /// <summary>
- /// 试验结果1
- /// </summary>
- [Description("试验结果1")]
- [JsonProperty("value1")]
- public string Value1
- {
- get { return value1; }
- set { value1 = value; }
- }
- /// <summary>
- /// 试验结果2
- /// </summary>
- [Description("试验结果2")]
- [JsonProperty("value2")]
- public string Value2
- {
- get { return value2; }
- set { value2 = value; }
- }
- /// <summary>
- /// 试验结果3
- /// </summary>
- [Description("试验结果3")]
- [JsonProperty("value3")]
- public string Value3
- {
- get { return value3; }
- set { value3 = value; }
- }
- /// <summary>
- /// 试验结果平均
- /// </summary>
- [Description("试验结果平均")]
- [JsonProperty("averageValue")]
- public string AverageValue
- {
- get { return averageValue; }
- set { averageValue = value; }
- }
- /// <summary>
- /// 试验时间
- /// </summary>
- [Description("试验时间")]
- [JsonProperty("testTime")]
- public string TestTime
- {
- get { return testTime; }
- set { testTime = value; }
- }
- /// <summary>
- /// 试验温度
- /// </summary>
- [Description("试验温度")]
- [JsonProperty("itemNameW")]
- public string ItemNameW
- {
- get { return itemNameW; }
- set { itemNameW = value; }
- }
- /// <summary>
- /// 试样尺寸1
- /// </summary>
- [Description("试样尺寸1")]
- [JsonProperty("specimenSize1")]
- public string SpecimenSize1
- {
- get { return specimenSize1; }
- set { specimenSize1 = value; }
- }
- /// <summary>
- /// 试样尺寸2
- /// </summary>
- [Description("试样尺寸2")]
- [JsonProperty("specimenSize2")]
- public string SpecimenSize2
- {
- get { return specimenSize2; }
- set { specimenSize2 = value; }
- }
- /// <summary>
- /// 试样尺寸3
- /// </summary>
- [Description("试样尺寸3")]
- [JsonProperty("specimenSize3")]
- public string SpecimenSize3
- {
- get { return specimenSize3; }
- set { specimenSize3 = value; }
- }
- /// <summary>
- /// 报出
- /// </summary>
- [Description("报出")]
- [JsonProperty("reportedName")]
- public string ReportedName
- {
- get { return reportedName; }
- set { reportedName = value; }
- }
- /// <summary>
- /// 试验日期
- /// </summary>
- [Description("试验日期")]
- [JsonProperty("testDate")]
- public string TestDate
- {
- get { return testDate; }
- set { testDate = value; }
- }
- /// <summary>
- /// 报出日期
- /// </summary>
- [Description("报出日期")]
- [JsonProperty("reportedDate")]
- public string ReportedDate
- {
- get { return reportedDate; }
- set { reportedDate = value; }
- }
- /// <summary>
- /// sender
- /// </summary>
- [Description("sender")]
- [JsonProperty("checkName")]
- public string CheckName
- {
- get { return checkName; }
- set { checkName = value; }
- }
- /// <summary>
- /// 复核
- /// </summary>
- [Description("复核")]
- [JsonProperty("approvedName")]
- public string ApprovedName
- {
- get { return approvedName; }
- set { approvedName = value; }
- }
- /// <summary>
- /// 试验标准
- /// </summary>
- [Description("试验标准")]
- [JsonProperty("checkStd")]
- public string CheckStd
- {
- get { return checkStd; }
- set { checkStd = value; }
- }
- }
- }
|