| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.ComponentModel;
- namespace com.steering.mes.zgmil.entity
- {
- /// <summary>
- /// 数据库表MIL_SIZE_CHECK_DEATIL所对应的实体类(生成工具:代码生成工具2.4)
- /// 作者:PC201506012023 时间:2015-12-28
- /// </summary>
- public class MilSizeCheckDeatilEntity
- {
- /// <summary>
- /// 实绩编号
- /// </summary>
- private object resultNo;
- /// <summary>
- /// 判定炉号
- /// </summary>
- private object judgeStoveNo;
- /// <summary>
- /// 抽检管编号
- /// </summary>
- private object samplePipeNo;
- /// <summary>
- /// D1
- /// </summary>
- private object d1;
- /// <summary>
- /// D2
- /// </summary>
- private object d2;
- /// <summary>
- /// S1
- /// </summary>
- private object s1;
- /// <summary>
- /// S2
- /// </summary>
- private object s2;
- /// <summary>
- /// S3
- /// </summary>
- private object s3;
- /// <summary>
- /// S4
- /// </summary>
- private object s4;
- /// <summary>
- /// 不圆度
- /// </summary>
- private string nonRoundness;
- /// <summary>
- /// 不均度
- /// </summary>
- private string unevenDegree;
- /// <summary>
- /// 0为管段,1为管体
- /// </summary>
- private object location;
- /// <summary>
- /// 抽检管序号
- /// </summary>
- private object samplePipeSeq;
- //轧管订单编号
- private String proPlanId;
- public String ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- //工序排产序号
- private String gxPlanNo;
- public String GxPlanNo
- {
- get { return gxPlanNo; }
- set { gxPlanNo = value; }
- }
- public MilSizeCheckDeatilEntity()
- {
- proPlanId = "";
- gxPlanNo = "";
- resultNo = "";
- judgeStoveNo = "";
- samplePipeNo = "";
- d1 = "";
- d2 = "";
- s1 = "";
- s2 = "";
- s3 = "";
- s4 = "";
- nonRoundness = "";
- unevenDegree = "";
- location = "";
- samplePipeSeq = "";
- }
- /// <summary>
- /// 实绩编号
- /// </summary>
- [Description("实绩编号")]
- public object ResultNo
- {
- get { return resultNo; }
- set
- {
- if (value == null)
- {
- resultNo = DBNull.Value;
- }
- else
- {
- resultNo = value;
- }
- }
- }
- /// <summary>
- /// 判定炉号
- /// </summary>
- [Description("判定炉号")]
- public object JudgeStoveNo
- {
- get { return judgeStoveNo; }
- set
- {
- if (value == null)
- {
- judgeStoveNo = DBNull.Value;
- }
- else
- {
- judgeStoveNo = value;
- }
- }
- }
- /// <summary>
- /// 抽检管编号
- /// </summary>
- [Description("抽检管编号")]
- public object SamplePipeNo
- {
- get { return samplePipeNo; }
- set
- {
- if (value == null)
- {
- samplePipeNo = DBNull.Value;
- }
- else
- {
- samplePipeNo = value;
- }
- }
- }
- /// <summary>
- /// D1
- /// </summary>
- [Description("D1")]
- public object D1
- {
- get { return d1; }
- set
- {
- if (value == null)
- {
- d1 = DBNull.Value;
- }
- else
- {
- d1 = value;
- }
- }
- }
- /// <summary>
- /// D2
- /// </summary>
- [Description("D2")]
- public object D2
- {
- get { return d2; }
- set
- {
- if (value == null)
- {
- d2 = DBNull.Value;
- }
- else
- {
- d2 = value;
- }
- }
- }
- /// <summary>
- /// S1
- /// </summary>
- [Description("S1")]
- public object S1
- {
- get { return s1; }
- set
- {
- if (value == null)
- {
- s1 = DBNull.Value;
- }
- else
- {
- s1 = value;
- }
- }
- }
- /// <summary>
- /// S2
- /// </summary>
- [Description("S2")]
- public object S2
- {
- get { return s2; }
- set
- {
- if (value == null)
- {
- s2 = DBNull.Value;
- }
- else
- {
- s2 = value;
- }
- }
- }
- /// <summary>
- /// S3
- /// </summary>
- [Description("S3")]
- public object S3
- {
- get { return s3; }
- set
- {
- if (value == null)
- {
- s3 = DBNull.Value;
- }
- else
- {
- s3 = value;
- }
- }
- }
- /// <summary>
- /// S4
- /// </summary>
- [Description("S4")]
- public object S4
- {
- get { return s4; }
- set
- {
- if (value == null)
- {
- s4 = DBNull.Value;
- }
- else
- {
- s4 = value;
- }
- }
- }
- /// <summary>
- /// 0为管段,1为管体
- /// </summary>
- [Description("0为管段,1为管体")]
- public object Location
- {
- get { return location; }
- set
- {
- if (value == null)
- {
- location = DBNull.Value;
- }
- else
- {
- location = value;
- }
- }
- }
- /// <summary>
- /// 不圆度
- /// </summary>
- [Description("不圆度")]
- public string NonRoundness
- {
- get { return nonRoundness; }
- set
- {
- nonRoundness = value;
- }
- }
- /// <summary>
- /// 不均度
- /// </summary>
- [Description("不均度")]
- public string UnevenDegree
- {
- get { return unevenDegree; }
- set
- {
- unevenDegree = value;
- }
- }
- /// <summary>
- /// 抽检管序号
- /// </summary>
- [Description("抽检管序号")]
- public object SamplePipeSeq
- {
- get { return samplePipeSeq; }
- set
- {
- if (value == null)
- {
- samplePipeSeq = DBNull.Value;
- }
- else
- {
- samplePipeSeq = value;
- }
- }
- }
- }
- }
|