using Newtonsoft.Json;
using System.ComponentModel;
namespace Core.StlMes.Client.Judge.Models
{
///
/// 数据库表QCM_JHY_ELEMENTS所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:Chenxi-PC2 时间:2016-03-18
///
public class QcmJhyElementsEntity
{
///
/// 成分化验号
///
private string assayno = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 性能批号
///
private string batchNo = "";
///
/// 类型(A:熔炼成分;B:成品成分)
///
private string assaytype = "";
///
/// 标志(0:未判,1:已判定)
///
private string flag = "";
///
/// 碳
///
private string c = "";
///
/// 硅
///
private string si = "";
///
/// 锰
///
private string mn = "";
///
/// 磷
///
private string p = "";
///
/// 硫
///
private string s = "";
///
/// 镍
///
private string ni = "";
///
/// 铬
///
private string cr = "";
///
/// 铜
///
private string cu = "";
///
/// 砷
///
private string asn = "";
///
/// 钛
///
private string ti = "";
///
/// 钒
///
private string v = "";
///
/// 钼
///
private string mo = "";
///
/// 硼
///
private string b = "";
///
/// 钨
///
private string w = "";
///
/// 铝
///
private string al = "";
///
/// 锌
///
private string zn = "";
///
/// 铅
///
private string pb = "";
///
/// 锡
///
private string sn = "";
///
/// 钙
///
private string ca = "";
///
/// 镧
///
private string la = "";
///
/// 锑
///
private string sb = "";
///
/// 铈
///
private string ce = "";
///
/// 硒
///
private string se = "";
///
/// 镁
///
private string mg = "";
///
/// 铌
///
private string nb = "";
///
/// 镉
///
private string cd = "";
///
/// 铋
///
private string bi = "";
///
/// 氮
///
private string n = "";
///
/// 氢
///
private string h = "";
///
/// 氧
///
private string o = "";
///
/// 铁
///
private string fe = "";
///
/// 全铝
///
private string alt = "";
///
/// 酸溶铝
///
private string als = "";
///
/// 酸不溶铝
///
private string alins = "";
///
/// BS
///
private string bs = "";
///
/// BN
///
private string bn = "";
///
/// MgO
///
private string mgo = "";
///
/// SiO2
///
private string sio2 = "";
///
/// Al2O3
///
private string al2o3 = "";
///
/// T.FeO
///
private string tfeo = "";
///
/// Fe2O3
///
private string fe2o3 = "";
///
/// H2O
///
private string h2o = "";
///
/// CaF2
///
private string caf2 = "";
///
/// P2O5
///
private string p2o5 = "";
///
/// TFE
///
private string tfe = "";
///
/// CR2O3
///
private string cr2o3 = "";
///
/// TIO2
///
private string tio2 = "";
///
/// MNO
///
private string mno = "";
///
/// P2O5
///
private string v2o5 = "";
///
/// FEO
///
private string feo = "";
///
/// CaO
///
private string cao = "";
private string zr = "";
private string co = "";
private string ta = "";
///
/// 系数
///
private string f = "";
///
/// 检验编号(从表QCM_JHY_SAMPLE_D中带过来)
///
private string sampleId = "";
///
/// 序号(从表QCM_JHY_SAMPLE_D中带过来)
///
private decimal? xh = null;
///
/// 光谱仪类型(QSN750/OBLF)
///
private string machine = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 删除人
///
private string deleteName = "";
///
/// 删除时间
///
private string deleteTime = "";
///
/// 有效标志(1:有效,0:无效)
///
private string validflag = "";
///
/// 备注
///
private string memo = "";
private string sampleNo = "";
private string plineCode = "";
private string judgeFlag = "";
private string plineName = "";
private string nkResult = "";
///
/// 成分化验号
///
[Description("成分化验号")]
[JsonProperty("assayno")]
public string Assayno
{
get { return assayno; }
set { assayno = value; }
}
///
/// 冶炼炉号
///
[Description("冶炼炉号")]
[JsonProperty("stoveNo")]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[JsonProperty("judgeStoveNo")]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 性能批号
///
[Description("性能批号")]
[JsonProperty("batchNo")]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 类型(A:熔炼成分;B:成品成分)
///
[Description("类型")]
[JsonProperty("assaytype")]
public string Assaytype
{
get { return assaytype; }
set { assaytype = value; }
}
///
/// 标志(0:未判,1:已判定)
///
[Description("标志")]
[JsonProperty("flag")]
public string Flag
{
get { return flag; }
set { flag = value; }
}
///
/// 碳
///
[Description("C")]
[JsonProperty("c")]
public string C
{
get { return c; }
set { c = value; }
}
///
/// 硅
///
[Description("Si")]
[JsonProperty("si")]
public string Si
{
get { return si; }
set { si = value; }
}
///
/// 锰
///
[Description("Mn")]
[JsonProperty("mn")]
public string Mn
{
get { return mn; }
set { mn = value; }
}
///
/// 磷
///
[Description("P")]
[JsonProperty("p")]
public string P
{
get { return p; }
set { p = value; }
}
///
/// 硫
///
[Description("S")]
[JsonProperty("s")]
public string S
{
get { return s; }
set { s = value; }
}
///
/// 镍
///
[Description("Ni")]
[JsonProperty("ni")]
public string Ni
{
get { return ni; }
set { ni = value; }
}
///
/// 铬
///
[Description("Cr")]
[JsonProperty("cr")]
public string Cr
{
get { return cr; }
set { cr = value; }
}
///
/// 铜
///
[Description("Cu")]
[JsonProperty("cu")]
public string Cu
{
get { return cu; }
set { cu = value; }
}
///
/// 砷
///
[Description("Asn")]
[JsonProperty("asn")]
public string Asn
{
get { return asn; }
set { asn = value; }
}
///
/// 钛
///
[Description("Ti")]
[JsonProperty("ti")]
public string Ti
{
get { return ti; }
set { ti = value; }
}
///
/// 钒
///
[Description("V")]
[JsonProperty("v")]
public string V
{
get { return v; }
set { v = value; }
}
///
/// 钼
///
[Description("Mo")]
[JsonProperty("mo")]
public string Mo
{
get { return mo; }
set { mo = value; }
}
///
/// 硼
///
[Description("B")]
[JsonProperty("b")]
public string B
{
get { return b; }
set { b = value; }
}
///
/// 钨
///
[Description("W")]
[JsonProperty("w")]
public string W
{
get { return w; }
set { w = value; }
}
///
/// 铝
///
[Description("Al")]
[JsonProperty("al")]
public string Al
{
get { return al; }
set { al = value; }
}
///
/// 锌
///
[Description("Zn")]
[JsonProperty("zn")]
public string Zn
{
get { return zn; }
set { zn = value; }
}
///
/// 铅
///
[Description("Pb")]
[JsonProperty("pb")]
public string Pb
{
get { return pb; }
set { pb = value; }
}
///
/// 锡
///
[Description("Sn")]
[JsonProperty("sn")]
public string Sn
{
get { return sn; }
set { sn = value; }
}
///
/// 钙
///
[Description("Ca")]
[JsonProperty("ca")]
public string Ca
{
get { return ca; }
set { ca = value; }
}
///
/// 镧
///
[Description("La")]
[JsonProperty("la")]
public string La
{
get { return la; }
set { la = value; }
}
///
/// 锑
///
[Description("Sb")]
[JsonProperty("sb")]
public string Sb
{
get { return sb; }
set { sb = value; }
}
///
/// 铈
///
[Description("Ce")]
[JsonProperty("ce")]
public string Ce
{
get { return ce; }
set { ce = value; }
}
///
/// 硒
///
[Description("Se")]
[JsonProperty("se")]
public string Se
{
get { return se; }
set { se = value; }
}
///
/// 镁
///
[Description("Mg")]
[JsonProperty("mg")]
public string Mg
{
get { return mg; }
set { mg = value; }
}
///
/// 铌
///
[Description("Nb")]
[JsonProperty("nb")]
public string Nb
{
get { return nb; }
set { nb = value; }
}
///
/// 镉
///
[Description("Cd")]
[JsonProperty("cd")]
public string Cd
{
get { return cd; }
set { cd = value; }
}
///
/// 铋
///
[Description("Bi")]
[JsonProperty("bi")]
public string Bi
{
get { return bi; }
set { bi = value; }
}
///
/// 氮
///
[Description("N")]
[JsonProperty("n")]
public string N
{
get { return n; }
set { n = value; }
}
///
/// 氢
///
[Description("H")]
[JsonProperty("h")]
public string H
{
get { return h; }
set { h = value; }
}
///
/// 氧
///
[Description("O")]
[JsonProperty("o")]
public string O
{
get { return o; }
set { o = value; }
}
///
/// 铁
///
[Description("Fe")]
[JsonProperty("fe")]
public string Fe
{
get { return fe; }
set { fe = value; }
}
///
/// 全铝
///
[Description("Alt")]
[JsonProperty("alt")]
public string Alt
{
get { return alt; }
set { alt = value; }
}
///
/// 酸溶铝
///
[Description("Als")]
[JsonProperty("als")]
public string Als
{
get { return als; }
set { als = value; }
}
///
/// 酸不溶铝
///
[Description("Alins")]
[JsonProperty("alins")]
public string Alins
{
get { return alins; }
set { alins = value; }
}
///
/// BS
///
[Description("BS")]
[JsonProperty("bs")]
public string Bs
{
get { return bs; }
set { bs = value; }
}
///
/// BN
///
[Description("BN")]
[JsonProperty("bn")]
public string Bn
{
get { return bn; }
set { bn = value; }
}
///
/// MgO
///
[Description("MgO")]
[JsonProperty("mgo")]
public string Mgo
{
get { return mgo; }
set { mgo = value; }
}
///
/// SiO2
///
[Description("SiO2")]
[JsonProperty("sio2")]
public string Sio2
{
get { return sio2; }
set { sio2 = value; }
}
///
/// Al2O3
///
[Description("Al2O3")]
[JsonProperty("al2o3")]
public string Al2o3
{
get { return al2o3; }
set { al2o3 = value; }
}
///
/// T.FeO
///
[Description("T.FeO")]
[JsonProperty("tfeo")]
public string Tfeo
{
get { return tfeo; }
set { tfeo = value; }
}
///
/// Fe2O3
///
[Description("Fe2O3")]
[JsonProperty("fe2o3")]
public string Fe2o3
{
get { return fe2o3; }
set { fe2o3 = value; }
}
///
/// H2O
///
[Description("H2O")]
[JsonProperty("h2o")]
public string H2o
{
get { return h2o; }
set { h2o = value; }
}
///
/// CaF2
///
[Description("CaF2")]
[JsonProperty("caf2")]
public string Caf2
{
get { return caf2; }
set { caf2 = value; }
}
///
/// P2O5
///
[Description("P2O5")]
[JsonProperty("p2o5")]
public string P2o5
{
get { return p2o5; }
set { p2o5 = value; }
}
///
/// TFE
///
[Description("TFE")]
[JsonProperty("tfe")]
public string Tfe
{
get { return tfe; }
set { tfe = value; }
}
///
/// CR2O3
///
[Description("CR2O3")]
[JsonProperty("cr2o3")]
public string Cr2o3
{
get { return cr2o3; }
set { cr2o3 = value; }
}
///
/// TIO2
///
[Description("TIO2")]
[JsonProperty("tio2")]
public string Tio2
{
get { return tio2; }
set { tio2 = value; }
}
///
/// MNO
///
[Description("MNO")]
[JsonProperty("mno")]
public string Mno
{
get { return mno; }
set { mno = value; }
}
///
/// P2O5
///
[Description("P2O5")]
[JsonProperty("v2o5")]
public string V2o5
{
get { return v2o5; }
set { v2o5 = value; }
}
///
/// FEO
///
[Description("FEO")]
[JsonProperty("feo")]
public string Feo
{
get { return feo; }
set { feo = value; }
}
///
/// CaO
///
[Description("CaO")]
[JsonProperty("cao")]
public string Cao
{
get { return cao; }
set { cao = value; }
}
///
/// Zr
///
[Description("Zr")]
[JsonProperty("zr")]
public string Zr
{
get { return zr; }
set { zr = value; }
}
///
/// 检验编号(从表QCM_JHY_SAMPLE_D中带过来)
///
[Description("检验编号")]
[JsonProperty("sampleId")]
public string SampleId
{
get { return sampleId; }
set { sampleId = value; }
}
///
/// 序号(从表QCM_JHY_SAMPLE_D中带过来)
///
[Description("序号")]
[JsonProperty("xh")]
public decimal? Xh
{
get { return xh; }
set { xh = value; }
}
///
/// 光谱仪类型(QSN750/OBLF)
///
[Description("光谱仪类型")]
[JsonProperty("machine")]
public string Machine
{
get { return machine; }
set { machine = value; }
}
///
/// 创建人
///
[Description("创建人")]
[JsonProperty("createName")]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[JsonProperty("createTime")]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 修改人
///
[Description("修改人")]
[JsonProperty("updateName")]
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
[Description("修改时间")]
[JsonProperty("updateTime")]
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 删除人
///
[Description("删除人")]
[JsonProperty("deleteName")]
public string DeleteName
{
get { return deleteName; }
set { deleteName = value; }
}
///
/// 删除时间
///
[Description("删除时间")]
[JsonProperty("deleteTime")]
public string DeleteTime
{
get { return deleteTime; }
set { deleteTime = value; }
}
///
/// 有效标志(1:有效,0:无效)
///
[Description("有效标志")]
[JsonProperty("validflag")]
public string Validflag
{
get { return validflag; }
set { validflag = value; }
}
///
/// 备注
///
[Description("备注")]
[JsonProperty("memo")]
public string Memo
{
get { return memo; }
set { memo = value; }
}
///
/// 样管编号
///
[Description("样管编号")]
[JsonProperty("sampleNo")]
public string SampleNo
{
get { return sampleNo; }
set { sampleNo = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[JsonProperty("plineCode")]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 判定状态
///
[Description("判定状态")]
[JsonProperty("judgeFlag")]
public string JudgeFlag
{
get { return judgeFlag; }
set { judgeFlag = value; }
}
///
/// 产线
///
[Description("产线")]
[JsonProperty("plineName")]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// Co
///
[Description("Co")]
[JsonProperty("co")]
public string Co
{
get { return co; }
set { co = value; }
}
public string NkResult
{
get { return nkResult; }
set { nkResult = value; }
}
///
/// Co
///
[Description("Ta")]
[JsonProperty("ta")]
public string Ta
{
get { return ta; }
set { ta = value; }
}
[Description("f")]
[JsonProperty("f")]
public string F
{
get { return f; }
set { f = value; }
}
}
}