| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637 |
- 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_HUAXUEFENXI所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/)
- /// 作者:WIN-3A78MC3TM5F 时间:2022-06-23
- /// </summary>
- public class VJhyHuaxuefenxiEntity
- {
- /// <summary>
- /// 检验时间
- /// </summary>
- private string checkTime = "";
- /// <summary>
- /// 检验编号
- /// </summary>
- private string checkNo = "";
- /// <summary>
- /// 试样号
- /// </summary>
- private string sampleNo = "";
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- private string stoveNo = "";
- /// <summary>
- /// 判定炉号
- /// </summary>
- private string heatNo = "";
- /// <summary>
- /// 钢号
- /// </summary>
- private string steelNo = "";
- /// <summary>
- /// 钢级
- /// </summary>
- private string steelGrade = "";
- /// <summary>
- /// 外径
- /// </summary>
- private string dimater = "";
- /// <summary>
- /// 壁厚
- /// </summary>
- private string height = "";
- /// <summary>
- /// 钢种索引码
- /// </summary>
- private string cic = "";
- /// <summary>
- /// 试样类型
- /// </summary>
- private string craftSource = "";
- /// <summary>
- /// 委托单位
- /// </summary>
- private string consignDept = "";
- /// <summary>
- /// C
- /// </summary>
- private string c = "";
- /// <summary>
- /// SI
- /// </summary>
- private string si = "";
- /// <summary>
- /// MN
- /// </summary>
- private string mn = "";
- /// <summary>
- /// P
- /// </summary>
- private string p = "";
- /// <summary>
- /// S
- /// </summary>
- private string s = "";
- /// <summary>
- /// NI
- /// </summary>
- private string ni = "";
- /// <summary>
- /// CR
- /// </summary>
- private string cr = "";
- /// <summary>
- /// MO
- /// </summary>
- private string mo = "";
- /// <summary>
- /// CU
- /// </summary>
- private string cu = "";
- /// <summary>
- /// AL
- /// </summary>
- private string al = "";
- /// <summary>
- /// V
- /// </summary>
- private string v = "";
- /// <summary>
- /// NB
- /// </summary>
- private string nb = "";
- /// <summary>
- /// TI
- /// </summary>
- private string ti = "";
- /// <summary>
- /// B
- /// </summary>
- private string b = "";
- /// <summary>
- /// PB
- /// </summary>
- private string pb = "";
- /// <summary>
- /// SN
- /// </summary>
- private string sn = "";
- /// <summary>
- /// AS1
- /// </summary>
- private string as1 = "";
- /// <summary>
- /// SB
- /// </summary>
- private string sb = "";
- /// <summary>
- /// BI
- /// </summary>
- private string bi = "";
- /// <summary>
- /// O
- /// </summary>
- private string o = "";
- /// <summary>
- /// N
- /// </summary>
- private string n = "";
- /// <summary>
- /// H
- /// </summary>
- private string h = "";
- /// <summary>
- /// CA
- /// </summary>
- private string ca = "";
- /// <summary>
- /// W
- /// </summary>
- private string w = "";
- /// <summary>
- /// ZR
- /// </summary>
- private string zr = "";
- /// <summary>
- /// ZN
- /// </summary>
- private string zn = "";
- /// <summary>
- /// ALT
- /// </summary>
- private string alt = "";
- /// cEⅡw
- /// </summary>
- private string ceⅱw = "";
- /// <summary>
- /// cEpcm
- /// </summary>
- private string cepcm = "";
- /// <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>
- [Description("试样号")]
- [JsonProperty("sampleNo")]
- public string SampleNo
- {
- get { return sampleNo; }
- set { sampleNo = value; }
- }
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- [Description("熔炼炉号")]
- [JsonProperty("stoveNo")]
- public string StoveNo
- {
- get { return stoveNo; }
- set { stoveNo = value; }
- }
- /// <summary>
- /// 判定炉号
- /// </summary>
- [Description("判定炉号")]
- [JsonProperty("heatNo")]
- public string HeatNo
- {
- get { return heatNo; }
- set { heatNo = value; }
- }
- /// <summary>
- /// 钢号
- /// </summary>
- [Description("钢号")]
- [JsonProperty("steelNo")]
- public string SteelNo
- {
- get { return steelNo; }
- set { steelNo = value; }
- }
- /// <summary>
- /// 钢级
- /// </summary>
- [Description("钢级")]
- [JsonProperty("steelGrade")]
- public string SteelGrade
- {
- get { return steelGrade; }
- set { steelGrade = 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("consignDept")]
- public string ConsignDept
- {
- get { return consignDept; }
- set { consignDept = value; }
- }
-
- /// <summary>
- /// C
- /// </summary>
- [Description("C")]
- [JsonProperty("c")]
- public string C
- {
- get { return c; }
- set { c = value; }
- }
- /// <summary>
- /// SI
- /// </summary>
- [Description("SI")]
- [JsonProperty("si")]
- public string Si
- {
- get { return si; }
- set { si = value; }
- }
- /// <summary>
- /// MN
- /// </summary>
- [Description("MN")]
- [JsonProperty("mn")]
- public string Mn
- {
- get { return mn; }
- set { mn = value; }
- }
- /// <summary>
- /// P
- /// </summary>
- [Description("P")]
- [JsonProperty("p")]
- public string P
- {
- get { return p; }
- set { p = value; }
- }
- /// <summary>
- /// S
- /// </summary>
- [Description("S")]
- [JsonProperty("s")]
- public string S
- {
- get { return s; }
- set { s = value; }
- }
- /// <summary>
- /// NI
- /// </summary>
- [Description("NI")]
- [JsonProperty("ni")]
- public string Ni
- {
- get { return ni; }
- set { ni = value; }
- }
- /// <summary>
- /// CR
- /// </summary>
- [Description("CR")]
- [JsonProperty("cr")]
- public string Cr
- {
- get { return cr; }
- set { cr = value; }
- }
- /// <summary>
- /// MO
- /// </summary>
- [Description("MO")]
- [JsonProperty("mo")]
- public string Mo
- {
- get { return mo; }
- set { mo = value; }
- }
- /// <summary>
- /// CU
- /// </summary>
- [Description("CU")]
- [JsonProperty("cu")]
- public string Cu
- {
- get { return cu; }
- set { cu = value; }
- }
- /// <summary>
- /// AL
- /// </summary>
- [Description("AL")]
- [JsonProperty("al")]
- public string Al
- {
- get { return al; }
- set { al = value; }
- }
- /// <summary>
- /// V
- /// </summary>
- [Description("V")]
- [JsonProperty("v")]
- public string V
- {
- get { return v; }
- set { v = value; }
- }
- /// <summary>
- /// NB
- /// </summary>
- [Description("NB")]
- [JsonProperty("nb")]
- public string Nb
- {
- get { return nb; }
- set { nb = value; }
- }
- /// <summary>
- /// TI
- /// </summary>
- [Description("TI")]
- [JsonProperty("ti")]
- public string Ti
- {
- get { return ti; }
- set { ti = value; }
- }
- /// <summary>
- /// B
- /// </summary>
- [Description("B")]
- [JsonProperty("b")]
- public string B
- {
- get { return b; }
- set { b = value; }
- }
- /// <summary>
- /// PB
- /// </summary>
- [Description("PB")]
- [JsonProperty("pb")]
- public string Pb
- {
- get { return pb; }
- set { pb = value; }
- }
- /// <summary>
- /// SN
- /// </summary>
- [Description("SN")]
- [JsonProperty("sn")]
- public string Sn
- {
- get { return sn; }
- set { sn = value; }
- }
- /// <summary>
- /// AS1
- /// </summary>
- [Description("AS1")]
- [JsonProperty("as1")]
- public string As1
- {
- get { return as1; }
- set { as1 = value; }
- }
- /// <summary>
- /// SB
- /// </summary>
- [Description("SB")]
- [JsonProperty("sb")]
- public string Sb
- {
- get { return sb; }
- set { sb = value; }
- }
- /// <summary>
- /// BI
- /// </summary>
- [Description("BI")]
- [JsonProperty("bi")]
- public string Bi
- {
- get { return bi; }
- set { bi = value; }
- }
- /// <summary>
- /// O
- /// </summary>
- [Description("O")]
- [JsonProperty("o")]
- public string O
- {
- get { return o; }
- set { o = value; }
- }
- /// <summary>
- /// N
- /// </summary>
- [Description("N")]
- [JsonProperty("n")]
- public string N
- {
- get { return n; }
- set { n = value; }
- }
- /// <summary>
- /// H
- /// </summary>
- [Description("H")]
- [JsonProperty("h")]
- public string H
- {
- get { return h; }
- set { h = value; }
- }
- /// <summary>
- /// CA
- /// </summary>
- [Description("CA")]
- [JsonProperty("ca")]
- public string Ca
- {
- get { return ca; }
- set { ca = value; }
- }
- /// <summary>
- /// W
- /// </summary>
- [Description("W")]
- [JsonProperty("w")]
- public string W
- {
- get { return w; }
- set { w = value; }
- }
- /// <summary>
- /// ZR
- /// </summary>
- [Description("ZR")]
- [JsonProperty("zr")]
- public string Zr
- {
- get { return zr; }
- set { zr = value; }
- }
- /// <summary>
- /// ZN
- /// </summary>
- [Description("ZN")]
- [JsonProperty("zn")]
- public string Zn
- {
- get { return zn; }
- set { zn = value; }
- }
- /// <summary>
- /// ALT
- /// </summary>
- [Description("ALT")]
- [JsonProperty("alt")]
- public string Alt
- {
- get { return alt; }
- set { alt = value; }
- }
- /// <summary>
- /// cEⅡw
- /// </summary>
- [Description("CEⅡw")]
- [Nullable(true)]
- [DataLength(64)]
- public string Ceⅱw
- {
- get { return ceⅱw; }
- set { ceⅱw = value; }
- }
- /// <summary>
- /// cEpcm
- /// </summary>
- [Description("CEpcm")]
- [Nullable(true)]
- [DataLength(64)]
- public string Cepcm
- {
- get { return cepcm; }
- set { cepcm = value; }
- }
- }
- }
|