| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- using Core.Mes.Client.Comm.Attribute;
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.Mcp.Treatment.Entity
- {
- /// <summary>
- /// 数据库表HTT_APPEARANCECHECK_RECORD所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:milu 时间:2021-12-27
- /// </summary>
- /// <summary>
- /// 数据库表HTT_APPEARANCECHECK_RECORD所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:milu 时间:2021-12-27
- /// </summary>
- public class HttAppearancecheckRecordEntity
- {
- /// <summary>
- /// 管号
- /// </summary>
- private string pipeNo = "";
- /// <summary>
- /// 东端管端直度
- /// </summary>
- private decimal? eastPipeEndStaightess = null;
- /// <summary>
- /// 东端管端平均外径
- /// </summary>
- private decimal? eastPipeExternal = null;
- /// <summary>
- /// 东端大径
- /// </summary>
- private decimal? eastPipeMax = null;
- /// <summary>
- /// 东端小径
- /// </summary>
- private decimal? eastPipeMin = null;
- /// <summary>
- /// 东端不圆度
- /// </summary>
- private decimal? eastPipeNoy = null;
- /// <summary>
- /// 西端管端直度
- /// </summary>
- private decimal? westPipeEndStaightess = null;
- /// <summary>
- /// 西端管端平均外径
- /// </summary>
- private decimal? westPipeExternal = null;
- /// <summary>
- /// 西端大径
- /// </summary>
- private decimal? westPipeMax = null;
- /// <summary>
- /// 西端小径
- /// </summary>
- private decimal? westPipeMin = null;
- /// <summary>
- /// 西端不圆度
- /// </summary>
- private decimal? westPipeNoy = null;
- /// <summary>
- /// 全长直度
- /// </summary>
- private decimal? fulllengthstraightness = null;
- /// <summary>
- /// 实绩编号
- /// </summary>
- private string resultNo = "";
- /// <summary>
- /// 炉计划ID
- /// </summary>
- private string heatPlanNo = "";
- /// <summary>
- /// 产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 主键
- /// </summary>
- private string recordNo = "";
- /// <summary>
- /// 管号
- /// </summary>
- [Description("管号")]
- [Nullable(true)]
- [DataLength(24)]
- public string PipeNo
- {
- get { return pipeNo; }
- set { pipeNo = value; }
- }
- /// <summary>
- /// 东端管端直度
- /// </summary>
- [Description("东端管端直度")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? EastPipeEndStaightess
- {
- get { return eastPipeEndStaightess; }
- set { eastPipeEndStaightess = value; }
- }
- /// <summary>
- /// 东端管端平均外径
- /// </summary>
- [Description("东端管端平均外径")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? EastPipeExternal
- {
- get { return eastPipeExternal; }
- set { eastPipeExternal = value; }
- }
- /// <summary>
- /// 东端大径
- /// </summary>
- [Description("东端大径")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? EastPipeMax
- {
- get { return eastPipeMax; }
- set { eastPipeMax = value; }
- }
- /// <summary>
- /// 东端小径
- /// </summary>
- [Description("东端小径")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? EastPipeMin
- {
- get { return eastPipeMin; }
- set { eastPipeMin = value; }
- }
- /// <summary>
- /// 东端不圆度
- /// </summary>
- [Description("东端不圆度")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? EastPipeNoy
- {
- get { return eastPipeNoy; }
- set { eastPipeNoy = value; }
- }
- /// <summary>
- /// 西端管端直度
- /// </summary>
- [Description("西端管端直度")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? WestPipeEndStaightess
- {
- get { return westPipeEndStaightess; }
- set { westPipeEndStaightess = value; }
- }
- /// <summary>
- /// 西端管端平均外径
- /// </summary>
- [Description("西端管端平均外径")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? WestPipeExternal
- {
- get { return westPipeExternal; }
- set { westPipeExternal = value; }
- }
- /// <summary>
- /// 西端大径
- /// </summary>
- [Description("西端大径")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? WestPipeMax
- {
- get { return westPipeMax; }
- set { westPipeMax = value; }
- }
- /// <summary>
- /// 西端小径
- /// </summary>
- [Description("西端小径")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? WestPipeMin
- {
- get { return westPipeMin; }
- set { westPipeMin = value; }
- }
- /// <summary>
- /// 西端不圆度
- /// </summary>
- [Description("西端不圆度")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? WestPipeNoy
- {
- get { return westPipeNoy; }
- set { westPipeNoy = value; }
- }
- /// <summary>
- /// 全长直度
- /// </summary>
- [Description("全长直度")]
- [Nullable(true)]
- [DataLength(8)]
- public decimal? Fulllengthstraightness
- {
- get { return fulllengthstraightness; }
- set { fulllengthstraightness = value; }
- }
- /// <summary>
- /// 实绩编号
- /// </summary>
- [Description("实绩编号")]
- [Nullable(true)]
- [DataLength(24)]
- public string ResultNo
- {
- get { return resultNo; }
- set { resultNo = value; }
- }
- /// <summary>
- /// 炉计划ID
- /// </summary>
- [Description("炉计划ID")]
- [Nullable(true)]
- [DataLength(20)]
- public string HeatPlanNo
- {
- get { return heatPlanNo; }
- set { heatPlanNo = value; }
- }
- /// <summary>
- /// 产线代码
- /// </summary>
- [Description("产线代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 主键
- /// </summary>
- [Description("主键")]
- [Nullable(true)]
- [DataLength(32)]
- public string RecordNo
- {
- get { return recordNo; }
- set { recordNo = value; }
- }
- }
- }
|