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.封装类.实体类
{
///
/// 数据库表TPOPI26所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DESKTOP-QMNRTG1 时间:2023-05-15
///
public class Tpopi26Entity
{
///
/// 记录创建责任者
///
private string recCreator = "";
///
/// 记录创建时刻
///
private string recCreateTime = "";
///
/// 记录修改责任者
///
private string recRevisor = "";
///
/// 记录修改时刻
///
private string recReviseTime = "";
///
/// 归档标记
///
private string archiveFlag = "";
///
/// 归档邮戳号
///
private string archStampNo = "";
///
/// 归档时刻
///
private string archiveTime = "";
///
/// 任务号标识
///
private string taskId = "";
///
/// 数据状态
///
private string stateId = "";
///
/// 审批状态
///
private string appStateId = "";
///
/// 公司代码
///
private string companyCode = "";
///
/// 质检标准号
///
private string inspectStandCode = "";
///
/// 质检标准级别
///
private string jdeLevel = "";
///
/// 分录序号
///
private decimal? entrySeqNo = null;
///
/// 质检标准名称
///
private string inspectStandName = "";
///
/// 质检标准简称
///
private string inspectStandShort = "";
///
/// 质检业务类别
///
private string inspectOperatType = "";
///
/// 质检标准类型
///
private string inspectStandType = "";
///
/// 质检标准描述
///
private string inspectStandDesc = "";
///
/// 数据精度
///
private decimal? dataAccu = null;
///
/// 含量从(%)
///
private decimal? contentFrom = null;
///
/// 逻辑从
///
private string symbolFrom = "";
///
/// 元素代码
///
private string elmCode = "";
///
/// 元素名称
///
private string elmName = "";
///
/// 含量到(%)
///
private decimal? contentTo = null;
///
/// 逻辑到
///
private string symbolTo = "";
///
/// 标准开始日期
///
private string standStartDate = "";
///
/// 标准结束日期
///
private string standEndDate = "";
///
/// 备注
///
private string remark = "";
///
/// 保留字段1
///
private string reserve1 = "";
///
/// 保留字段2
///
private string reserve2 = "";
///
/// 保留字段3
///
private decimal? reserve3 = null;
///
/// 保留字段4
///
private decimal? reserve4 = null;
///
/// 保留字段5
///
private string reserve5 = "";
///
/// 记录创建责任者
///
[Description("记录创建责任者")]
[Nullable(false)]
[DataLength(24)]
public string RecCreator
{
get { return recCreator; }
set { recCreator = value; }
}
///
/// 记录创建时刻
///
[Description("记录创建时刻")]
[Nullable(false)]
[DataLength(14)]
public string RecCreateTime
{
get { return recCreateTime; }
set { recCreateTime = value; }
}
///
/// 记录修改责任者
///
[Description("记录修改责任者")]
[Nullable(false)]
[DataLength(24)]
public string RecRevisor
{
get { return recRevisor; }
set { recRevisor = value; }
}
///
/// 记录修改时刻
///
[Description("记录修改时刻")]
[Nullable(false)]
[DataLength(14)]
public string RecReviseTime
{
get { return recReviseTime; }
set { recReviseTime = value; }
}
///
/// 归档标记
///
[Description("归档标记")]
[Nullable(false)]
[DataLength(1)]
public string ArchiveFlag
{
get { return archiveFlag; }
set { archiveFlag = value; }
}
///
/// 归档邮戳号
///
[Description("归档邮戳号")]
[Nullable(false)]
[DataLength(10)]
public string ArchStampNo
{
get { return archStampNo; }
set { archStampNo = value; }
}
///
/// 归档时刻
///
[Description("归档时刻")]
[Nullable(false)]
[DataLength(14)]
public string ArchiveTime
{
get { return archiveTime; }
set { archiveTime = value; }
}
///
/// 任务号标识
///
[Description("任务号标识")]
[Nullable(false)]
[DataLength(64)]
public string TaskId
{
get { return taskId; }
set { taskId = value; }
}
///
/// 数据状态
///
[Description("数据状态")]
[Nullable(false)]
[DataLength(64)]
public string StateId
{
get { return stateId; }
set { stateId = value; }
}
///
/// 审批状态
///
[Description("审批状态")]
[Nullable(false)]
[DataLength(64)]
public string AppStateId
{
get { return appStateId; }
set { appStateId = value; }
}
///
/// 公司代码
///
[Description("公司代码")]
[Nullable(false)]
[DataLength(20)]
public string CompanyCode
{
get { return companyCode; }
set { companyCode = value; }
}
///
/// 质检标准号
///
[Description("质检标准号")]
[Nullable(false)]
[DataLength(20)]
public string InspectStandCode
{
get { return inspectStandCode; }
set { inspectStandCode = value; }
}
///
/// 质检标准级别
///
[Description("质检标准级别")]
[Nullable(false)]
[DataLength(20)]
public string JdeLevel
{
get { return jdeLevel; }
set { jdeLevel = value; }
}
///
/// 分录序号
///
[Description("分录序号")]
[Nullable(false)]
[DataLength(2)]
public decimal? EntrySeqNo
{
get { return entrySeqNo; }
set { entrySeqNo = value; }
}
///
/// 质检标准名称
///
[Description("质检标准名称")]
[Nullable(false)]
[DataLength(128)]
public string InspectStandName
{
get { return inspectStandName; }
set { inspectStandName = value; }
}
///
/// 质检标准简称
///
[Description("质检标准简称")]
[Nullable(false)]
[DataLength(128)]
public string InspectStandShort
{
get { return inspectStandShort; }
set { inspectStandShort = value; }
}
///
/// 质检业务类别
///
[Description("质检业务类别")]
[Nullable(false)]
[DataLength(20)]
public string InspectOperatType
{
get { return inspectOperatType; }
set { inspectOperatType = value; }
}
///
/// 质检标准类型
///
[Description("质检标准类型")]
[Nullable(false)]
[DataLength(20)]
public string InspectStandType
{
get { return inspectStandType; }
set { inspectStandType = value; }
}
///
/// 质检标准描述
///
[Description("质检标准描述")]
[Nullable(false)]
[DataLength(100)]
public string InspectStandDesc
{
get { return inspectStandDesc; }
set { inspectStandDesc = value; }
}
///
/// 数据精度
///
[Description("数据精度")]
[Nullable(false)]
[DataLength(2)]
public decimal? DataAccu
{
get { return dataAccu; }
set { dataAccu = value; }
}
///
/// 含量从(%)
///
[Description("上线值")]
[Nullable(false)]
[DataLength(16)]
public decimal? ContentFrom
{
get { return contentFrom; }
set { contentFrom = value; }
}
///
/// 逻辑从
///
[Description("上线比较符")]
[Nullable(false)]
[DataLength(10)]
public string SymbolFrom
{
get { return symbolFrom; }
set { symbolFrom = value; }
}
///
/// 元素代码
///
[Description("质检项目编号")]
[Nullable(false)]
[DataLength(64)]
public string ElmCode
{
get { return elmCode; }
set { elmCode = value; }
}
///
/// 元素名称
///
[Description("质检项目名称")]
[Nullable(false)]
[DataLength(64)]
public string ElmName
{
get { return elmName; }
set { elmName = value; }
}
///
/// 含量到(%)
///
[Description("下线值")]
[Nullable(false)]
[DataLength(16)]
public decimal? ContentTo
{
get { return contentTo; }
set { contentTo = value; }
}
///
/// 逻辑到
///
[Description("下线比较符")]
[Nullable(false)]
[DataLength(10)]
public string SymbolTo
{
get { return symbolTo; }
set { symbolTo = value; }
}
///
/// 标准开始日期
///
[Description("标准开始日期")]
[Nullable(false)]
[DataLength(14)]
public string StandStartDate
{
get { return standStartDate; }
set { standStartDate = value; }
}
///
/// 标准结束日期
///
[Description("标准结束日期")]
[Nullable(false)]
[DataLength(14)]
public string StandEndDate
{
get { return standEndDate; }
set { standEndDate = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(false)]
[DataLength(250)]
public string Remark
{
get { return remark; }
set { remark = value; }
}
///
/// 保留字段1
///
[Description("保留字段1")]
[Nullable(false)]
[DataLength(64)]
public string Reserve1
{
get { return reserve1; }
set { reserve1 = value; }
}
///
/// 保留字段2
///
[Description("保留字段2")]
[Nullable(false)]
[DataLength(64)]
public string Reserve2
{
get { return reserve2; }
set { reserve2 = value; }
}
///
/// 保留字段3
///
[Description("保留字段3")]
[Nullable(false)]
[DataLength(16)]
public decimal? Reserve3
{
get { return reserve3; }
set { reserve3 = value; }
}
///
/// 保留字段4
///
[Description("保留字段4")]
[Nullable(false)]
[DataLength(16)]
public decimal? Reserve4
{
get { return reserve4; }
set { reserve4 = value; }
}
///
/// 保留字段5
///
[Description("保留字段5")]
[Nullable(false)]
[DataLength(64)]
public string Reserve5
{
get { return reserve5; }
set { reserve5 = value; }
}
}
}