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.Lims.Data.PipeAndOutdec.封装类.实体类
{
///
/// 检化验管理_外委实验管理_编制检验委托,委托明细信息参数表
/// 数据库表OUTDEC_CHECKCONSIGN_DTL_PARM所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20160918TFRG 时间:2017-11-22
///
public class OutdecCheckconsignDtlParmEntity
{
//
/// 检验编号
///
private string checkNo = "";
///
/// 试样号
///
private string sampleNo = "";
///
/// 检验项目大类代码PHY_CODE
///
private string phyCodeMax = "";
///
/// 序号、步骤
///
private string step = "";
///
/// 载荷
///
private string load = "";
///
/// 压力介质
///
private string pressureMedium = "";
///
/// 内压力(MPa)
///
private string internalPressure = "";
///
/// 狗腿度
///
private string doglegDegree = "";
///
/// 保持时间
///
private string holdTime = "";
///
/// 结果评定
///
private string testResult = "";
///
/// 外螺纹端
///
private string pin = "";
///
/// 内螺纹端
///
private string box = "";
///
/// 螺纹脂类型
///
private string compoundType = "";
///
/// 螺纹脂用量
///
private string compoundWeight = "";
///
/// 上扣要求
///
private string makeupTorque = "";
///
/// 上扣扭矩
///
private string totalTorque = "";
///
/// 卸扣扭矩
///
private string breakoutTorque = "";
///
/// 螺纹检查
///
private string observedThreadResult = "";
///
/// 试验曲线1
///
private string testCurve1 = "";
///
/// 试验曲线2
///
private string testCurve2 = "";
///
/// 照片1
///
private string photo1 = "";
///
/// 照片2
///
private string photo2 = "";
///
/// 台肩扭矩
///
private string shoulderTorque = "";
///
/// 台肩扭矩
///
[Description("台肩扭矩")]
[Nullable(false)]
[DataLength(50)]
public string ShoulderTorque
{
get { return shoulderTorque; }
set { shoulderTorque = value; }
}
///
/// 检验编号
///
[Description("检验编号")]
[Nullable(false)]
[DataLength(50)]
public string CheckNo
{
get { return checkNo; }
set { checkNo = value; }
}
///
/// 试样号
///
[Description("试样号")]
[Nullable(false)]
[DataLength(50)]
public string SampleNo
{
get { return sampleNo; }
set { sampleNo = value; }
}
///
/// 检验项目大类代码PHY_CODE
///
[Description("检验项目大类代码PHY_CODE")]
[Nullable(false)]
[DataLength(5)]
public string PhyCodeMax
{
get { return phyCodeMax; }
set { phyCodeMax = value; }
}
///
/// 序号、步骤
///
[Description("序号、步骤")]
[Nullable(false)]
[DataLength(5)]
public string Step
{
get { return step; }
set { step = value; }
}
///
/// 载荷
///
[Description("载荷")]
[Nullable(true)]
[DataLength(50)]
public string Load
{
get { return load; }
set { load = value; }
}
///
/// 压力介质
///
[Description("压力介质")]
[Nullable(true)]
[DataLength(50)]
public string PressureMedium
{
get { return pressureMedium; }
set { pressureMedium = value; }
}
///
/// 内压力(MPa)
///
[Description("内压力(MPa)")]
[Nullable(true)]
[DataLength(50)]
public string InternalPressure
{
get { return internalPressure; }
set { internalPressure = value; }
}
///
/// 狗腿度
///
[Description("狗腿度")]
[Nullable(true)]
[DataLength(50)]
public string DoglegDegree
{
get { return doglegDegree; }
set { doglegDegree = value; }
}
///
/// 保持时间
///
[Description("保持时间")]
[Nullable(true)]
[DataLength(50)]
public string HoldTime
{
get { return holdTime; }
set { holdTime = value; }
}
///
/// 结果评定
///
[Description("结果评定")]
[Nullable(true)]
[DataLength(100)]
public string TestResult
{
get { return testResult; }
set { testResult = value; }
}
///
/// 外螺纹端
///
[Description("外螺纹端")]
[Nullable(true)]
[DataLength(50)]
public string Pin
{
get { return pin; }
set { pin = value; }
}
///
/// 内螺纹端
///
[Description("内螺纹端")]
[Nullable(true)]
[DataLength(50)]
public string Box
{
get { return box; }
set { box = value; }
}
///
/// 螺纹脂类型
///
[Description("螺纹脂类型")]
[Nullable(true)]
[DataLength(50)]
public string CompoundType
{
get { return compoundType; }
set { compoundType = value; }
}
///
/// 螺纹脂用量
///
[Description("螺纹脂用量")]
[Nullable(true)]
[DataLength(50)]
public string CompoundWeight
{
get { return compoundWeight; }
set { compoundWeight = value; }
}
///
/// 上扣要求
///
[Description("上扣要求 ")]
[Nullable(true)]
[DataLength(50)]
public string MakeupTorque
{
get { return makeupTorque; }
set { makeupTorque = value; }
}
///
/// 上扣扭矩
///
[Description("上扣扭矩")]
[Nullable(true)]
[DataLength(50)]
public string TotalTorque
{
get { return totalTorque; }
set { totalTorque = value; }
}
///
/// 卸扣扭矩
///
[Description("卸扣扭矩")]
[Nullable(true)]
[DataLength(50)]
public string BreakoutTorque
{
get { return breakoutTorque; }
set { breakoutTorque = value; }
}
///
/// 螺纹检查
///
[Description("螺纹检查")]
[Nullable(true)]
[DataLength(100)]
public string ObservedThreadResult
{
get { return observedThreadResult; }
set { observedThreadResult = value; }
}
///
/// 试验曲线1
///
[Description("试验曲线1")]
[Nullable(true)]
[DataLength(100)]
public string TestCurve1
{
get { return testCurve1; }
set { testCurve1 = value; }
}
///
/// 试验曲线2
///
[Description("试验曲线2")]
[Nullable(true)]
[DataLength(100)]
public string TestCurve2
{
get { return testCurve2; }
set { testCurve2 = value; }
}
///
/// 照片1
///
[Description("照片1")]
[Nullable(true)]
[DataLength(100)]
public string Photo1
{
get { return photo1; }
set { photo1 = value; }
}
///
/// 照片2
///
[Description("照片2")]
[Nullable(true)]
[DataLength(100)]
public string Photo2
{
get { return photo2; }
set { photo2 = value; }
}
}
}