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.Judge.Models { /// /// 数据库表THREAD_INSPECTION_RECORD所对应的实体类(生成工具:代码生成工具3.0) /// 作者:DESKTOP-1636RA1 时间:2020-08-25 /// /// /// 数据库表THREAD_INSPECTION_RECORD所对应的实体类(生成工具:代码生成工具3.0) /// 作者:DESKTOP-1636RA1 时间:2020-09-07 /// public class QcmJyThreadReportEntity { /// /// 合同号(合同号+合同行号) /// private string orderNo = ""; /// /// 母端A值 /// private string avalueBox = ""; /// /// 母端锥度 /// private string taperBox = ""; /// /// 母端螺距 /// private string leadBox = ""; /// /// 母端齿高 /// private string heightBox = ""; /// /// 母端齿顶高 /// private string addenduBox = ""; /// /// 母端平均值(牙顶径) /// private string avgBox = ""; /// /// 母端椭圆度(牙顶径) /// private string ovalityBox = ""; /// /// 母端长度 /// private string lengthBox = ""; /// /// 母端外径 /// private string odBox = ""; /// /// 母端壁厚 /// private string wtBox = ""; /// /// 公端P值 /// private string pvaluePin = ""; /// /// 公端锥度 /// private string taperPin = ""; /// /// 公端螺距 /// private string leadPin = ""; /// /// 公端齿高 /// private string heightPin = ""; /// /// 公端齿顶高 /// private string addenduPin = ""; /// /// 公端平均值(牙顶径) /// private string avgPin = ""; /// /// 公端椭圆度(牙顶径) /// private string ovalityPin = ""; /// /// 公端壁厚 /// private string wtPin = ""; /// /// 公端长度 /// private string lengthPin = ""; /// /// 螺纹量规 /// private string threadGauge = ""; /// /// 游标卡尺 /// private string vernierCaliper = ""; /// /// 深度卡尺 /// private string depthCaliper = ""; /// /// 测厚仪 /// private string thicknessGauge = ""; /// /// 锥度量规 /// private string taperGauge = ""; /// /// 齿高量规 /// private string toothHeightGauge = ""; /// /// 齿顶高量规 /// private string addendumGauge = ""; /// /// 顶径量规 /// private string topDiameterGauge = ""; /// /// 螺距量规 /// private string pitchGauge = ""; /// /// 其他 /// private string other = ""; /// /// 报出 /// private string reported = ""; /// /// 审核 /// private string approved = ""; /// /// 注释 /// private string remarks = ""; /// /// 合同号(合同号+合同行号) /// [Description("合同号")] [Nullable(false)] [DataLength(60)] public string OrderNo { get { return orderNo; } set { orderNo = value; } } /// /// 母端A值 /// [Description("A值")] [Nullable(true)] [DataLength(40)] public string AvalueBox { get { return avalueBox; } set { avalueBox = value; } } /// /// 母端锥度 /// [Description("锥度")] [Nullable(true)] [DataLength(60)] public string TaperBox { get { return taperBox; } set { taperBox = value; } } /// /// 母端螺距 /// [Description("螺距")] [Nullable(true)] [DataLength(60)] public string LeadBox { get { return leadBox; } set { leadBox = value; } } /// /// 母端齿高 /// [Description("齿高")] [Nullable(true)] [DataLength(60)] public string HeightBox { get { return heightBox; } set { heightBox = value; } } /// /// 母端齿顶高 /// [Description("齿顶高")] [Nullable(true)] [DataLength(60)] public string AddenduBox { get { return addenduBox; } set { addenduBox = value; } } /// /// 母端平均值(牙顶径) /// [Description("平均值")] [Nullable(true)] [DataLength(60)] public string AvgBox { get { return avgBox; } set { avgBox = value; } } /// /// 母端椭圆度(牙顶径) /// [Description("椭圆度")] [Nullable(true)] [DataLength(60)] public string OvalityBox { get { return ovalityBox; } set { ovalityBox = value; } } /// /// 母端长度 /// [Description("长度")] [Nullable(true)] [DataLength(60)] public string LengthBox { get { return lengthBox; } set { lengthBox = value; } } /// /// 母端外径 /// [Description("外径")] [Nullable(true)] [DataLength(60)] public string OdBox { get { return odBox; } set { odBox = value; } } /// /// 母端壁厚 /// [Description("壁厚")] [Nullable(true)] [DataLength(60)] public string WtBox { get { return wtBox; } set { wtBox = value; } } /// /// 公端P值 /// [Description("P值")] [Nullable(true)] [DataLength(40)] public string PvaluePin { get { return pvaluePin; } set { pvaluePin = value; } } /// /// 公端锥度 /// [Description("锥度")] [Nullable(true)] [DataLength(60)] public string TaperPin { get { return taperPin; } set { taperPin = value; } } /// /// 公端螺距 /// [Description("螺距")] [Nullable(true)] [DataLength(60)] public string LeadPin { get { return leadPin; } set { leadPin = value; } } /// /// 公端齿高 /// [Description("齿高")] [Nullable(true)] [DataLength(60)] public string HeightPin { get { return heightPin; } set { heightPin = value; } } /// /// 公端齿顶高 /// [Description("齿顶高")] [Nullable(true)] [DataLength(60)] public string AddenduPin { get { return addenduPin; } set { addenduPin = value; } } /// /// 公端平均值(牙顶径) /// [Description("平均值")] [Nullable(true)] [DataLength(60)] public string AvgPin { get { return avgPin; } set { avgPin = value; } } /// /// 公端椭圆度(牙顶径) /// [Description("椭圆度")] [Nullable(true)] [DataLength(60)] public string OvalityPin { get { return ovalityPin; } set { ovalityPin = value; } } /// /// 公端壁厚 /// [Description("壁厚")] [Nullable(true)] [DataLength(60)] public string WtPin { get { return wtPin; } set { wtPin = value; } } /// /// 公端长度 /// [Description("长度")] [Nullable(true)] [DataLength(60)] public string LengthPin { get { return lengthPin; } set { lengthPin = value; } } /// /// 螺纹量规 /// [Description("螺纹量规")] [Nullable(true)] [DataLength(40)] public string ThreadGauge { get { return threadGauge; } set { threadGauge = value; } } /// /// 游标卡尺 /// [Description("游标卡尺")] [Nullable(true)] [DataLength(60)] public string VernierCaliper { get { return vernierCaliper; } set { vernierCaliper = value; } } /// /// 深度卡尺 /// [Description("深度卡尺")] [Nullable(true)] [DataLength(60)] public string DepthCaliper { get { return depthCaliper; } set { depthCaliper = value; } } /// /// 测厚仪 /// [Description("测厚仪")] [Nullable(true)] [DataLength(60)] public string ThicknessGauge { get { return thicknessGauge; } set { thicknessGauge = value; } } /// /// 锥度量规 /// [Description("锥度量规")] [Nullable(true)] [DataLength(60)] public string TaperGauge { get { return taperGauge; } set { taperGauge = value; } } /// /// 齿高量规 /// [Description("齿高量规")] [Nullable(true)] [DataLength(20)] public string ToothHeightGauge { get { return toothHeightGauge; } set { toothHeightGauge = value; } } /// /// 齿顶高量规 /// [Description("齿顶高量规")] [Nullable(true)] [DataLength(40)] public string AddendumGauge { get { return addendumGauge; } set { addendumGauge = value; } } /// /// 顶径量规 /// [Description("顶径量规")] [Nullable(true)] [DataLength(40)] public string TopDiameterGauge { get { return topDiameterGauge; } set { topDiameterGauge = value; } } /// /// 螺距量规 /// [Description("螺距量规")] [Nullable(true)] [DataLength(20)] public string PitchGauge { get { return pitchGauge; } set { pitchGauge = value; } } /// /// 其他 /// [Description("其他")] [Nullable(true)] [DataLength(100)] public string Other { get { return other; } set { other = value; } } /// /// 报出 /// [Description("报出")] [Nullable(true)] [DataLength(60)] public string Reported { get { return reported; } set { reported = value; } } /// /// 审核 /// [Description("审核")] [Nullable(true)] [DataLength(60)] public string Approved { get { return approved; } set { approved = value; } } /// /// 注释 /// [Description("注释")] [Nullable(true)] [DataLength(60)] public string Remarks { get { return remarks; } set { remarks = value; } } } }