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