///
/// 数据库表TPOPI25所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DESKTOP-QMNRTG1 时间:2023-05-15
///
///
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.封装类.实体类
{
public class Tpopi25Entity
{
///
/// 记录创建责任者
///
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 itemName = "";
///
/// 物料型号规格
///
private string itemModel = "";
///
/// 项目专业/物料材质
///
private string itemSpec = "";
///
/// 采购物料单位
///
private string itemUom = "";
///
/// 设备图号
///
private string graphId = "";
///
/// 单件重量
///
private string unitWeight = null;
///
/// 单重单位
///
private string weightUnit = "";
///
/// 采购叶类代码
///
private string leafCode = "";
///
/// 物料大类
///
private string class1 = "";
///
/// 物料中类
///
private string class2 = "";
///
/// 物料细类
///
private string class3 = "";
///
/// 物料描述
///
private string itemDesc = "";
///
/// 设备编号
///
private string deviceId = "";
///
/// 公司代码
///
private string companyCode = "";
///
/// 组织机构
///
private string orgCode = "";
///
/// 项目号/物料编码
///
private string itemId = "";
///
/// 判级结果
///
private string sentenceLevel = "";
///
/// 备注
///
private string remark = "";
///
/// 序号
///
private string seqNo = null;
///
/// 质检标准号
///
private string inspectStandCode = "";
///
/// 记录创建责任者
///
[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(100)]
public string ItemName
{
get { return itemName; }
set { itemName = value; }
}
///
/// 物料型号规格
///
[Description("物料型号规格")]
[Nullable(false)]
[DataLength(256)]
public string ItemModel
{
get { return itemModel; }
set { itemModel = value; }
}
///
/// 项目专业/物料材质
///
[Description("项目专业/物料材质")]
[Nullable(false)]
[DataLength(100)]
public string ItemSpec
{
get { return itemSpec; }
set { itemSpec = value; }
}
///
/// 采购物料单位
///
[Description("采购物料单位")]
[Nullable(false)]
[DataLength(64)]
public string ItemUom
{
get { return itemUom; }
set { itemUom = value; }
}
///
/// 设备图号
///
[Description("设备图号")]
[Nullable(false)]
[DataLength(100)]
public string GraphId
{
get { return graphId; }
set { graphId = value; }
}
///
/// 单件重量
///
[Description("单件重量")]
[Nullable(false)]
[DataLength(16)]
public string UnitWeight
{
get { return unitWeight; }
set { unitWeight = value; }
}
///
/// 单重单位
///
[Description("单重单位")]
[Nullable(false)]
[DataLength(10)]
public string WeightUnit
{
get { return weightUnit; }
set { weightUnit = value; }
}
///
/// 采购叶类代码
///
[Description("采购叶类代码")]
[Nullable(false)]
[DataLength(64)]
public string LeafCode
{
get { return leafCode; }
set { leafCode = value; }
}
///
/// 物料大类
///
[Description("物料大类")]
[Nullable(false)]
[DataLength(64)]
public string Class1
{
get { return class1; }
set { class1 = value; }
}
///
/// 物料中类
///
[Description("物料中类")]
[Nullable(false)]
[DataLength(64)]
public string Class2
{
get { return class2; }
set { class2 = value; }
}
///
/// 物料细类
///
[Description("物料细类")]
[Nullable(false)]
[DataLength(64)]
public string Class3
{
get { return class3; }
set { class3 = value; }
}
///
/// 物料描述
///
[Description("物料描述")]
[Nullable(false)]
[DataLength(1024)]
public string ItemDesc
{
get { return itemDesc; }
set { itemDesc = value; }
}
///
/// 设备编号
///
[Description("设备编号")]
[Nullable(false)]
[DataLength(20)]
public string DeviceId
{
get { return deviceId; }
set { deviceId = value; }
}
///
/// 公司代码
///
[Description("公司代码")]
[Nullable(false)]
[DataLength(20)]
public string CompanyCode
{
get { return companyCode; }
set { companyCode = value; }
}
///
/// 组织机构
///
[Description("组织机构")]
[Nullable(false)]
[DataLength(20)]
public string OrgCode
{
get { return orgCode; }
set { orgCode = value; }
}
///
/// 项目号/物料编码
///
[Description("项目号/物料编码")]
[Nullable(false)]
[DataLength(20)]
public string ItemId
{
get { return itemId; }
set { itemId = value; }
}
///
/// 判级结果
///
[Description("判级结果")]
[Nullable(false)]
[DataLength(64)]
public string SentenceLevel
{
get { return sentenceLevel; }
set { sentenceLevel = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(false)]
[DataLength(250)]
public string Remark
{
get { return remark; }
set { remark = value; }
}
///
/// 序号
///
[Description("序号")]
[Nullable(false)]
[DataLength(6)]
public string SeqNo
{
get { return seqNo; }
set { seqNo = value; }
}
///
/// 质检标准号
///
[Description("质检标准号")]
[Nullable(false)]
[DataLength(20)]
public string InspectStandCode
{
get { return inspectStandCode; }
set { inspectStandCode = value; }
}
}
}