using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using Core.StlMes.Client.YdmPipeManage.Entity; namespace Core.StlMes.Client.YdmPipeManage.Entity { class QcmZgJugdeApplyEntity { /// /// 销售分类 /// private string producnameType = ""; /// /// 申请判定单号 /// private string jugdeApplyCode = ""; /// /// 申请判定单号 /// JUGDE_APPLY_SEQUENO private string jugdeApplySequeno = ""; /// /// 熔炼炉号 /// private string stoveNo = ""; /// /// 炉号 /// private string judgeStoveNo = ""; /// /// 批号 /// private string batchNo = ""; /// /// 组号 /// private string batchGroudNo = ""; /// /// 工序代码(A\B\C\D.....) /// private string processCode = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 支数 /// private decimal? actCount = null; /// /// 库存支数 /// private decimal? matActCount = null; /// /// 实重 /// private decimal? actWeight = null; /// /// 理论重量 /// private decimal? actTheoryWeight = null; /// /// 申请判定生产订单号 /// private string proOrderId = ""; /// /// 表面结果代码 /// private string faceResultCode = ""; /// /// 公差结果代码 /// private string specResultCode = ""; /// /// 成分结果代码 /// private string chemResultCode = ""; /// /// 理化结果代码 /// private string phyResultCode = ""; /// /// 探伤结果代码 /// private string detectResultCode = ""; /// /// 水压结果代码 /// private string wpressureResultCode = ""; /// /// 加工结果代码 /// private string processResultCode = ""; /// /// 表面检验报告目录 /// private string faceResultPath = ""; /// /// 公差检验报告目录 /// private string specResultPath = ""; /// /// 成分检验报告目录 /// private string chemResultPath = ""; /// /// 理化检验报告目录 /// private string phyResultPath = ""; /// /// 探伤检验报告目录 /// private string detectResultPath = ""; /// /// 水压检验报告目录 /// private string wpressureResultPath = ""; /// /// 加工检验报告目录 /// private string processResultPath = ""; /// /// 状态(00:初使状态;10:正在处理;20:已判定) /// private string validflag = ""; /// /// 申判人 /// private string applyName = ""; /// /// 申判时间 /// private string applyTime = ""; /// /// 申请判定备注 /// private string memo = ""; /// /// 质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开) /// private decimal? qualityGroup = null; /// /// 产出物料码 /// private string materialNo = ""; /// /// 产出物料描叙 /// private string materialName = ""; /// /// 品名代码 /// private string produccode = ""; /// /// 品名描述 /// private string producname = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 产品规格代码 /// private string specCode = ""; /// /// 产品规格描述 /// private string specName = ""; /// /// 扣型代码 /// private string modelCode = ""; /// /// 扣型描述 /// private string modelDesc = ""; /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 判定标准 /// private string steelStandrad = ""; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述(PSL1....) /// private string stdStyleDesc = ""; /// /// 工艺文件号 /// private string crafNo = ""; /// /// 生产批号 /// private string lotNo = ""; /// /// 生产产线名称 /// private string plineName = ""; /// /// 生产合同号(合同号) /// private string proOrderNo = ""; /// /// 产品标识(ABC) /// private string target = ""; /// /// 工艺状态(轧态) /// private string processStatus = ""; /// /// 材料去向代码 /// private string matGowhereCode = ""; /// /// 材料去向 /// private string matGowhereName = ""; /// /// 外径(实际) /// private decimal? actDimater = null; /// /// 壁厚(实际) /// private decimal? actHeight = null; /// /// 长度下限(实际) /// private string actLenMin = ""; /// /// 长度上限(实际) /// private string actLenMax = ""; /// /// 长度上限/下限 /// private string length = ""; /// /// 长度 /// private string actLen = ""; /// /// 综合判定结果代码 /// private string judgeResultCode = ""; /// /// 综合判定结果 /// private string judgeResult = ""; /// /// 工序判定时间 /// private string judgeResultTime = ""; /// /// 综合判定时间 /// private string judgeTolresultTime = ""; /// /// 综合判定人 /// private string judgeMaker = ""; /// /// 是否已处理后工序炉计划 /// private string ifSetZyPlan = ""; /// /// 探伤等级 /// private string testingGrade = ""; /// /// 探伤种类 /// private string testingType = ""; /// /// 探伤等级1 /// private string testingGrade1 = ""; /// /// 探伤种类1 /// private string testingType1 = ""; /// /// 探伤结果代码1 /// private string detectResultCode1 = ""; /// /// 探伤检验报告目录1 /// private string detectResultPath1 = ""; /// /// 交货行主键 /// private string ordLnDlyPk = ""; /// /// 送判状态 (0 正常送判,1退判) /// private string applyFlag = ""; /// /// 退判原因 /// private string backJugdeMemo = ""; /// /// 所属权代码 /// private string belongCode = ""; /// /// 所属权单位 /// private string belongName = ""; private string belongCodeJugde = ""; private string belongNameJugde = ""; /// /// 确认标识 /// private string instockFlag = ""; /// /// 下一道工序 /// private string nextProcessCdoe = ""; private string isAllScrap = ""; private string proPlanIdNext = ""; private string gxPlanNoNext = ""; private string jugdeTolconvicted = ""; private string balYearMonth = ""; private string judgeTolresult = ""; private string judgeTolmaker = ""; /// /// 制造商(找合同头的供货单位) /// private string supplyUnitDesc = ""; /// /// 制造商代码 /// private string supplyUnit = ""; /// /// 长度类型 /// private String inLengthType = ""; [Description("长度类型")] public string InLengthType { get { return inLengthType; } set { inLengthType = value; } } /// /// 合同业务员 /// private String orderCreateName = ""; [Description("合同业务员")] public string OrderCreateName { get { return orderCreateName; } set { orderCreateName = value; } } /// /// 非计划入库 /// private String inStorageType = ""; [Description("非计划入库")] public string InStorageType { get { return inStorageType; } set { inStorageType = value; } } private String inStorageTypeName = ""; [Description("非计划入库")] public string InStorageTypeName { get { return inStorageTypeName; } set { inStorageTypeName = value; } } /// /// 入库超量重量 /// private String inStorageWeight = ""; [Description("入库超量重量")] public string InStorageWeight { get { return inStorageWeight; } set { inStorageWeight = value; } } /// /// 入库超量确认人 /// private String inStorageConfirm = ""; [Description("入库超量确认人")] public string InStorageConfirm { get { return inStorageConfirm; } set { inStorageConfirm = value; } } /// /// 入库超量确认时间 /// private String inStorageTime = ""; [Description("入库超量确认时间")] public string InStorageTime { get { return inStorageTime; } set { inStorageTime = value; } } /// /// 入库超量接收状态 /// private String inStorageFlag = ""; [Description("入库超量接收状态")] public string InStorageFlag { get { return inStorageFlag; } set { inStorageFlag = value; } } /// /// 入库超量接收状态名称 /// private String inStorageFlagName = ""; [Description("入库超量接收状态")] public string InStorageFlagName { get { return inStorageFlagName; } set { inStorageFlagName = value; } } /// /// 制造商(找合同头的供货单位) /// [Description("制造商")] public string SupplyUnitDesc { get { return supplyUnitDesc; } set { supplyUnitDesc = value; } } /// /// 制造商代码 /// [Description("制造商代码")] public string SupplyUnit { get { return supplyUnit; } set { supplyUnit = value; } } /// /// 销售分类 /// [Description("销售分类")] public string ProducnameType { get { return producnameType; } set { producnameType = value; } } /// /// 综合判定人 /// [Description("综合判定结果")] public string JudgeTolresult { get { return judgeTolresult; } set { judgeTolresult = value; } } /// /// 综合判定人 /// [Description("综合判定人")] public string JudgeTolmaker { get { return judgeTolmaker; } set { judgeTolmaker = value; } } /// /// 结算年月 /// [Description("结算年月")] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = value; } } /// /// 判定备注 /// [Description("判定单号")] public string JugdeTolconvicted { get { return jugdeTolconvicted; } set { jugdeTolconvicted = value; } } /// /// 判定备注 /// private string judgeTolmemo = ""; /// /// 判定备注 /// [Description("判定备注")] public string JudgeTolmemo { get { return judgeTolmemo; } set { judgeTolmemo = value; } } /// /// 判定后所属权代码 /// [Description("判定后所属权代码")] public string BelongCodeJugde { get { return belongCodeJugde; } set { belongCodeJugde = value; } } /// /// 判定后所属权代码 /// [Description("判定后所属权")] public string BelongNameJugde { get { return belongNameJugde; } set { belongNameJugde = value; } } /// /// 下工序订单号 /// [Description("下工序订单号")] public string ProPlanIdNext { get { return proPlanIdNext; } set { proPlanIdNext = value; } } /// /// 下工序排产序号 /// [Description("下工序排产序号")] public string GxPlanNoNext { get { return gxPlanNoNext; } set { gxPlanNoNext = value; } } /// /// 标志位 /// [Description("判定类型")] public string IsAllScrap { get { return isAllScrap; } set { isAllScrap = value; } } /// /// 下一道工序 /// [Description("下一道工序")] public string NextProcessCdoe { get { return nextProcessCdoe; } set { nextProcessCdoe = value; } } /// /// 产权单位代码 /// [Description("产权单位代码")] public string BelongCode { get { return belongCode; } set { belongCode = value; } } /// /// 产权单位 /// [Description("产权单位")] public string BelongName { get { return belongName; } set { belongName = value; } } /// /// 确认标识 /// [Description("确认标识")] public string InstockFlag { get { return instockFlag; } set { instockFlag = value; } } /// /// 申请判定单号 /// [Description("申请判定单号")] [Nullable(false)] [DataLength(40)] public string JugdeApplyCode { get { return jugdeApplyCode; } set { jugdeApplyCode = value; } } /// /// 申请判定序号 /// [Description("申请判定序号")] [Nullable(false)] [DataLength(40)] public string JugdeApplySequeno { get { return jugdeApplySequeno; } set { jugdeApplySequeno = value; } } /// /// 熔炼炉号 /// [Description("熔炼炉号")] [Nullable(false)] [DataLength(6)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 炉号 /// [Description("判定炉号")] [Nullable(false)] [DataLength(6)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 批号 /// [Description("批号")] [Nullable(false)] [DataLength(20)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 组号 /// [Description("组号")] [Nullable(false)] [DataLength(3)] public string BatchGroudNo { get { return batchGroudNo; } set { batchGroudNo = value; } } /// /// 工序代码(A\B\C\D.....) /// [Description("工序代码")] [Nullable(false)] [DataLength(1)] public string ProcessCode { get { return processCode; } set { processCode = value; } } /// /// 产线代码 /// [Description("产线代码")] [Nullable(false)] [DataLength(20)] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 支数 /// [Description("支数")] [Nullable(true)] [DataLength(5)] public decimal? ActCount { get { return actCount; } set { actCount = value; } } /// /// 支数 /// [Description("库存支数")] [Nullable(true)] [DataLength(5)] public decimal? MatActCount { get { return matActCount; } set { matActCount = value; } } /// /// 实重 /// [Description("实重")] [Nullable(true)] [DataLength(12)] public decimal? ActWeight { get { return actWeight; } set { actWeight = value; } } /// /// 理论重量 /// [Description("理论重量")] [Nullable(false)] [DataLength(12)] public decimal? ActTheoryWeight { get { return actTheoryWeight; } set { actTheoryWeight = value; } } /// /// 申请判定生产订单号 /// [Description("生产订单号")] [Nullable(true)] [DataLength(20)] public string ProOrderId { get { return proOrderId; } set { proOrderId = value; } } /// /// 表面结果代码 /// [Description("表面结果代码")] [Nullable(true)] [DataLength(20)] public string FaceResultCode { get { return faceResultCode; } set { faceResultCode = value; } } /// /// 公差结果代码 /// [Description("公差结果代码")] [Nullable(true)] [DataLength(20)] public string SpecResultCode { get { return specResultCode; } set { specResultCode = value; } } /// /// 成分结果代码 /// [Description("成分结果代码")] [Nullable(true)] [DataLength(20)] public string ChemResultCode { get { return chemResultCode; } set { chemResultCode = value; } } /// /// 理化结果代码 /// [Description("理化结果代码")] [Nullable(true)] [DataLength(20)] public string PhyResultCode { get { return phyResultCode; } set { phyResultCode = value; } } /// /// 探伤结果代码 /// [Description("探伤结果代码")] [Nullable(true)] [DataLength(20)] public string DetectResultCode { get { return detectResultCode; } set { detectResultCode = value; } } /// /// 水压结果代码 /// [Description("水压结果代码")] [Nullable(true)] [DataLength(20)] public string WpressureResultCode { get { return wpressureResultCode; } set { wpressureResultCode = value; } } /// /// 加工结果代码 /// [Description("加工结果代码")] [Nullable(true)] [DataLength(20)] public string ProcessResultCode { get { return processResultCode; } set { processResultCode = value; } } /// /// 表面检验报告目录 /// [Description("表面检验报告目录")] [Nullable(true)] [DataLength(200)] public string FaceResultPath { get { return faceResultPath; } set { faceResultPath = value; } } /// /// 公差检验报告目录 /// [Description("公差检验报告目录")] [Nullable(true)] [DataLength(200)] public string SpecResultPath { get { return specResultPath; } set { specResultPath = value; } } /// /// 成分检验报告目录 /// [Description("成分检验报告目录")] [Nullable(true)] [DataLength(200)] public string ChemResultPath { get { return chemResultPath; } set { chemResultPath = value; } } /// /// 理化检验报告目录 /// [Description("理化检验报告目录")] [Nullable(true)] [DataLength(200)] public string PhyResultPath { get { return phyResultPath; } set { phyResultPath = value; } } /// /// 探伤检验报告目录 /// [Description("探伤检验报告目录")] [Nullable(true)] [DataLength(200)] public string DetectResultPath { get { return detectResultPath; } set { detectResultPath = value; } } /// /// 水压检验报告目录 /// [Description("水压检验报告目录")] [Nullable(true)] [DataLength(200)] public string WpressureResultPath { get { return wpressureResultPath; } set { wpressureResultPath = value; } } /// /// 加工检验报告目录 /// [Description("加工检验报告目录")] [Nullable(true)] [DataLength(200)] public string ProcessResultPath { get { return processResultPath; } set { processResultPath = value; } } /// /// 状态(00:初使状态;10:正在处理;20:已判定) /// [Description("状态")] [Nullable(false)] [DataLength(2)] public string Validflag { get { return validflag; } set { validflag = value; } } /// /// 申判人 /// [Description("申判人")] [Nullable(true)] [DataLength(20)] public string ApplyName { get { return applyName; } set { applyName = value; } } /// /// 申判时间 /// [Description("申判时间")] [Nullable(true)] public string ApplyTime { get { return applyTime; } set { applyTime = value; } } /// /// 申请判定备注 /// [Description("申请判定备注")] [Nullable(true)] [DataLength(500)] public string Memo { get { return memo; } set { memo = value; } } /// /// 质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开) /// [Description("质量分组号")] [Nullable(false)] [DataLength(22)] public decimal? QualityGroup { get { return qualityGroup; } set { qualityGroup = value; } } /// /// 产出物料码 /// [Description("产出物料码")] [Nullable(true)] [DataLength(40)] public string MaterialNo { get { return materialNo; } set { materialNo = value; } } /// /// 产出物料描叙 /// [Description("物料描叙")] [Nullable(true)] [DataLength(100)] public string MaterialName { get { return materialName; } set { materialName = value; } } /// /// 品名代码 /// [Description("品名代码")] [Nullable(true)] [DataLength(20)] public string Produccode { get { return produccode; } set { produccode = value; } } /// /// 品名描述 /// [Description("品名")] [Nullable(true)] [DataLength(100)] public string Producname { get { return producname; } set { producname = value; } } /// /// 钢级(牌号)代码 /// [Description("钢级(牌号)代码")] [Nullable(true)] [DataLength(10)] public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级(牌号)名称 /// [Description("钢级")] [Nullable(true)] [DataLength(100)] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 钢种代码 /// [Description("钢种代码")] [Nullable(true)] [DataLength(10)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种名称 /// [Description("钢种")] [Nullable(true)] [DataLength(100)] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 产品规格代码 /// [Description("产品规格代码")] [Nullable(true)] [DataLength(20)] public string SpecCode { get { return specCode; } set { specCode = value; } } /// /// 产品规格描述 /// [Description("规格")] [Nullable(true)] [DataLength(100)] public string SpecName { get { return specName; } set { specName = value; } } /// /// 扣型代码 /// [Description("扣型代码")] [Nullable(true)] [DataLength(20)] public string ModelCode { get { return modelCode; } set { modelCode = value; } } /// /// 扣型描述 /// [Description("扣型")] [Nullable(true)] [DataLength(100)] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } /// /// 标准代码 /// [Description("标准代码")] [Nullable(true)] [DataLength(20)] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准名称")] [Nullable(true)] [DataLength(256)] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 判定标准 /// [Description("判定标准")] [Nullable(true)] [DataLength(256)] public string SteelStandrad { get { return steelStandrad; } set { steelStandrad = value; } } /// /// 标准类别代码 /// [Description("标准类别代码")] [Nullable(true)] [DataLength(20)] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 标准类别描述(PSL1....) /// [Description("标准类别")] [Nullable(true)] [DataLength(50)] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } /// /// 工艺文件号 /// [Description("工艺文件号")] [Nullable(true)] [DataLength(100)] public string CrafNo { get { return crafNo; } set { crafNo = value; } } /// /// 生产批号 /// [Description("生产批号")] [Nullable(true)] [DataLength(20)] public string LotNo { get { return lotNo; } set { lotNo = value; } } /// /// 生产产线名称 /// [Description("产线")] [Nullable(true)] [DataLength(100)] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 生产合同号(合同号) /// [Description("生产合同号")] [Nullable(true)] [DataLength(20)] public string ProOrderNo { get { return proOrderNo; } set { proOrderNo = value; } } /// /// 产品标识(ABC) /// [Description("产品标识")] [Nullable(true)] [DataLength(20)] public string Target { get { return target; } set { target = value; } } /// /// 工艺状态(轧态) /// [Description("工艺状态")] [Nullable(true)] [DataLength(20)] public string ProcessStatus { get { return processStatus; } set { processStatus = value; } } /// /// 材料去向代码 /// [Description("材料去向代码")] [Nullable(false)] [DataLength(20)] public string MatGowhereCode { get { return matGowhereCode; } set { matGowhereCode = value; } } /// /// 材料去向 /// [Description("去向")] [Nullable(true)] [DataLength(40)] public string MatGowhereName { get { return matGowhereName; } set { matGowhereName = value; } } /// /// 外径(实际) /// [Description("外径")] [Nullable(true)] [DataLength(5)] public decimal? ActDimater { get { return actDimater; } set { actDimater = value; } } /// /// 壁厚(实际) /// [Description("壁厚")] [Nullable(true)] [DataLength(5)] public decimal? ActHeight { get { return actHeight; } set { actHeight = value; } } /// /// 长度下限(实际) /// [Description("长度下限")] [Nullable(true)] [DataLength(10)] public string ActLenMin { get { return actLenMin; } set { actLenMin = value; } } /// /// 长度上限(实际) /// [Description("长度上限")] [Nullable(true)] [DataLength(10)] public string ActLenMax { get { return actLenMax; } set { actLenMax = value; } } /// /// 长度上限/下限 /// [Description("长度上限/下限")] [Nullable(true)] [DataLength(10)] public string Length { get { return length; } set { length = value; } } /// /// 长度 /// [Description("长度")] [Nullable(true)] [DataLength(10)] public string ActLen { get { return actLen; } set { actLen = value; } } /// /// 综合判定结果代码 /// [Description("综合判定结果代码")] [Nullable(true)] [DataLength(10)] public string JudgeResultCode { get { return judgeResultCode; } set { judgeResultCode = value; } } /// /// 综合判定结果 /// [Description("综合判定结果")] [Nullable(true)] [DataLength(20)] public string JudgeResult { get { return judgeResult; } set { judgeResult = value; } } /// /// 工序判定时间 /// [Description("工序判定时间")] [Nullable(true)] public string JudgeResultTime { get { return judgeResultTime; } set { judgeResultTime = value; } } /// /// 工序判定时间 /// [Description("综合判定时间")] [Nullable(true)] public string JudgeTolresultTime { get { return judgeTolresultTime; } set { judgeTolresultTime = value; } } /// /// 综合判定人 /// [Description("综合判定人")] [Nullable(true)] [DataLength(20)] public string JudgeMaker { get { return judgeMaker; } set { judgeMaker = value; } } /// /// 是否已处理后工序炉计划 /// [Description("是否已处理后工序炉计划")] [Nullable(true)] [DataLength(1)] public string IfSetZyPlan { get { return ifSetZyPlan; } set { ifSetZyPlan = value; } } /// /// 探伤等级 /// [Description("探伤等级")] [Nullable(true)] [DataLength(20)] public string TestingGrade { get { return testingGrade; } set { testingGrade = value; } } /// /// 探伤种类 /// [Description("探伤种类")] [Nullable(true)] [DataLength(20)] public string TestingType { get { return testingType; } set { testingType = value; } } /// /// 探伤等级1 /// [Description("探伤等级1")] [Nullable(true)] [DataLength(20)] public string TestingGrade1 { get { return testingGrade1; } set { testingGrade1 = value; } } /// /// 探伤种类1 /// [Description("探伤种类1")] [Nullable(true)] [DataLength(20)] public string TestingType1 { get { return testingType1; } set { testingType1 = value; } } /// /// 探伤结果代码1 /// [Description("探伤结果代码1")] [Nullable(true)] [DataLength(20)] public string DetectResultCode1 { get { return detectResultCode1; } set { detectResultCode1 = value; } } /// /// 探伤检验报告目录1 /// [Description("探伤检验报告目录1")] [Nullable(true)] [DataLength(200)] public string DetectResultPath1 { get { return detectResultPath1; } set { detectResultPath1 = value; } } /// /// 交货行主键 /// [Description("交货行主键")] [Nullable(true)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 送判状态 (0 正常送判,1退判) /// [Description("送判状态")] [Nullable(true)] [DataLength(1)] public string ApplyFlag { get { return applyFlag; } set { applyFlag = value; } } /// /// 退判原因 /// [Description("退判原因")] [Nullable(true)] [DataLength(200)] public string BackJugdeMemo { get { return backJugdeMemo; } set { backJugdeMemo = value; } } private string deliveryNo; [Description("交货行号")] public string DeliveryNo { get { return deliveryNo; } set { deliveryNo = value; } } } }