using Core.Mes.Client.Comm.Attribute;
using System;
using System.ComponentModel;
namespace Core.StlMes.Client.Qcm.model
{
///
/// 数据库表COM_BASE_SAMPLE所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:Chenxi-PC2 时间:2015-11-16
///
public class ComBaseSampleEntity
{
///
/// 取样码索引号(取样码+3位流水号)
///
private string sic = "";
///
/// 取样码
///
private string phyCodeMin = "";
///
/// 取样码描述
///
private string phyNameMin = "";
///
/// 标准代码
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 取样长度代码(4010)
///
private string length = "";
///
/// 取样长度描述
///
private string descLength = "";
///
/// 取样频率代码(4011)(组批要求,支数限制)
///
private string rate = "";
///
/// 取样频率描述
///
private string descRate = "";
///
/// 取样数量
///
private decimal? descCount = null;
///
/// 取样位置代码(4012)
///
private string position = "";
///
/// 取样位置描述
///
private string descPosition = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 删除人
///
private string deleteName = "";
///
/// 删除时间
///
private string deleteTime = "";
///
/// 有效标志(1:有效,0:无效)
///
private string validflag = "";
///
/// 备注
///
private string memo = "";
///
/// 试验样条数(从COM_BASE_PHY_B中带过来,允许人工在界面上修改)
///
private decimal? sampleCount = null;
///
/// 样片类型( "环" 或" 片")
///
private string sampleStyle = "";
///
/// 取样宽度(SAMPLE_STYLE="片"时,必须输入本字段值)
///
private decimal? width = null;
///
/// 适用外径下限值
///
private string minD = "";
///
/// 适用外径上限值
///
private string maxD = "";
///
/// 适用壁厚下限值
///
private string minH = "";
///
/// 适用壁厚上限值
///
private string maxH = "";
///
/// 适用外径下限值符号
///
private string minDSign = "";
///
/// 适用外径上限值符号
///
private string maxDSign = "";
///
/// 适用壁厚下限值符号
///
private string minHSign = "";
///
/// 适用壁厚上限值符号
///
private string maxHSign = "";
private string steelCode = "";
private string steelName = "";
private string batchCnt = "";
private string batchUnit = "";
private string produccode = "";
private string producname = "";
private string attachPercent = "";
private string attachCount = "";
private string topStove = "";
private string loopValue = "";
private string sscCondition = "";
private string excludePhyMin = "";
public string BatchUnit
{
get { return batchUnit; }
set { batchUnit = value; }
}
///
/// 取样码索引号(取样码+3位流水号)
///
[Description("取样码索引号(取样码+3位流水号)")]
[Nullable(false)]
[DataLength(8)]
public string Sic
{
get { return sic; }
set { sic = value; }
}
///
/// 取样码
///
[Description("取样码")]
[Nullable(false)]
[DataLength(5)]
public string PhyCodeMin
{
get { return phyCodeMin; }
set { phyCodeMin = value; }
}
///
/// 取样码描述
///
[Description("取样码描述")]
[Nullable(true)]
[DataLength(100)]
public string PhyNameMin
{
get { return phyNameMin; }
set { phyNameMin = value; }
}
///
/// 标准代码
///
[Description("标准代码")]
[Nullable(true)]
[DataLength(20)]
public string StdCode
{
get { return stdCode; }
set { stdCode = value; }
}
///
/// 标准名称
///
[Description("标准名称")]
[Nullable(true)]
[DataLength(200)]
public string StdName
{
get { return stdName; }
set { stdName = value; }
}
///
/// 取样长度代码(4010)
///
[Description("取样长度代码(4010)")]
[Nullable(true)]
[DataLength(20)]
public string Length
{
get { return length; }
set { length = value; }
}
///
/// 取样长度描述
///
[Description("取样长度描述")]
[Nullable(true)]
[DataLength(200)]
public string DescLength
{
get { return descLength; }
set { descLength = value; }
}
///
/// 取样频率代码(4011)(组批要求,支数限制)
///
[Description("取样频率代码(4011)(组批要求,支数限制)")]
[Nullable(true)]
[DataLength(20)]
public string Rate
{
get { return rate; }
set { rate = value; }
}
///
/// 取样频率描述
///
[Description("取样频率描述")]
[Nullable(true)]
[DataLength(200)]
public string DescRate
{
get { return descRate; }
set { descRate = value; }
}
///
/// 取样数量
///
[Description("取样数量")]
[Nullable(true)]
[DataLength(22)]
public decimal? DescCount
{
get { return descCount; }
set { descCount = value; }
}
///
/// 取样位置代码(4012)
///
[Description("取样位置代码(4012)")]
[Nullable(true)]
[DataLength(20)]
public string Position
{
get { return position; }
set { position = value; }
}
///
/// 取样位置描述
///
[Description("取样位置描述")]
[Nullable(true)]
[DataLength(200)]
public string DescPosition
{
get { return descPosition; }
set { descPosition = value; }
}
///
/// 创建人
///
[Description("创建人")]
[Nullable(true)]
[DataLength(20)]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 修改人
///
[Description("修改人")]
[Nullable(true)]
[DataLength(20)]
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
[Description("修改时间")]
[Nullable(true)]
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 删除人
///
[Description("删除人")]
[Nullable(true)]
[DataLength(20)]
public string DeleteName
{
get { return deleteName; }
set { deleteName = value; }
}
///
/// 删除时间
///
[Description("删除时间")]
[Nullable(true)]
public string DeleteTime
{
get { return deleteTime; }
set { deleteTime = value; }
}
///
/// 有效标志(1:有效,0:无效)
///
[Description("有效标志(1:有效,0:无效)")]
[Nullable(false)]
[DataLength(1)]
public string Validflag
{
get { return validflag; }
set { validflag = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(500)]
public string Memo
{
get { return memo; }
set { memo = value; }
}
///
/// 试验样条数(从COM_BASE_PHY_B中带过来,允许人工在界面上修改)
///
[Description("试验样条数(从COM_BASE_PHY_B中带过来,允许人工在界面上修改)")]
[Nullable(false)]
[DataLength(22)]
public decimal? SampleCount
{
get { return sampleCount; }
set { sampleCount = value; }
}
///
/// 样片类型( "环" 或" 片")
///
[Description("样片类型( \"环\" 或\" 片\")")]
[Nullable(true)]
[DataLength(2)]
public string SampleStyle
{
get { return sampleStyle; }
set { sampleStyle = value; }
}
///
/// 取样宽度(SAMPLE_STYLE="片"时,必须输入本字段值)
///
[Description("取样宽度(SAMPLE_STYLE=\"片\"时,必须输入本字段值)")]
[Nullable(true)]
[DataLength(22)]
public decimal? Width
{
get { return width; }
set { width = value; }
}
///
/// 适用外径下限值
///
[Description("适用外径下限值")]
[Nullable(true)]
[DataLength(10)]
public string MinD
{
get { return minD; }
set { minD = value; }
}
///
/// 适用外径上限值
///
[Description("适用外径上限值")]
[Nullable(true)]
[DataLength(10)]
public string MaxD
{
get { return maxD; }
set { maxD = value; }
}
///
/// 适用壁厚下限值
///
[Description("适用壁厚下限值")]
[Nullable(true)]
[DataLength(10)]
public string MinH
{
get { return minH; }
set { minH = value; }
}
///
/// 适用壁厚上限值
///
[Description("适用壁厚上限值")]
[Nullable(true)]
[DataLength(10)]
public string MaxH
{
get { return maxH; }
set { maxH = value; }
}
///
/// 适用外径下限值符号
///
[Description("适用外径下限值符号")]
[Nullable(true)]
[DataLength(10)]
public string MinDSign
{
get { return minDSign; }
set { minDSign = value; }
}
///
/// 适用外径上限值符号
///
[Description("适用外径上限值符号")]
[Nullable(true)]
[DataLength(10)]
public string MaxDSign
{
get { return maxDSign; }
set { maxDSign = value; }
}
///
/// 适用壁厚下限值符号
///
[Description("适用壁厚下限值符号")]
[Nullable(true)]
[DataLength(10)]
public string MinHSign
{
get { return minHSign; }
set { minHSign = value; }
}
///
/// 适用壁厚上限值符号
///
[Description("适用壁厚上限值符号")]
[Nullable(true)]
[DataLength(10)]
public string MaxHSign
{
get { return maxHSign; }
set { maxHSign = value; }
}
public string SteelCode
{
get { return steelCode; }
set { steelCode = value; }
}
public string SteelName
{
get { return steelName; }
set { steelName = value; }
}
public string BatchCnt
{
get { return batchCnt; }
set { batchCnt = value; }
}
public string Produccode
{
get { return produccode; }
set { produccode = value; }
}
public string Producname
{
get { return producname; }
set { producname = value; }
}
public string AttachPercent
{
get { return attachPercent; }
set { attachPercent = value; }
}
public string AttachCount
{
get { return attachCount; }
set { attachCount = value; }
}
public string TopStove
{
get { return topStove; }
set { topStove = value; }
}
public string LoopValue
{
get { return loopValue; }
set { loopValue = value; }
}
public string SscCondition
{
get { return sscCondition; }
set { sscCondition = value; }
}
public string ExcludePhyMin
{
get { return excludePhyMin; }
set { excludePhyMin = value; }
}
}
}