| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794 |
- using Core.Mes.Client.Comm.Attribute;
- using Newtonsoft.Json;
- using System;
- using System.ComponentModel;
- namespace Core.StlMes.Client.Judge.Models
- {
- /// <summary>
- /// 数据库表QCM_ZG_PHYRESULT所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
- /// 作者:tgcx-test 时间:2016-10-09
- /// </summary>
- public class QcmZgPhyresultEntity
- {
- /// <summary>
- /// 理化判定结果集ID
- /// </summary>
- private string phyResultId = "";
- /// <summary>
- /// 结果集序号
- /// </summary>
- private decimal? phyResultSeq = null;
- /// <summary>
- /// 生产批号
- /// </summary>
- private string lotNo = "";
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- private string stoveNo = "";
- /// <summary>
- /// 判定炉号
- /// </summary>
- private string judgeStoveNo = "";
- /// <summary>
- /// 性能批号
- /// </summary>
- private string batchNo = "";
- /// <summary>
- /// 材料号
- /// </summary>
- private string objectno = "";
- /// <summary>
- /// 材质检验项代码(大类)
- /// </summary>
- private string phyCodeMax = "";
- /// <summary>
- /// 材质检验项名称(大类)
- /// </summary>
- private string phyNameMax = "";
- /// <summary>
- /// 取样码
- /// </summary>
- private string phyCodeMin = "";
- /// <summary>
- /// 取样码描述
- /// </summary>
- private string phyNameMin = "";
- /// <summary>
- /// 材质检验项代码
- /// </summary>
- private string phyCode = "";
- /// <summary>
- /// 材质检验项名称
- /// </summary>
- private string phyName = "";
- /// <summary>
- /// 试验方向代码
- /// </summary>
- private string itemCodeF = "";
- /// <summary>
- /// 试验方向描述
- /// </summary>
- private string itemNameF = "";
- /// <summary>
- /// 试验温度代码
- /// </summary>
- private string itemCodeW = "";
- /// <summary>
- /// 试验温度描述
- /// </summary>
- private string itemNameW = "";
- /// <summary>
- /// 试样尺寸代码
- /// </summary>
- private string itemCodeS = "";
- /// <summary>
- /// 试样尺寸描述
- /// </summary>
- private string itemNameS = "";
- /// <summary>
- /// 值1
- /// </summary>
- private string value1 = "";
- /// <summary>
- /// 值2
- /// </summary>
- private string value2 = "";
- /// <summary>
- /// 值3
- /// </summary>
- private string value3 = "";
- /// <summary>
- /// 值4
- /// </summary>
- private string value4 = "";
- /// <summary>
- /// 值5
- /// </summary>
- private string value5 = "";
- /// <summary>
- /// 值6
- /// </summary>
- private string value6 = "";
- /// <summary>
- /// 值7
- /// </summary>
- private string value7 = "";
- /// <summary>
- /// 值8
- /// </summary>
- private string value8 = "";
- /// <summary>
- /// 值9
- /// </summary>
- private string value9 = "";
- /// <summary>
- /// 值10
- /// </summary>
- private string value10 = "";
- /// <summary>
- /// 值11
- /// </summary>
- private string value11 = "";
- /// <summary>
- /// 值12
- /// </summary>
- private string value12 = "";
- /// <summary>
- /// 值13
- /// </summary>
- private string value13 = "";
- /// <summary>
- /// 值14
- /// </summary>
- private string value14 = "";
- /// <summary>
- /// 值15
- /// </summary>
- private string value15 = "";
- /// <summary>
- /// 平均值
- /// </summary>
- private string average = "";
- /// <summary>
- /// 值集合('/'拼接)
- /// </summary>
- private string allresult = "";
- /// <summary>
- /// 检验编号(QCM_JHY_PHYRESULT)
- /// </summary>
- private string sampleId = "";
- /// <summary>
- /// 序号(QCM_JHY_PHYRESULT)
- /// </summary>
- private decimal? xh = null;
- /// <summary>
- /// 材质序号(QCM_JHY_PHYRESULT)
- /// </summary>
- private decimal? indexSeq = null;
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- private string validflag = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 修改人
- /// </summary>
- private string updateName = "";
- /// <summary>
- /// 修改时间
- /// </summary>
- private string updateTime = "";
- /// <summary>
- /// 删除人
- /// </summary>
- private string deleteName = "";
- /// <summary>
- /// 删除时间
- /// </summary>
- private string deleteTime = "";
- /// <summary>
- /// 理化判定结果集ID
- /// </summary>
- [Description("理化判定结果集ID")]
- [Nullable(false)]
- [DataLength(20)]
- [JsonProperty("phyResultId")]
- public string PhyResultId
- {
- get { return phyResultId; }
- set { phyResultId = value; }
- }
- /// <summary>
- /// 结果集序号
- /// </summary>
- [Description("结果集序号")]
- [Nullable(false)]
- [DataLength(22)]
- [JsonProperty("phyResultSeq")]
- public decimal? PhyResultSeq
- {
- get { return phyResultSeq; }
- set { phyResultSeq = value; }
- }
- /// <summary>
- /// 生产批号
- /// </summary>
- [Description("生产批号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("lotNo")]
- public string LotNo
- {
- get { return lotNo; }
- set { lotNo = value; }
- }
- /// <summary>
- /// 熔炼炉号
- /// </summary>
- [Description("冶炼炉号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("stoveNo")]
- public string StoveNo
- {
- get { return stoveNo; }
- set { stoveNo = value; }
- }
- /// <summary>
- /// 判定炉号
- /// </summary>
- [Description("判定炉号")]
- [Nullable(true)]
- [DataLength(6)]
- [JsonProperty("judgeStoveNo")]
- public string JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set { judgeStoveNo = value; }
- }
- /// <summary>
- /// 性能批号
- /// </summary>
- [Description("性能批号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("batchNo")]
- public string BatchNo
- {
- get { return batchNo; }
- set { batchNo = value; }
- }
- /// <summary>
- /// 材料号
- /// </summary>
- [Description("材料号")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("objectno")]
- public string Objectno
- {
- get { return objectno; }
- set { objectno = value; }
- }
- /// <summary>
- /// 材质检验项代码(大类)
- /// </summary>
- [Description("材质检验项代码(大类)")]
- [Nullable(false)]
- [DataLength(5)]
- [JsonProperty("phyCodeMax")]
- public string PhyCodeMax
- {
- get { return phyCodeMax; }
- set { phyCodeMax = value; }
- }
- /// <summary>
- /// 材质检验项名称(大类)
- /// </summary>
- [Description("检验大项")]
- [Nullable(true)]
- [DataLength(100)]
- [JsonProperty("phyNameMax")]
- public string PhyNameMax
- {
- get { return phyNameMax; }
- set { phyNameMax = value; }
- }
- /// <summary>
- /// 取样码
- /// </summary>
- [Description("取样码")]
- [Nullable(false)]
- [DataLength(5)]
- [JsonProperty("phyCodeMin")]
- public string PhyCodeMin
- {
- get { return phyCodeMin; }
- set { phyCodeMin = value; }
- }
- /// <summary>
- /// 取样码描述
- /// </summary>
- [Description("试样组")]
- [Nullable(true)]
- [DataLength(100)]
- [JsonProperty("phyNameMin")]
- public string PhyNameMin
- {
- get { return phyNameMin; }
- set { phyNameMin = value; }
- }
- /// <summary>
- /// 材质检验项代码
- /// </summary>
- [Description("材质检验项代码")]
- [Nullable(false)]
- [DataLength(5)]
- [JsonProperty("phyCode")]
- public string PhyCode
- {
- get { return phyCode; }
- set { phyCode = value; }
- }
- /// <summary>
- /// 材质检验项名称
- /// </summary>
- [Description("检验项")]
- [Nullable(true)]
- [DataLength(100)]
- [JsonProperty("phyName")]
- public string PhyName
- {
- get { return phyName; }
- set { phyName = value; }
- }
- /// <summary>
- /// 试验方向代码
- /// </summary>
- [Description("试验方向代码")]
- [Nullable(true)]
- [DataLength(5)]
- [JsonProperty("itemCodeF")]
- public string ItemCodeF
- {
- get { return itemCodeF; }
- set { itemCodeF = value; }
- }
- /// <summary>
- /// 试验方向描述
- /// </summary>
- [Description("试验方向")]
- [Nullable(true)]
- [DataLength(100)]
- [JsonProperty("itemNameF")]
- public string ItemNameF
- {
- get { return itemNameF; }
- set { itemNameF = value; }
- }
- /// <summary>
- /// 试验温度代码
- /// </summary>
- [Description("试验温度代码")]
- [Nullable(true)]
- [DataLength(5)]
- [JsonProperty("itemCodeW")]
- public string ItemCodeW
- {
- get { return itemCodeW; }
- set { itemCodeW = value; }
- }
- /// <summary>
- /// 试验温度描述
- /// </summary>
- [Description("试验温度")]
- [Nullable(true)]
- [DataLength(100)]
- [JsonProperty("itemNameW")]
- public string ItemNameW
- {
- get { return itemNameW; }
- set { itemNameW = value; }
- }
- /// <summary>
- /// 试样尺寸代码
- /// </summary>
- [Description("试样尺寸代码")]
- [Nullable(true)]
- [DataLength(5)]
- [JsonProperty("itemCodeS")]
- public string ItemCodeS
- {
- get { return itemCodeS; }
- set { itemCodeS = value; }
- }
- /// <summary>
- /// 试样尺寸描述
- /// </summary>
- [Description("试样尺寸")]
- [Nullable(true)]
- [DataLength(100)]
- [JsonProperty("itemNameS")]
- public string ItemNameS
- {
- get { return itemNameS; }
- set { itemNameS = value; }
- }
- /// <summary>
- /// 值1
- /// </summary>
- [Description("值1")]
- [Nullable(false)]
- [DataLength(200)]
- [JsonProperty("value1")]
- public string Value1
- {
- get { return value1; }
- set { value1 = value; }
- }
- /// <summary>
- /// 值2
- /// </summary>
- [Description("值2")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value2")]
- public string Value2
- {
- get { return value2; }
- set { value2 = value; }
- }
- /// <summary>
- /// 值3
- /// </summary>
- [Description("值3")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value3")]
- public string Value3
- {
- get { return value3; }
- set { value3 = value; }
- }
- /// <summary>
- /// 值4
- /// </summary>
- [Description("值4")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value4")]
- public string Value4
- {
- get { return value4; }
- set { value4 = value; }
- }
- /// <summary>
- /// 值5
- /// </summary>
- [Description("值5")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value5")]
- public string Value5
- {
- get { return value5; }
- set { value5 = value; }
- }
- /// <summary>
- /// 值6
- /// </summary>
- [Description("值6")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value6")]
- public string Value6
- {
- get { return value6; }
- set { value6 = value; }
- }
- /// <summary>
- /// 值7
- /// </summary>
- [Description("值7")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value7")]
- public string Value7
- {
- get { return value7; }
- set { value7 = value; }
- }
- /// <summary>
- /// 值8
- /// </summary>
- [Description("值8")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value8")]
- public string Value8
- {
- get { return value8; }
- set { value8 = value; }
- }
- /// <summary>
- /// 值9
- /// </summary>
- [Description("值9")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value9")]
- public string Value9
- {
- get { return value9; }
- set { value9 = value; }
- }
- /// <summary>
- /// 值10
- /// </summary>
- [Description("值10")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value10")]
- public string Value10
- {
- get { return value10; }
- set { value10 = value; }
- }
- /// <summary>
- /// 值11
- /// </summary>
- [Description("值11")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value11")]
- public string Value11
- {
- get { return value11; }
- set { value11 = value; }
- }
- /// <summary>
- /// 值12
- /// </summary>
- [Description("值12")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value12")]
- public string Value12
- {
- get { return value12; }
- set { value12 = value; }
- }
- /// <summary>
- /// 值13
- /// </summary>
- [Description("值13")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value13")]
- public string Value13
- {
- get { return value13; }
- set { value13 = value; }
- }
- /// <summary>
- /// 值14
- /// </summary>
- [Description("值14")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value14")]
- public string Value14
- {
- get { return value14; }
- set { value14 = value; }
- }
- /// <summary>
- /// 值15
- /// </summary>
- [Description("值15")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("value15")]
- public string Value15
- {
- get { return value15; }
- set { value15 = value; }
- }
- /// <summary>
- /// 平均值
- /// </summary>
- [Description("平均值")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("average")]
- public string Average
- {
- get { return average; }
- set { average = value; }
- }
- /// <summary>
- /// 值集合('/'拼接)
- /// </summary>
- [Description("值集合")]
- [Nullable(true)]
- [DataLength(1500)]
- [JsonProperty("allresult")]
- public string Allresult
- {
- get { return allresult; }
- set { allresult = value; }
- }
- /// <summary>
- /// 检验编号(QCM_JHY_PHYRESULT)
- /// </summary>
- [Description("检验编号")]
- [Nullable(false)]
- [DataLength(20)]
- [JsonProperty("sampleId")]
- public string SampleId
- {
- get { return sampleId; }
- set { sampleId = value; }
- }
- /// <summary>
- /// 序号(QCM_JHY_PHYRESULT)
- /// </summary>
- [Description("序号")]
- [Nullable(false)]
- [DataLength(22)]
- [JsonProperty("xh")]
- public decimal? Xh
- {
- get { return xh; }
- set { xh = value; }
- }
- /// <summary>
- /// 材质序号(QCM_JHY_PHYRESULT)
- /// </summary>
- [Description("材质序号")]
- [Nullable(false)]
- [DataLength(22)]
- [JsonProperty("indexSeq")]
- public decimal? IndexSeq
- {
- get { return indexSeq; }
- set { indexSeq = value; }
- }
- /// <summary>
- /// 有效标志(1:有效,0:无效)
- /// </summary>
- [Description("有效标志")]
- [Nullable(false)]
- [DataLength(1)]
- [JsonProperty("validflag")]
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("创建人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("createName")]
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- [Nullable(false)]
- [JsonProperty("createTime")]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 修改人
- /// </summary>
- [Description("修改人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("updateName")]
- public string UpdateName
- {
- get { return updateName; }
- set { updateName = value; }
- }
- /// <summary>
- /// 修改时间
- /// </summary>
- [Description("修改时间")]
- [Nullable(true)]
- [JsonProperty("updateTime")]
- public string UpdateTime
- {
- get { return updateTime; }
- set { updateTime = value; }
- }
- /// <summary>
- /// 删除人
- /// </summary>
- [Description("删除人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("deleteName")]
- public string DeleteName
- {
- get { return deleteName; }
- set { deleteName = value; }
- }
- /// <summary>
- /// 删除时间
- /// </summary>
- [Description("删除时间")]
- [Nullable(true)]
- [JsonProperty("deleteTime")]
- public string DeleteTime
- {
- get { return deleteTime; }
- set { deleteTime = value; }
- }
- }
- }
|