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.ZGMil.Entity { /// /// 数据库表PORT_MIL_BATCH_SAMPLE_RESULT所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20160918TFRG 时间:2020-10-27 /// public class PortMilBatchSampleResultEntity2 { /// /// 从MIL_PLAN 表带过来的ID /// private string planId = ""; /// /// 生产批号 /// private string lotNo = ""; /// /// 熔炼炉号 /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 组号 /// private string groupNo = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 性能批号 /// private string batchNo = ""; /// /// 序号 /// private decimal? seq = null; /// /// 子管号 /// private string matNo = ""; /// /// 是否样管 /// private string isSamplePipe = ""; /// /// 是否有效(1有效) /// private string isValid = ""; /// /// 备注 /// private string remark = ""; /// /// 样管长度(mm) /// private string samplePipeLen = ""; /// /// 取样人 /// private string getSampleName = ""; /// /// 取样时间 /// private string getSampleTime = ""; /// /// 操作班次 /// private string getSampleShift = ""; /// /// 班次班组 /// private string getSampleClass = ""; /// /// 定尺长度 /// private decimal? orderLength = null; /// /// 理论重量 /// private decimal? actTheoryWeight = null; /// /// 支数 /// private decimal? actCount = null; /// /// 创建时间 /// private string crateTime = ""; /// /// 状态(0-合格 1-热区剔除 2-冷区剔除3-下线 4-返线5-留样 6-委外废 ) /// private string status = ""; /// /// 母管号 /// private string mMatNo = ""; /// /// 组炉标识(0,未组炉 1-组炉) /// private string groupFlag = ""; /// /// 操作工序(0-上料 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7分切 9矫直 10-探伤 11-人工质检12-交库 13-委外 14-复取样) /// private string opProcess = ""; /// /// 返线工序(9-矫直返线 10-探伤返线 11-复检 12 交库返线) /// private string backProcess = ""; /// /// 母坯号 /// private string mMMatNo = ""; /// /// 是否入库(0-未入库 1-已入库) /// private string instoreFlag = ""; /// /// 交库批号(无用) /// private string realBatchNo = ""; /// /// 切后长度(用于探伤子管再切) /// private decimal? recutLength = null; /// /// 切后理论重量 /// private decimal? cutActTheoryWeight = null; /// /// 取样长度A端(mm) /// private string samplePipeLenA = ""; /// /// 取样长度B端(mm) /// private string samplePipeLenB = ""; /// /// 下线类别(1,未探伤下线,2,已探伤下线) /// private string offlineType = ""; /// /// 投料量 /// private decimal? inputWeight = null; /// /// 结转年月 /// private string balYearMonth = ""; /// /// 成分判定结果代码 /// private string chemResultCode = ""; /// /// 性能判定结果代码 /// private string phyResultCode = ""; /// /// 复取样人 /// private string reGetSampleName = ""; /// /// 复取样时间 /// private string reGetSampleTime = ""; /// /// 复取样状态(0-未复取样 1-复取样 2-已委托) /// private string reGetSampleStatus = ""; /// /// 占用状态(0-合格 1剔废 2离线 ) /// private string ocupStaus = ""; /// /// 占用工序(0-上料 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7分切 9矫直 10-探伤 11-人工质检12-交库 13-委外 14-复取样) /// private string ocupOpProcess = ""; /// /// 轧管订单编号 /// private string proPlanId = ""; /// /// 工序排产序号 /// private string gxPlanNo = ""; /// /// 申请判定单号 /// private string jugdeApplyCode = ""; /// /// 是否已取量(0 未取 1已取量) /// private string trFlag = ""; /// /// 试样组代码集合(A端) /// private string phyCodeGroup = ""; /// /// 试样组代码集合(B端) /// private string phyCodeGroupb = ""; /// /// 仓库代码 /// private string storageNo = ""; /// /// 复取样取样长度A端(mm) /// private string resamplePipeLenA = ""; /// /// 复取样取样长度B端(mm) /// private string resamplePipeLenB = ""; /// /// 试样组代码集合(A端) /// private string rephyCodeGroup = ""; /// /// 试样组代码集合(B端) /// private string rephyCodeGroupb = ""; /// /// 是否取样委托(2已取样 3已委托) /// private string isBatch = ""; /// /// 检验编号 /// private string checkNo = ""; /// /// 长度(测量点) /// private decimal? measureLen = null; /// /// 重量(测量点) /// private decimal? measureWeight = null; /// /// 喷印管号 /// private decimal? measuringSeq = null; /// /// 喷标信息 /// private string matInfo = ""; /// /// 测量点数据已匹配 (0:未匹配, 1-已匹配 2-需要重新测量) /// private string measuringFlag = ""; /// /// 从MIL_PLAN 表带过来的ID /// [Description("从MIL_PLAN 表带过来的ID")] [Nullable(false)] [DataLength(20)] public string PlanId { get { return planId; } set { planId = value; } } /// /// 生产批号 /// [Description("生产批号")] [Nullable(false)] [DataLength(20)] public string LotNo { get { return lotNo; } set { lotNo = value; } } /// /// 熔炼炉号 /// [Description("熔炼炉号")] [Nullable(true)] [DataLength(20)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(false)] [DataLength(10)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 组号 /// [Description("组号")] [Nullable(true)] [DataLength(6)] public string GroupNo { get { return groupNo; } set { groupNo = value; } } /// /// 产线代码 /// [Description("产线代码")] [Nullable(true)] [DataLength(20)] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 性能批号 /// [Description("性能批号")] [Nullable(true)] [DataLength(20)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 序号 /// [Description("序号")] [Nullable(false)] [DataLength(6)] public decimal? Seq { get { return seq; } set { seq = value; } } /// /// 子管号 /// [Description("子管号")] [Nullable(true)] [DataLength(20)] public string MatNo { get { return matNo; } set { matNo = value; } } /// /// 是否样管 /// [Description("是否样管")] [Nullable(true)] [DataLength(1)] public string IsSamplePipe { get { return isSamplePipe; } set { isSamplePipe = value; } } /// /// 是否有效(1有效) /// [Description("是否有效(1有效)")] [Nullable(true)] [DataLength(1)] public string IsValid { get { return isValid; } set { isValid = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(400)] public string Remark { get { return remark; } set { remark = value; } } /// /// 样管长度(mm) /// [Description("样管长度(mm)")] [Nullable(true)] [DataLength(20)] public string SamplePipeLen { get { return samplePipeLen; } set { samplePipeLen = value; } } /// /// 取样人 /// [Description("取样人")] [Nullable(true)] [DataLength(20)] public string GetSampleName { get { return getSampleName; } set { getSampleName = value; } } /// /// 取样时间 /// [Description("取样时间")] [Nullable(true)] public string GetSampleTime { get { return getSampleTime; } set { getSampleTime = value; } } /// /// 操作班次 /// [Description("操作班次")] [Nullable(true)] [DataLength(10)] public string GetSampleShift { get { return getSampleShift; } set { getSampleShift = value; } } /// /// 班次班组 /// [Description("班次班组")] [Nullable(true)] [DataLength(5)] public string GetSampleClass { get { return getSampleClass; } set { getSampleClass = value; } } /// /// 定尺长度 /// [Description("定尺长度")] [Nullable(true)] [DataLength(8)] public decimal? OrderLength { get { return orderLength; } set { orderLength = value; } } /// /// 理论重量 /// [Description("理论重量")] [Nullable(true)] [DataLength(12)] public decimal? ActTheoryWeight { get { return actTheoryWeight; } set { actTheoryWeight = value; } } /// /// 支数 /// [Description("支数")] [Nullable(true)] [DataLength(3)] public decimal? ActCount { get { return actCount; } set { actCount = value; } } /// /// 创建时间 /// [Description("创建时间")] [Nullable(true)] public string CrateTime { get { return crateTime; } set { crateTime = value; } } /// /// 状态(0-合格 1-热区剔除 2-冷区剔除3-下线 4-返线5-留样 6-委外废 ) /// [Description("状态")] [Nullable(true)] [DataLength(1)] public string Status { get { return status; } set { status = value; } } /// /// 母管号 /// [Description("母管号")] [Nullable(true)] [DataLength(20)] public string MMatNo { get { return mMatNo; } set { mMatNo = value; } } /// /// 组炉标识(0,未组炉 1-组炉) /// [Description("组炉标识")] [Nullable(true)] [DataLength(1)] public string GroupFlag { get { return groupFlag; } set { groupFlag = value; } } /// /// 操作工序(0-上料 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7分切 9矫直 10-探伤 11-人工质检12-交库 13-委外 14-复取样) /// [Description("操作工序")] [Nullable(true)] [DataLength(2)] public string OpProcess { get { return opProcess; } set { opProcess = value; } } /// /// 返线工序(9-矫直返线 10-探伤返线 11-复检 12 交库返线) /// [Description("返线工序")] [Nullable(true)] [DataLength(2)] public string BackProcess { get { return backProcess; } set { backProcess = value; } } /// /// 母坯号 /// [Description("母坯号")] [Nullable(true)] [DataLength(20)] public string MMMatNo { get { return mMMatNo; } set { mMMatNo = value; } } /// /// 是否入库(0-未入库 1-已入库) /// [Description("是否入库")] [Nullable(true)] [DataLength(1)] public string InstoreFlag { get { return instoreFlag; } set { instoreFlag = value; } } /// /// 交库批号(无用) /// [Description("交库批号(无用)")] [Nullable(true)] [DataLength(20)] public string RealBatchNo { get { return realBatchNo; } set { realBatchNo = value; } } /// /// 切后长度(用于探伤子管再切) /// [Description("切后长度(用于探伤子管再切)")] [Nullable(true)] [DataLength(8)] public decimal? RecutLength { get { return recutLength; } set { recutLength = value; } } /// /// 切后理论重量 /// [Description("切后理论重量")] [Nullable(true)] [DataLength(9)] public decimal? CutActTheoryWeight { get { return cutActTheoryWeight; } set { cutActTheoryWeight = value; } } /// /// 取样长度A端(mm) /// [Description("取样长度A端(mm)")] [Nullable(true)] [DataLength(20)] public string SamplePipeLenA { get { return samplePipeLenA; } set { samplePipeLenA = value; } } /// /// 取样长度B端(mm) /// [Description("取样长度B端(mm)")] [Nullable(true)] [DataLength(20)] public string SamplePipeLenB { get { return samplePipeLenB; } set { samplePipeLenB = value; } } /// /// 下线类别(1,未探伤下线,2,已探伤下线) /// [Description("下线类别")] [Nullable(true)] [DataLength(1)] public string OfflineType { get { return offlineType; } set { offlineType = value; } } /// /// 投料量 /// [Description("投料量")] [Nullable(true)] [DataLength(9)] public decimal? InputWeight { get { return inputWeight; } set { inputWeight = value; } } /// /// 结转年月 /// [Description("结转年月")] [Nullable(true)] [DataLength(6)] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = value; } } /// /// 成分判定结果代码 /// [Description("成分判定结果代码")] [Nullable(true)] [DataLength(10)] public string ChemResultCode { get { return chemResultCode; } set { chemResultCode = value; } } /// /// 性能判定结果代码 /// [Description("性能判定结果代码")] [Nullable(true)] [DataLength(10)] public string PhyResultCode { get { return phyResultCode; } set { phyResultCode = value; } } /// /// 复取样人 /// [Description("复取样人")] [Nullable(true)] [DataLength(20)] public string ReGetSampleName { get { return reGetSampleName; } set { reGetSampleName = value; } } /// /// 复取样时间 /// [Description("复取样时间")] [Nullable(true)] public string ReGetSampleTime { get { return reGetSampleTime; } set { reGetSampleTime = value; } } /// /// 复取样状态(0-未复取样 1-复取样 2-已委托) /// [Description("复取样状态")] [Nullable(true)] [DataLength(1)] public string ReGetSampleStatus { get { return reGetSampleStatus; } set { reGetSampleStatus = value; } } /// /// 占用状态(0-合格 1剔废 2离线 ) /// [Description("占用状态")] [Nullable(true)] [DataLength(1)] public string OcupStaus { get { return ocupStaus; } set { ocupStaus = value; } } /// /// 占用工序(0-上料 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7分切 9矫直 10-探伤 11-人工质检12-交库 13-委外 14-复取样) /// [Description("占用工序")] [Nullable(true)] [DataLength(2)] public string OcupOpProcess { get { return ocupOpProcess; } set { ocupOpProcess = value; } } /// /// 轧管订单编号 /// [Description("轧管订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// 工序排产序号 /// [Description("工序排产序号")] [Nullable(true)] [DataLength(10)] public string GxPlanNo { get { return gxPlanNo; } set { gxPlanNo = value; } } /// /// 申请判定单号 /// [Description("申请判定单号")] [Nullable(true)] [DataLength(40)] public string JugdeApplyCode { get { return jugdeApplyCode; } set { jugdeApplyCode = value; } } /// /// 是否已取量(0 未取 1已取量) /// [Description("是否已取量(0 未取 1已取量)")] [Nullable(true)] [DataLength(1)] public string TrFlag { get { return trFlag; } set { trFlag = value; } } /// /// 试样组代码集合(A端) /// [Description("试样组代码集合(A端)")] [Nullable(true)] [DataLength(200)] public string PhyCodeGroup { get { return phyCodeGroup; } set { phyCodeGroup = value; } } /// /// 试样组代码集合(B端) /// [Description("试样组代码集合(B端)")] [Nullable(true)] [DataLength(200)] public string PhyCodeGroupb { get { return phyCodeGroupb; } set { phyCodeGroupb = value; } } /// /// 仓库代码 /// [Description("仓库代码")] [Nullable(true)] [DataLength(5)] public string StorageNo { get { return storageNo; } set { storageNo = value; } } /// /// 复取样取样长度A端(mm) /// [Description("复取样取样长度A端(mm)")] [Nullable(true)] [DataLength(20)] public string ResamplePipeLenA { get { return resamplePipeLenA; } set { resamplePipeLenA = value; } } /// /// 复取样取样长度B端(mm) /// [Description("复取样取样长度B端(mm)")] [Nullable(true)] [DataLength(20)] public string ResamplePipeLenB { get { return resamplePipeLenB; } set { resamplePipeLenB = value; } } /// /// 试样组代码集合(A端) /// [Description("试样组代码集合(A端)")] [Nullable(true)] [DataLength(200)] public string RephyCodeGroup { get { return rephyCodeGroup; } set { rephyCodeGroup = value; } } /// /// 试样组代码集合(B端) /// [Description("试样组代码集合(B端)")] [Nullable(true)] [DataLength(200)] public string RephyCodeGroupb { get { return rephyCodeGroupb; } set { rephyCodeGroupb = value; } } /// /// 是否取样委托(2已取样 3已委托) /// [Description("是否取样委托")] [Nullable(true)] [DataLength(1)] public string IsBatch { get { return isBatch; } set { isBatch = value; } } /// /// 检验编号 /// [Description("检验编号")] [Nullable(true)] [DataLength(200)] public string CheckNo { get { return checkNo; } set { checkNo = value; } } /// /// 长度(测量点) /// [Description("长度")] [Nullable(true)] [DataLength(9)] public decimal? MeasureLen { get { return measureLen; } set { measureLen = value; } } /// /// 重量(测量点) /// [Description("重量")] [Nullable(true)] [DataLength(11)] public decimal? MeasureWeight { get { return measureWeight; } set { measureWeight = value; } } /// /// 喷印管号 /// [Description("喷印管号")] [Nullable(true)] [DataLength(10)] public decimal? MeasuringSeq { get { return measuringSeq; } set { measuringSeq = value; } } /// /// 喷标信息 /// [Description("喷标信息")] [Nullable(true)] [DataLength(2000)] public string MatInfo { get { return matInfo; } set { matInfo = value; } } /// /// 测量点数据已匹配 (0:未匹配, 1-已匹配 2-需要重新测量) /// [Description("测量点数据已匹配 ")] [Nullable(true)] [DataLength(1)] public string MeasuringFlag { get { return measuringFlag; } set { measuringFlag = value; } } } }