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.YdmPipeManage.Entity
{
///
/// 数据库表MAT_ZC_M所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DM22222 时间:2019-02-26
///
public class MatZcMEntity2
{
private string redcount = "";
private string redweight = "";
private string length = "";
private string fixNum = "";
///
/// 材料号(管号)规则---(15)----母料号000
///
private string matNo = "";
///
/// 材料类别(8014在制品、成品、商品)
///
private string productFlag = "";
///
/// 材料状态(801501在制品阶段、801502成品、801503商品...)
///
private string matStatus = "";
///
/// [轧管工序]生产批号
///
private string lotNo = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 批号(炉批号)
///
private string batchNo = "";
///
/// 组号(规格分的组号)--炉批行----性能批号(重点)---
///
private string batchGroudNo = "";
///
/// 材料顺序号(生产队列号)
///
private string matSqeNo = "";
///
/// [轧管工序]样管标志
///
private string sampleFlag = "";
///
/// 分切标志
///
private string cuttingFlag = "";
///
/// 外购材料号
///
private string originMatNo = "";
///
/// 物料码
///
private string materialNo = "";
///
/// 物料描叙
///
private string materialName = "";
///
/// 投料物料描叙
///
private string inputMaterialName = "";
///
/// 投料物料码
///
private string inputMaterialNo = "";
///
/// 投料物料来源(供应方代码)产出
///
private string inputOriginCode = "";
///
/// 品名代码
///
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 stdStyle = "";
///
/// 标准类别描述(PSL1....)
///
private string stdStyleDesc = "";
///
/// [轧管工序]生产合同号(1)
///
private string proOrderNo = "";
///
/// [轧管工序]生产合同号(2)
///
private string proOrderNo1 = "";
///
/// [轧管工序]生产订单号(1)
///
private string proOrderId = "";
///
/// [轧管工序]生产订单号(2)
///
private string proOrderId1 = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 合同行号
///
private string orderSeq = "";
///
/// 合同子行号
///
private string orderSeqNo = "";
///
/// [轧管工序]执行工艺号
///
private string crafNo = "";
///
/// 工序代码
///
private string processCdoe = "";
///
/// 工序名称
///
private string processDesc = "";
///
/// 下工序代码
///
private string nextProcessCdoe = "";
///
/// 下工序名称
///
private string nextProcessDesc = "";
///
/// 生产产线代码
///
private string plineCode = "";
///
/// 生产产线名称
///
private string plineName = "";
///
/// 材料来源代码(1外购、2机组产出等)
///
private string matOriginCode = "";
///
/// 材料来源(1外购、2机组产出等)
///
private string matOriginName = "";
///
/// 外径(订货)
///
private decimal? dimater = null;
///
/// 壁厚(订货)
///
private decimal? height = null;
///
/// 长度编码(订货)
///
private string lenNo = "";
///
/// 长度描述(订货)
///
private string lenDesc = "";
///
/// 长度单位
///
private string lenUnit = "";
///
/// 下限(订货)
///
private decimal? lenMin = null;
///
/// 上限(订货)
///
private decimal? lenMax = null;
///
/// 外径(目标)
///
private decimal? targDimater = null;
///
/// 壁厚(目标)
///
private decimal? targHeight = null;
///
/// 下限(目标)
///
private decimal? targLenMin = null;
///
/// 上限(目标)
///
private decimal? targLenMax = null;
///
/// 外径(实际)
///
private decimal? actDimater = null;
///
/// 壁厚(实际)
///
private decimal? actHeight = null;
///
/// 长度(实际)
///
private decimal? actLen = null;
///
/// 长度下限(实际)
///
private string actLenMin = "";
///
/// 长度上限(实际)
///
private string actLenMax = "";
///
/// 材料支数(实际)
///
private decimal? actCount = null;
///
/// 材料实重(实际)
///
private decimal? actWeight = null;
///
/// 材料理论重量(实际)
///
private decimal? actTheoryWeight = null;
///
/// 称重标志(0未委托、1委托)
///
private string measureFlag = "";
///
/// 所属权单位代码
///
private string belongCode = "";
///
/// 所属权单位
///
private string belongName = "";
///
/// 打捆标志(1已打捆、0未打捆)
///
private string packFlag = "";
///
/// 包装类型代码
///
private string packTypeCode = "";
///
/// 包装类型
///
private string packTypeName = "";
///
/// 捆包编号(若打捆)
///
private string packNo = "";
///
/// 包装时间
///
private string packTime = "";
///
/// 包装材料重量
///
private decimal? packMatWt = null;
///
/// 材料毛重
///
private decimal? matGrossWt = null;
///
/// 材料去向代码
///
private string matGowhereCode = "";
///
/// 材料去向
///
private string matGowhereName = "";
///
/// 冷热标志
///
private string coolHotFlag = "";
///
/// 交货材料标志(空或‘0’:无;1:有交货材料)
///
private string matReturnFlag = "";
///
/// 热处理号
///
private string heatTreatNo = "";
///
/// 现货标志
///
private string postFlag = "";
///
/// 质量封锁标志(0未封锁、2质量封锁、1管理封锁)
///
private string lockFlag = "";
///
/// 管理封锁原因代码
///
private string mngLockRsnCode = "";
///
/// 管理封锁时间
///
private string mngLockTime = "";
///
/// 管理封锁责任者
///
private string mngLockMaker = "";
///
/// 管理封锁备注
///
private string mngLockRemark = "";
///
/// 质量封锁原因代码
///
private string lockRsnCode = "";
///
/// 质量封锁时间
///
private string lockTime = "";
///
/// 质量封锁责任者
///
private string lockMaker = "";
///
/// 质量封锁备注
///
private string lockRemark = "";
///
/// 释放时间
///
private string unlockTime = "";
///
/// 释放责任者
///
private string unlockMaker = "";
///
/// 释放备注
///
private string unlockRemark = "";
///
/// 原合同号
///
private string oldOrderNo = "";
///
/// 原合同行号
///
private string oldOrderSeq = "";
///
/// 原合同子行号
///
private string oldOrderSeqNo = "";
///
/// 原物料码
///
private string oldMaterialNo = "";
///
/// 原物料描叙
///
private string oldMaterialName = "";
///
/// 余材原因代码
///
private string remainRsnCode = "";
///
/// 余材判定时间
///
private string remainJugdeTime = "";
///
/// 余材判定责任者
///
private string remainJugdeMaker = "";
///
/// 余材判定代码
///
private string remainJugdeCode = "";
///
/// 余材备注
///
private string remainRemark = "";
///
/// [轧管工序]判定申请标记(1、已判定;0等待)
///
private string jugdeApplyFlag = "";
///
/// [轧管工序]判定申请单号
///
private string jugdeApplyCode = "";
///
/// [轧管工序]判定申请时间
///
private string jugdeApplyTime = "";
///
/// 判定扫描时间
///
private string jugdeScanTime = "";
///
/// [轧管工序]表面判定结果代码
///
private string faceResultCode = "";
///
/// [轧管工序]表面判定时间
///
private string faceResultTime = "";
///
/// [轧管工序]表判责任人
///
private string faceMaker = "";
///
/// [轧管工序]公差判定结果代码
///
private string specResultCode = "";
///
/// [轧管工序]公差判定时间
///
private string specResultTime = "";
///
/// [轧管工序]公差判定责任人
///
private string specMaker = "";
///
/// [轧管工序]成分判定结果代码
///
private string chemResultCode = "";
///
/// [轧管工序]成分判定时间
///
private string chemResultTime = "";
///
/// [轧管工序]成分判定责任人
///
private string chemMaker = "";
///
/// [轧管工序]性能判定结果代码
///
private string phyResultCode = "";
///
/// [轧管工序]性能判定时间
///
private string phyResultTime = "";
///
/// [轧管工序]性能判定责任人
///
private string phyMaker = "";
///
/// [轧管工序]探伤报告目录[1探伤]
///
private string detectReportNo = "";
///
/// [轧管工序]探伤结果代码[1探伤]
///
private string detectResultCode = "";
///
/// [加工工序]水压报告目录
///
private string wpressureReportNo = "";
///
/// [加工工序]水压结果代码
///
private string wpressureResultCode = "";
///
/// [轧管工序]综合判定结果代码
///
private string judgeResultCode = "";
///
/// [轧管工序]综合判定结果
///
private string judgeResult = "";
///
/// [轧管工序]综合判定时间
///
private string judgeResultTime = "";
///
/// [轧管工序]综合判定人
///
private string judgeMaker = "";
///
/// 缺陷记录编号
///
private string bugNo = "";
///
/// 缺陷处置方式
///
private string bugDeal = "";
///
/// 返线标志
///
private string repairFlag = "";
///
/// 返线备注
///
private string repairRemark = "";
///
/// 取样标志
///
private string samplingFlag = "";
///
/// 取样类型
///
private string samplingType = "";
///
/// 取样批号
///
private string samplingNo = "";
///
/// 检验批号
///
private string checkoutNo = "";
///
/// 熔炼成分编号
///
private string chemStcheckNo = "";
///
/// 成品成分编号
///
private string chemProcheckNo = "";
///
/// 硫化氢编号
///
private string shCheckNo = "";
///
/// 来料加工标记
///
private string comeProcFlag = "";
///
/// 允发标志(1是、0否)
///
private string confmFlag = "";
///
/// 入库标志(1是、0否)
///
private string instockFlag = "";
///
/// 入库时间
///
private string instockTime = "";
///
/// 出库时间
///
private string outstockTime = "";
///
/// 生产班次
///
private string proBc = "";
///
/// 生产班组
///
private string proBz = "";
///
/// 生产下线时间
///
private string rpoTime = "";
///
/// 条码号
///
private string barCode = "";
///
/// 期初标志
///
private string beginningFlag = "";
///
/// 备注
///
private string memo = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 备料需求号
///
private string reqBlId = "";
///
/// 是否已接箍组批
///
private string ifBatchedJg = "";
///
/// 接箍作业批次号
///
private string coupcutBatchId = "";
///
/// 合同主键
///
private string ordPk = "";
///
/// 合同行主键
///
private string ordLnPk = "";
///
/// 交货行主键
///
private string ordLnDlyPk = "";
///
/// 原合同主键
///
private string oldOrdPk = "";
///
/// 原合同行主键
///
private string oldOrdLnPk = "";
///
/// 原交货行主键
///
private string oldOrdLnDlyPk = "";
///
/// 结算日期(年月)
///
private string balYearMonth = "";
///
/// [轧管工序]判定标准
///
private string judgeStdName = "";
///
/// [轧管工序]判定标准代码
///
private string judgeStdCode = "";
///
/// 产品等级
///
private string judgeGrade = "";
///
/// 备注(入库)
///
private string pipmemo = "";
///
/// 无注释
///
private string test = "";
///
/// 材料来源地代码(产线、外委、外购对应的具体项目)
///
private string soureCode = "";
///
/// 材料来源地名称
///
private string soureName = "";
///
/// 过磅单号
///
private string ponderNo = "";
///
/// 过磅重量
///
private decimal? ponderGrossWt = null;
///
/// 备注1
///
private string memo1 = "";
///
/// 改判记录ID(来源QCM_ZG_JUDGE_CHANGE,物料改判专用)
///
private string judgeId = "";
///
/// 管理封锁标志(0未封锁、1管理封锁)
///
private string mngLockFlag = "";
///
/// 封锁记录ID(来源QCM_ZG_LOCK_LOG,成品锁定专用)
///
private string lockId = "";
///
/// 作业单号(操作类型编码{如:脱单、利库}+销售组织编码+年月日+5位流水号
///
private string proNo = "";
///
/// 状态('0',未封锁 '1',封锁)利库专用
///
private string lockLiku = "";
///
/// 计划钢种代码
///
private string plnGradecode = "";
///
/// 计划钢种名称
///
private string plnGradename = "";
///
/// 计划钢级代码
///
private string plnSteelcode = "";
///
/// 计划钢级名称
///
private string plnSteelname = "";
///
/// [轧管工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
///
private string qcmStaus = "";
///
/// 出库单编号
///
private string outstockDoc = "";
///
/// [轧管工序]轧管炉次计划号
///
private string heatPlanNo = "";
///
/// [轧管工序]轧管炉号(带序号)
///
private string zgStoveSqe = "";
///
/// [轧管工序]工序订单1排产序号
///
private string gxPlanNo = "";
///
/// [轧管工序]材料号(轧管管号)
///
private string zgMatNo = "";
///
/// 成品区分(8017...)
///
private string finishproMold = "";
///
/// 入库区分(8018...)
///
private string inMold = "";
///
/// 产品标识(ABC)
///
private string target = "";
///
/// [轧管工序]工艺状态
///
private string processStatus = "";
///
/// [轧管工序]判定单号
///
private string jugdeConvicted = "";
///
/// [轧管工序]工序订单2排产序号
///
private string gxPlanNo1 = "";
///
/// [轧管工序]定尺类型代码(0定尺,1短尺,2长尺)
///
private string fixtypeCode = "";
///
/// [轧管工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
///
private decimal? qualityGroupZg = null;
///
/// [轧管工序]标示炉号
///
private string flagStoveNoZg = "";
///
/// [轧管工序]理化检验报告目录
///
private string zgPhyResultPath = "";
///
/// [轧管工序]表面检验报告目录
///
private string zgFaceResultPath = "";
///
/// [轧管工序]公差检验报告目录
///
private string zgSpecResultPath = "";
///
/// [镦拔扩工序]炉次计划号
///
private string vrpHeatPlanNo = "";
///
/// [镦拔扩工序]生产批号
///
private string vrpLotNo = "";
///
/// [镦拔扩工序]样管标志
///
private string vrpSampleFlag = "";
///
/// [镦拔扩工序]生产合同号(1)
///
private string vrpProOrderNo = "";
///
/// [镦拔扩工序]生产合同号(2)
///
private string vrpProOrderNo1 = "";
///
/// [镦拔扩工序]生产订单号(1)
///
private string vrpProOrderId = "";
///
/// [镦拔扩工序]生产订单号(2)
///
private string vrpProOrderId1 = "";
///
/// [镦拔扩原料管]外径
///
private decimal? vrpActDimater = null;
///
/// [镦拔扩原料管]壁厚
///
private decimal? vrpActHeight = null;
///
/// [镦拔扩工序]判定申请标记(1、已判定;0等待)
///
private string vrpJugdeApplyFlag = "";
///
/// [镦拔扩工序]判定申请单号
///
private string vrpJugdeApplyCode = "";
///
/// [镦拔扩工序]判定申请时间
///
private string vrpJugdeApplyTime = "";
///
/// [镦拔扩工序]表面判定结果代码
///
private string vrpFaceResultCode = "";
///
/// [镦拔扩工序]表面判定时间
///
private string vrpFaceResultTime = "";
///
/// [镦拔扩工序]表判责任人
///
private string vrpFaceMaker = "";
///
/// [镦拔扩工序]表面检验报告目录
///
private string vrpFaceResultPath = "";
///
/// [镦拔扩工序]公差判定结果代码
///
private string vrpSpecResultCode = "";
///
/// [镦拔扩工序]公差判定时间
///
private string vrpSpecResultTime = "";
///
/// [镦拔扩工序]公差判定责任人
///
private string vrpSpecMaker = "";
///
/// [镦拔扩工序]公差检验报告目录
///
private string vrpSpecResultPath = "";
///
/// [镦拔扩工序]性能判定结果代码
///
private string vrpPhyResultCode = "";
///
/// [镦拔扩工序]性能判定时间
///
private string vrpPhyResultTime = "";
///
/// [镦拔扩工序]性能判定责任人
///
private string vrpPhyMaker = "";
///
/// [镦拔扩工序]性能检验报告目录
///
private string vrpPhyResultPath = "";
///
/// [镦拔扩工序]综合判定结果代码
///
private string vrpJudgeResultCode = "";
///
/// [镦拔扩工序]综合判定时间
///
private string vrpJudgeResultTime = "";
///
/// [镦拔扩工序]综合判定人
///
private string vrpJudgeMaker = "";
///
/// [镦拔扩工序]工序订单1排产序号
///
private string vrpGxPlanNo = "";
///
/// [镦拔扩工序]工序订单2排产序号
///
private string vrpGxPlanNo1 = "";
///
/// [镦拔扩工序]判定单号
///
private string vprJugdeConvicted = "";
///
/// [镦拔扩工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
///
private decimal? vprQualityGroupZg = null;
///
/// [镦拔扩工序]标示炉号
///
private string vprFlagStoveNoZg = "";
///
/// [热处理工序]炉次计划号
///
private string httHeatPlanNo = "";
///
/// [热处理工序]生产批号
///
private string httLotNo = "";
///
/// [热处理工序]样管标志
///
private string httSampleFlag = "";
///
/// [热处理工序]生产合同号(1)
///
private string httProOrderNo = "";
///
/// [热处理工序]生产合同号(2)
///
private string httProOrderNo1 = "";
///
/// [热处理工序]生产订单号(1)
///
private string httProOrderId = "";
///
/// [热处理工序]生产订单号(2)
///
private string httProOrderId1 = "";
///
/// [热处理工序]工序订单1排产序号
///
private string httGxPlanNo = "";
///
/// [热处理工序]工序订单2排产序号
///
private string httGxPlanNo1 = "";
///
/// [热处理工序]判定申请标记(1、已判定;0等待)
///
private string httJugdeApplyFlag = "";
///
/// [热处理工序]判定申请单号
///
private string httJugdeApplyCode = "";
///
/// [热处理工序]判定申请时间
///
private string httJugdeApplyTime = "";
///
/// [热处理工序]表面判定结果代码
///
private string httFaceResultCode = "";
///
/// [热处理工序]表面判定时间
///
private string httFaceResultTime = "";
///
/// [热处理工序]表判责任人
///
private string httFaceMaker = "";
///
/// [热处理工序]表面检验报告目录
///
private string httFaceResultPath = "";
///
/// [热处理工序]公差判定结果代码
///
private string httSpecResultCode = "";
///
/// [热处理工序]公差判定时间
///
private string httSpecResultTime = "";
///
/// [热处理工序]公差判定责任人
///
private string httSpecMaker = "";
///
/// [热处理工序]公差检验报告目录
///
private string httSpecResultPath = "";
///
/// [热处理工序]性能判定结果代码
///
private string httPhyResultCode = "";
///
/// [热处理工序]性能判定时间
///
private string httPhyResultTime = "";
///
/// [热处理工序]性能判定责任人
///
private string httPhyMaker = "";
///
/// [热处理工序]性能检验报告目录
///
private string httPhyResultPath = "";
///
/// [热处理工序]综合判定结果代码
///
private string httJudgeResultCode = "";
///
/// [热处理工序]综合判定时间
///
private string httJudgeResultTime = "";
///
/// [热处理工序]综合判定人
///
private string httJudgeMaker = "";
///
/// [热处理工序]判定单号
///
private string httJugdeConvicted = "";
///
/// [热处理工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
///
private decimal? httQualityGroupZg = null;
///
/// [热处理工序]标示炉号
///
private string httFlagStoveNoZg = "";
///
/// [加工工序]生产批号
///
private string prcLotNo = "";
///
/// [加工工序]样管标志
///
private string prcSampleFlag = "";
///
/// [加工工序]生产合同号(1)
///
private string prcProOrderNo = "";
///
/// [加工工序]生产合同号(2)
///
private string prcProOrderNo1 = "";
///
/// [加工工序]生产订单号(1)
///
private string prcProOrderId = "";
///
/// [加工工序]生产订单号(2)
///
private string prcProOrderId1 = "";
///
/// [加工工序]工序订单1排产序号
///
private string prcGxPlanNo = "";
///
/// [加工工序]工序订单2排产序号
///
private string prcGxPlanNo1 = "";
///
/// [加工工序]判定申请标记(1、已判定;0等待)
///
private string prcJugdeApplyFlag = "";
///
/// [加工工序]判定申请单号
///
private string prcJugdeApplyCode = "";
///
/// [加工工序]判定申请时间
///
private string prcJugdeApplyTime = "";
///
/// [加工工序]表面判定结果代码
///
private string prcFaceResultCode = "";
///
/// [加工工序]表面判定时间
///
private string prcFaceResultTime = "";
///
/// [加工工序]表判责任人
///
private string prcFaceMaker = "";
///
/// [加工工序]表面检验报告目录
///
private string prcFaceResultPath = "";
///
/// [加工工序]公差判定结果代码
///
private string prcSpecResultCode = "";
///
/// [加工工序]公差判定时间
///
private string prcSpecResultTime = "";
///
/// [加工工序]公差判定责任人
///
private string prcSpecMaker = "";
///
/// [加工工序]公差检验报告目录
///
private string prcSpecResultPath = "";
///
/// [加工工序]性能判定结果代码
///
private string prcPhyResultCode = "";
///
/// [加工工序]性能判定时间
///
private string prcPhyResultTime = "";
///
/// [加工工序]性能判定责任人
///
private string prcPhyMaker = "";
///
/// [加工工序]性能检验报告目录
///
private string prcPhyResultPath = "";
///
/// [加工工序]综合判定结果代码
///
private string prcJudgeResultCode = "";
///
/// [加工工序]综合判定时间
///
private string prcJudgeResultTime = "";
///
/// [加工工序]综合判定人
///
private string prcJudgeMaker = "";
///
/// [加工工序]判定单号
///
private string prcJugdeConvicted = "";
///
/// [加工工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
///
private decimal? prcQualityGroupZg = null;
///
/// [加工工序]标示炉号
///
private string prcFlagStoveNoZg = "";
///
/// [加工工序]炉次计划号
///
private string prcHeatPlanNo = "";
///
/// [镦拔扩工序]判定标准
///
private string vrpJudgeStdName = "";
///
/// [镦拔扩工序]判定标准代码
///
private string vrpJudgeStdCode = "";
///
/// [热处理工序]判定标准
///
private string httJudgeStdName = "";
///
/// [热处理工序]判定标准代码
///
private string httJudgeStdCode = "";
///
/// [加工工序]判定标准
///
private string prcJudgeStdName = "";
///
/// [加工工序]判定标准代码
///
private string prcJudgeStdCode = "";
///
/// [镦拔扩工序]执行工艺号
///
private string vrpCrafNo = "";
///
/// [热处理工序]执行工艺号
///
private string httCrafNo = "";
///
/// [加工工序]执行工艺号
///
private string prcCrafNo = "";
///
/// [镦拔扩工序]成分判定结果代码
///
private string vrpChemResultCode = "";
///
/// [镦拔扩工序]成分判定时间
///
private string vrpChemResultTime = "";
///
/// [镦拔扩工序]成分判定责任人
///
private string vrpChemMaker = "";
///
/// [热处理工序]成分判定结果代码
///
private string httChemResultCode = "";
///
/// [热处理工序]成分判定时间
///
private string httChemResultTime = "";
///
/// [热处理工序]成分判定责任人
///
private string httChemMaker = "";
///
/// [加工工序]成分判定结果代码
///
private string prcChemResultCode = "";
///
/// [加工工序]成分判定时间
///
private string prcChemResultTime = "";
///
/// [加工工序]成分判定责任人
///
private string prcChemMaker = "";
///
/// 探伤报告目录2[2探伤]
///
private string detectReportNo1 = "";
///
/// 探伤结果代码2[2探伤]
///
private string detectResultCode1 = "";
///
/// [轧管工序]探伤等级1
///
private string testingGrade = "";
///
/// [轧管工序]探伤种类1
///
private string testingType = "";
///
/// 探伤等级2
///
private string testingGrade1 = "";
///
/// 探伤种类2
///
private string testingType1 = "";
///
/// [轧管工序]生产产线代码
///
private string zgPlineCode = "";
///
/// [轧管工序]生产产线名称
///
private string zgPlineName = "";
///
/// [镦拔扩工序]生产产线代码
///
private string vrpPlineCode = "";
///
/// [镦拔扩工序]生产产线名称
///
private string vrpPlineName = "";
///
/// [热处理工序]生产产线代码
///
private string httPlineCode = "";
///
/// [热处理工序]生产产线名称
///
private string httPlineName = "";
///
/// [加工工序]生产产线代码
///
private string prcPlineCode = "";
///
/// [加工工序]生产产线名称
///
private string prcPlineName = "";
///
/// [镦拔扩工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
///
private string vrpQcmStaus = "";
///
/// [热处理工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
///
private string httQcmStaus = "";
///
/// [加工工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
///
private string prcQcmStaus = "";
///
/// [轧管工序]备注
///
private string zgMemo = "";
///
/// 质保书来源(1,产销出质保书 2,老系统出质保书)
///
private string zbsFlag = "";
///
/// 质保书ID
///
private string zbsId = "";
///
/// 喷印管号
///
private string measuringSeq = "";
private string storageNo = "";
private string storageName = "";
private string locationNo = "";
private string locationName = "";
///
/// 倍尺
///
[Description("倍尺")]
[Nullable(false)]
[DataLength(20)]
public string FixNum
{
get { return fixNum; }
set { fixNum = value; }
}
///
/// 仓库号
///
[Description("仓库名称")]
[Nullable(false)]
[DataLength(20)]
public string StorageName
{
get { return storageName; }
set { storageName = value; }
}
///
/// 仓库号
///
[Description("仓库号")]
[Nullable(false)]
[DataLength(20)]
public string StorageNo
{
get { return storageNo; }
set { storageNo = value; }
}
///
/// 料位代码
///
[Description("料位代码")]
[Nullable(false)]
[DataLength(20)]
public string LocationNo
{
get { return locationNo; }
set { locationNo = value; }
}
///
/// 料位代码
///
[Description("料位")]
[Nullable(false)]
[DataLength(20)]
public string LocationName
{
get { return locationName; }
set { locationName = value; }
}
///
/// 红冲支数
///
[Description("红冲支数")]
[Nullable(false)]
[DataLength(20)]
public string Redcount
{
get { return redcount; }
set { redcount = value; }
}
///
/// 红冲支数
///
[Description("红冲重量")]
[Nullable(false)]
[DataLength(20)]
public string Redweight
{
get { return redweight; }
set { redweight = value; }
}
///
/// 红冲支数
///
[Description("红冲长度")]
[Nullable(false)]
[DataLength(20)]
public string Length
{
get { return length; }
set { length = value; }
}
///
/// 材料号(管号)规则---(15)----母料号000
///
[Description("材料号")]
[Nullable(false)]
[DataLength(20)]
public string MatNo
{
get { return matNo; }
set { matNo = value; }
}
///
/// 材料类别(8014在制品、成品、商品)
///
[Description("材料类别")]
[Nullable(true)]
[DataLength(10)]
public string ProductFlag
{
get { return productFlag; }
set { productFlag = value; }
}
///
/// 材料状态(801501在制品阶段、801502成品、801503商品...)
///
[Description("材料状态")]
[Nullable(true)]
[DataLength(10)]
public string MatStatus
{
get { return matStatus; }
set { matStatus = value; }
}
///
/// [轧管工序]生产批号
///
[Description("生产批号")]
[Nullable(true)]
[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(true)]
[DataLength(6)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 批号(炉批号)
///
[Description("批号")]
[Nullable(true)]
[DataLength(20)]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 组号(规格分的组号)--炉批行----性能批号(重点)---
///
[Description("组号")]
[Nullable(true)]
[DataLength(3)]
public string BatchGroudNo
{
get { return batchGroudNo; }
set { batchGroudNo = value; }
}
///
/// 材料顺序号(生产队列号)
///
[Description("材料顺序号(生产队列号)")]
[Nullable(true)]
[DataLength(20)]
public string MatSqeNo
{
get { return matSqeNo; }
set { matSqeNo = value; }
}
///
/// [轧管工序]样管标志
///
[Description("[轧管工序]样管标志")]
[Nullable(true)]
[DataLength(1)]
public string SampleFlag
{
get { return sampleFlag; }
set { sampleFlag = value; }
}
///
/// 分切标志
///
[Description("分切标志")]
[Nullable(true)]
[DataLength(1)]
public string CuttingFlag
{
get { return cuttingFlag; }
set { cuttingFlag = value; }
}
///
/// 外购材料号
///
[Description("外购材料号")]
[Nullable(true)]
[DataLength(20)]
public string OriginMatNo
{
get { return originMatNo; }
set { originMatNo = 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(100)]
public string InputMaterialName
{
get { return inputMaterialName; }
set { inputMaterialName = value; }
}
///
/// 投料物料码
///
[Description("投料物料码")]
[Nullable(true)]
[DataLength(40)]
public string InputMaterialNo
{
get { return inputMaterialNo; }
set { inputMaterialNo = value; }
}
///
/// 投料物料来源(供应方代码)产出
///
[Description("投料物料来源(供应方代码)产出")]
[Nullable(true)]
[DataLength(20)]
public string InputOriginCode
{
get { return inputOriginCode; }
set { inputOriginCode = 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(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; }
}
///
/// [轧管工序]生产合同号(1)
///
[Description("生产合同号")]
[Nullable(true)]
[DataLength(25)]
public string ProOrderNo
{
get { return proOrderNo; }
set { proOrderNo = value; }
}
///
/// [轧管工序]生产合同号(2)
///
[Description("[轧管工序]生产合同号(2)")]
[Nullable(true)]
[DataLength(25)]
public string ProOrderNo1
{
get { return proOrderNo1; }
set { proOrderNo1 = value; }
}
///
/// [轧管工序]生产订单号(1)
///
[Description("生产订单号")]
[Nullable(true)]
[DataLength(20)]
public string ProOrderId
{
get { return proOrderId; }
set { proOrderId = value; }
}
///
/// [轧管工序]生产订单号(2)
///
[Description("[轧管工序]生产订单号(2)")]
[Nullable(true)]
[DataLength(20)]
public string ProOrderId1
{
get { return proOrderId1; }
set { proOrderId1 = value; }
}
///
/// 合同号
///
[Description("合同号")]
[Nullable(true)]
[DataLength(20)]
public string OrderNo
{
get { return orderNo; }
set { orderNo = value; }
}
///
/// 合同行号
///
[Description("合同行号")]
[Nullable(true)]
[DataLength(3)]
public string OrderSeq
{
get { return orderSeq; }
set { orderSeq = value; }
}
///
/// 合同子行号
///
[Description("合同子行号")]
[Nullable(true)]
[DataLength(3)]
public string OrderSeqNo
{
get { return orderSeqNo; }
set { orderSeqNo = value; }
}
///
/// [轧管工序]执行工艺号
///
[Description("执行工艺号")]
[Nullable(true)]
[DataLength(100)]
public string CrafNo
{
get { return crafNo; }
set { crafNo = value; }
}
///
/// 工序代码
///
[Description("工序代码")]
[Nullable(true)]
[DataLength(8)]
public string ProcessCdoe
{
get { return processCdoe; }
set { processCdoe = value; }
}
///
/// 工序名称
///
[Description("工序名称")]
[Nullable(true)]
[DataLength(20)]
public string ProcessDesc
{
get { return processDesc; }
set { processDesc = value; }
}
///
/// 下工序代码
///
[Description("下工序代码")]
[Nullable(true)]
[DataLength(8)]
public string NextProcessCdoe
{
get { return nextProcessCdoe; }
set { nextProcessCdoe = value; }
}
///
/// 下工序名称
///
[Description("下工序名称")]
[Nullable(true)]
[DataLength(20)]
public string NextProcessDesc
{
get { return nextProcessDesc; }
set { nextProcessDesc = value; }
}
///
/// 生产产线代码
///
[Description("生产产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 生产产线名称
///
[Description("产线")]
[Nullable(true)]
[DataLength(100)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 材料来源代码(1外购、2机组产出等)
///
[Description("材料来源代码(1外购、2机组产出等)")]
[Nullable(true)]
[DataLength(8)]
public string MatOriginCode
{
get { return matOriginCode; }
set { matOriginCode = value; }
}
///
/// 材料来源(1外购、2机组产出等)
///
[Description("材料来源(1外购、2机组产出等)")]
[Nullable(true)]
[DataLength(20)]
public string MatOriginName
{
get { return matOriginName; }
set { matOriginName = value; }
}
///
/// 外径(订货)
///
[Description("外径(订货)")]
[Nullable(true)]
[DataLength(5)]
public decimal? Dimater
{
get { return dimater; }
set { dimater = value; }
}
///
/// 壁厚(订货)
///
[Description("壁厚(订货)")]
[Nullable(true)]
[DataLength(4)]
public decimal? Height
{
get { return height; }
set { height = value; }
}
///
/// 长度编码(订货)
///
[Description("长度编码(订货)")]
[Nullable(true)]
[DataLength(20)]
public string LenNo
{
get { return lenNo; }
set { lenNo = value; }
}
///
/// 长度描述(订货)
///
[Description("长度描述(订货)")]
[Nullable(true)]
[DataLength(200)]
public string LenDesc
{
get { return lenDesc; }
set { lenDesc = value; }
}
///
/// 长度单位
///
[Description("长度单位")]
[Nullable(true)]
[DataLength(20)]
public string LenUnit
{
get { return lenUnit; }
set { lenUnit = value; }
}
///
/// 下限(订货)
///
[Description("下限(订货)")]
[Nullable(true)]
[DataLength(5)]
public decimal? LenMin
{
get { return lenMin; }
set { lenMin = value; }
}
///
/// 上限(订货)
///
[Description("上限(订货)")]
[Nullable(true)]
[DataLength(5)]
public decimal? LenMax
{
get { return lenMax; }
set { lenMax = value; }
}
///
/// 外径(目标)
///
[Description("外径(目标)")]
[Nullable(true)]
[DataLength(5)]
public decimal? TargDimater
{
get { return targDimater; }
set { targDimater = value; }
}
///
/// 壁厚(目标)
///
[Description("壁厚(目标)")]
[Nullable(true)]
[DataLength(4)]
public decimal? TargHeight
{
get { return targHeight; }
set { targHeight = value; }
}
///
/// 下限(目标)
///
[Description("下限(目标)")]
[Nullable(true)]
[DataLength(5)]
public decimal? TargLenMin
{
get { return targLenMin; }
set { targLenMin = value; }
}
///
/// 上限(目标)
///
[Description("上限(目标)")]
[Nullable(true)]
[DataLength(5)]
public decimal? TargLenMax
{
get { return targLenMax; }
set { targLenMax = 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(9)]
public decimal? ActLen
{
get { return actLen; }
set { actLen = 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(5)]
public decimal? ActCount
{
get { return actCount; }
set { actCount = value; }
}
///
/// 材料实重(实际)
///
[Description("重量")]
[Nullable(true)]
[DataLength(11)]
public decimal? ActWeight
{
get { return actWeight; }
set { actWeight = value; }
}
///
/// 材料理论重量(实际)
///
[Description("理论重量")]
[Nullable(true)]
[DataLength(11)]
public decimal? ActTheoryWeight
{
get { return actTheoryWeight; }
set { actTheoryWeight = value; }
}
///
/// 称重标志(0未委托、1委托)
///
[Description("称重标志(0未委托、1委托)")]
[Nullable(true)]
[DataLength(1)]
public string MeasureFlag
{
get { return measureFlag; }
set { measureFlag = value; }
}
///
/// 所属权单位代码
///
[Description("所属权单位代码")]
[Nullable(true)]
[DataLength(40)]
public string BelongCode
{
get { return belongCode; }
set { belongCode = value; }
}
///
/// 所属权单位
///
[Description("所属权单位")]
[Nullable(true)]
[DataLength(50)]
public string BelongName
{
get { return belongName; }
set { belongName = value; }
}
///
/// 打捆标志(1已打捆、0未打捆)
///
[Description("打捆标志(1已打捆、0未打捆)")]
[Nullable(true)]
[DataLength(1)]
public string PackFlag
{
get { return packFlag; }
set { packFlag = value; }
}
///
/// 包装类型代码
///
[Description("包装类型代码")]
[Nullable(true)]
[DataLength(8)]
public string PackTypeCode
{
get { return packTypeCode; }
set { packTypeCode = value; }
}
///
/// 包装类型
///
[Description("包装类型")]
[Nullable(true)]
[DataLength(20)]
public string PackTypeName
{
get { return packTypeName; }
set { packTypeName = value; }
}
///
/// 捆包编号(若打捆)
///
[Description("捆包编号(若打捆)")]
[Nullable(true)]
[DataLength(20)]
public string PackNo
{
get { return packNo; }
set { packNo = value; }
}
///
/// 包装时间
///
[Description("包装时间")]
[Nullable(true)]
public string PackTime
{
get { return packTime; }
set { packTime = value; }
}
///
/// 包装材料重量
///
[Description("包装材料重量")]
[Nullable(true)]
[DataLength(3)]
public decimal? PackMatWt
{
get { return packMatWt; }
set { packMatWt = value; }
}
///
/// 材料毛重
///
[Description("材料毛重")]
[Nullable(true)]
[DataLength(3)]
public decimal? MatGrossWt
{
get { return matGrossWt; }
set { matGrossWt = value; }
}
///
/// 材料去向代码
///
[Description("材料去向代码")]
[Nullable(true)]
[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(1)]
public string CoolHotFlag
{
get { return coolHotFlag; }
set { coolHotFlag = value; }
}
///
/// 交货材料标志(空或‘0’:无;1:有交货材料)
///
[Description("交货材料标志(空或‘0’:无;1:有交货材料)")]
[Nullable(true)]
[DataLength(1)]
public string MatReturnFlag
{
get { return matReturnFlag; }
set { matReturnFlag = value; }
}
///
/// 热处理号
///
[Description("热处理号")]
[Nullable(true)]
[DataLength(1)]
public string HeatTreatNo
{
get { return heatTreatNo; }
set { heatTreatNo = value; }
}
///
/// 现货标志
///
[Description("现货标志")]
[Nullable(true)]
[DataLength(1)]
public string PostFlag
{
get { return postFlag; }
set { postFlag = value; }
}
///
/// 质量封锁标志(0未封锁、2质量封锁、1管理封锁)
///
[Description("质量封锁标志")]
[Nullable(true)]
[DataLength(1)]
public string LockFlag
{
get { return lockFlag; }
set { lockFlag = value; }
}
///
/// 管理封锁原因代码
///
[Description("管理封锁原因代码")]
[Nullable(true)]
[DataLength(8)]
public string MngLockRsnCode
{
get { return mngLockRsnCode; }
set { mngLockRsnCode = value; }
}
///
/// 管理封锁时间
///
[Description("管理封锁时间")]
[Nullable(true)]
public string MngLockTime
{
get { return mngLockTime; }
set { mngLockTime = value; }
}
///
/// 管理封锁责任者
///
[Description("管理封锁责任者")]
[Nullable(true)]
[DataLength(20)]
public string MngLockMaker
{
get { return mngLockMaker; }
set { mngLockMaker = value; }
}
///
/// 管理封锁备注
///
[Description("管理封锁备注")]
[Nullable(true)]
[DataLength(100)]
public string MngLockRemark
{
get { return mngLockRemark; }
set { mngLockRemark = value; }
}
///
/// 质量封锁原因代码
///
[Description("质量封锁原因代码")]
[Nullable(true)]
[DataLength(13)]
public string LockRsnCode
{
get { return lockRsnCode; }
set { lockRsnCode = value; }
}
///
/// 质量封锁时间
///
[Description("质量封锁时间")]
[Nullable(true)]
public string LockTime
{
get { return lockTime; }
set { lockTime = value; }
}
///
/// 质量封锁责任者
///
[Description("质量封锁责任者")]
[Nullable(true)]
[DataLength(20)]
public string LockMaker
{
get { return lockMaker; }
set { lockMaker = value; }
}
///
/// 质量封锁备注
///
[Description("质量封锁备注")]
[Nullable(true)]
[DataLength(100)]
public string LockRemark
{
get { return lockRemark; }
set { lockRemark = value; }
}
///
/// 释放时间
///
[Description("释放时间")]
[Nullable(true)]
public string UnlockTime
{
get { return unlockTime; }
set { unlockTime = value; }
}
///
/// 释放责任者
///
[Description("释放责任者")]
[Nullable(true)]
[DataLength(20)]
public string UnlockMaker
{
get { return unlockMaker; }
set { unlockMaker = value; }
}
///
/// 释放备注
///
[Description("释放备注")]
[Nullable(true)]
[DataLength(100)]
public string UnlockRemark
{
get { return unlockRemark; }
set { unlockRemark = value; }
}
///
/// 原合同号
///
[Description("原合同号")]
[Nullable(true)]
[DataLength(20)]
public string OldOrderNo
{
get { return oldOrderNo; }
set { oldOrderNo = value; }
}
///
/// 原合同行号
///
[Description("原合同行号")]
[Nullable(true)]
[DataLength(3)]
public string OldOrderSeq
{
get { return oldOrderSeq; }
set { oldOrderSeq = value; }
}
///
/// 原合同子行号
///
[Description("原合同子行号")]
[Nullable(true)]
[DataLength(3)]
public string OldOrderSeqNo
{
get { return oldOrderSeqNo; }
set { oldOrderSeqNo = value; }
}
///
/// 原物料码
///
[Description("原物料码")]
[Nullable(true)]
[DataLength(40)]
public string OldMaterialNo
{
get { return oldMaterialNo; }
set { oldMaterialNo = value; }
}
///
/// 原物料描叙
///
[Description("原物料描叙")]
[Nullable(true)]
[DataLength(100)]
public string OldMaterialName
{
get { return oldMaterialName; }
set { oldMaterialName = value; }
}
///
/// 余材原因代码
///
[Description("余材原因代码")]
[Nullable(true)]
[DataLength(8)]
public string RemainRsnCode
{
get { return remainRsnCode; }
set { remainRsnCode = value; }
}
///
/// 余材判定时间
///
[Description("余材判定时间")]
[Nullable(true)]
public string RemainJugdeTime
{
get { return remainJugdeTime; }
set { remainJugdeTime = value; }
}
///
/// 余材判定责任者
///
[Description("余材判定责任者")]
[Nullable(true)]
[DataLength(20)]
public string RemainJugdeMaker
{
get { return remainJugdeMaker; }
set { remainJugdeMaker = value; }
}
///
/// 余材判定代码
///
[Description("余材判定代码")]
[Nullable(true)]
[DataLength(8)]
public string RemainJugdeCode
{
get { return remainJugdeCode; }
set { remainJugdeCode = value; }
}
///
/// 余材备注
///
[Description("余材备注")]
[Nullable(true)]
[DataLength(100)]
public string RemainRemark
{
get { return remainRemark; }
set { remainRemark = value; }
}
///
/// [轧管工序]判定申请标记(1、已判定;0等待)
///
[Description("[轧管工序]判定申请标记(1、已判定;0等待)")]
[Nullable(true)]
[DataLength(1)]
public string JugdeApplyFlag
{
get { return jugdeApplyFlag; }
set { jugdeApplyFlag = value; }
}
///
/// [轧管工序]判定申请单号
///
[Description("[轧管工序]判定申请单号")]
[Nullable(true)]
[DataLength(40)]
public string JugdeApplyCode
{
get { return jugdeApplyCode; }
set { jugdeApplyCode = value; }
}
///
/// [轧管工序]判定申请时间
///
[Description("[轧管工序]判定申请时间")]
[Nullable(true)]
public string JugdeApplyTime
{
get { return jugdeApplyTime; }
set { jugdeApplyTime = value; }
}
///
/// 判定扫描时间
///
[Description("判定扫描时间")]
[Nullable(true)]
public string JugdeScanTime
{
get { return jugdeScanTime; }
set { jugdeScanTime = value; }
}
///
/// [轧管工序]表面判定结果代码
///
[Description("[轧管工序]表面判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string FaceResultCode
{
get { return faceResultCode; }
set { faceResultCode = value; }
}
///
/// [轧管工序]表面判定时间
///
[Description("[轧管工序]表面判定时间")]
[Nullable(true)]
public string FaceResultTime
{
get { return faceResultTime; }
set { faceResultTime = value; }
}
///
/// [轧管工序]表判责任人
///
[Description("[轧管工序]表判责任人")]
[Nullable(true)]
[DataLength(20)]
public string FaceMaker
{
get { return faceMaker; }
set { faceMaker = value; }
}
///
/// [轧管工序]公差判定结果代码
///
[Description("[轧管工序]公差判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string SpecResultCode
{
get { return specResultCode; }
set { specResultCode = value; }
}
///
/// [轧管工序]公差判定时间
///
[Description("[轧管工序]公差判定时间")]
[Nullable(true)]
public string SpecResultTime
{
get { return specResultTime; }
set { specResultTime = value; }
}
///
/// [轧管工序]公差判定责任人
///
[Description("[轧管工序]公差判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string SpecMaker
{
get { return specMaker; }
set { specMaker = value; }
}
///
/// [轧管工序]成分判定结果代码
///
[Description("[轧管工序]成分判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string ChemResultCode
{
get { return chemResultCode; }
set { chemResultCode = value; }
}
///
/// [轧管工序]成分判定时间
///
[Description("[轧管工序]成分判定时间")]
[Nullable(true)]
public string ChemResultTime
{
get { return chemResultTime; }
set { chemResultTime = value; }
}
///
/// [轧管工序]成分判定责任人
///
[Description("[轧管工序]成分判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string ChemMaker
{
get { return chemMaker; }
set { chemMaker = value; }
}
///
/// [轧管工序]性能判定结果代码
///
[Description("[轧管工序]性能判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string PhyResultCode
{
get { return phyResultCode; }
set { phyResultCode = value; }
}
///
/// [轧管工序]性能判定时间
///
[Description("[轧管工序]性能判定时间")]
[Nullable(true)]
public string PhyResultTime
{
get { return phyResultTime; }
set { phyResultTime = value; }
}
///
/// [轧管工序]性能判定责任人
///
[Description("[轧管工序]性能判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string PhyMaker
{
get { return phyMaker; }
set { phyMaker = value; }
}
///
/// [轧管工序]探伤报告目录[1探伤]
///
[Description("[轧管工序]探伤报告目录[1探伤]")]
[Nullable(true)]
[DataLength(100)]
public string DetectReportNo
{
get { return detectReportNo; }
set { detectReportNo = value; }
}
///
/// [轧管工序]探伤结果代码[1探伤]
///
[Description("[轧管工序]探伤结果代码[1探伤]")]
[Nullable(true)]
[DataLength(10)]
public string DetectResultCode
{
get { return detectResultCode; }
set { detectResultCode = value; }
}
///
/// [加工工序]水压报告目录
///
[Description("[加工工序]水压报告目录")]
[Nullable(true)]
[DataLength(100)]
public string WpressureReportNo
{
get { return wpressureReportNo; }
set { wpressureReportNo = value; }
}
///
/// [加工工序]水压结果代码
///
[Description("[加工工序]水压结果代码")]
[Nullable(true)]
[DataLength(10)]
public string WpressureResultCode
{
get { return wpressureResultCode; }
set { wpressureResultCode = 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)]
[DataLength(20)]
public string JudgeMaker
{
get { return judgeMaker; }
set { judgeMaker = value; }
}
///
/// 缺陷记录编号
///
[Description("缺陷记录编号")]
[Nullable(true)]
[DataLength(20)]
public string BugNo
{
get { return bugNo; }
set { bugNo = value; }
}
///
/// 缺陷处置方式
///
[Description("缺陷处置方式")]
[Nullable(true)]
[DataLength(10)]
public string BugDeal
{
get { return bugDeal; }
set { bugDeal = value; }
}
///
/// 返线标志
///
[Description("返线标志")]
[Nullable(true)]
[DataLength(1)]
public string RepairFlag
{
get { return repairFlag; }
set { repairFlag = value; }
}
///
/// 返线备注
///
[Description("返线备注")]
[Nullable(true)]
[DataLength(100)]
public string RepairRemark
{
get { return repairRemark; }
set { repairRemark = value; }
}
///
/// 取样标志
///
[Description("取样标志")]
[Nullable(true)]
[DataLength(1)]
public string SamplingFlag
{
get { return samplingFlag; }
set { samplingFlag = value; }
}
///
/// 取样类型
///
[Description("取样类型")]
[Nullable(true)]
[DataLength(10)]
public string SamplingType
{
get { return samplingType; }
set { samplingType = value; }
}
///
/// 取样批号
///
[Description("取样批号")]
[Nullable(true)]
[DataLength(20)]
public string SamplingNo
{
get { return samplingNo; }
set { samplingNo = value; }
}
///
/// 检验批号
///
[Description("检验批号")]
[Nullable(true)]
[DataLength(20)]
public string CheckoutNo
{
get { return checkoutNo; }
set { checkoutNo = value; }
}
///
/// 熔炼成分编号
///
[Description("熔炼成分编号")]
[Nullable(true)]
[DataLength(20)]
public string ChemStcheckNo
{
get { return chemStcheckNo; }
set { chemStcheckNo = value; }
}
///
/// 成品成分编号
///
[Description("成品成分编号")]
[Nullable(true)]
[DataLength(20)]
public string ChemProcheckNo
{
get { return chemProcheckNo; }
set { chemProcheckNo = value; }
}
///
/// 硫化氢编号
///
[Description("硫化氢编号")]
[Nullable(true)]
[DataLength(20)]
public string ShCheckNo
{
get { return shCheckNo; }
set { shCheckNo = value; }
}
///
/// 来料加工标记
///
[Description("来料加工标记")]
[Nullable(true)]
[DataLength(1)]
public string ComeProcFlag
{
get { return comeProcFlag; }
set { comeProcFlag = value; }
}
///
/// 允发标志(1是、0否)
///
[Description("允发标志(1是、0否)")]
[Nullable(true)]
[DataLength(1)]
public string ConfmFlag
{
get { return confmFlag; }
set { confmFlag = value; }
}
///
/// 入库标志(1是、0否)
///
[Description("入库标志(1是、0否)")]
[Nullable(true)]
[DataLength(1)]
public string InstockFlag
{
get { return instockFlag; }
set { instockFlag = value; }
}
///
/// 入库时间
///
[Description("入库时间")]
[Nullable(true)]
public string InstockTime
{
get { return instockTime; }
set { instockTime = value; }
}
///
/// 出库时间
///
[Description("出库时间")]
[Nullable(true)]
public string OutstockTime
{
get { return outstockTime; }
set { outstockTime = value; }
}
///
/// 生产班次
///
[Description("生产班次")]
[Nullable(true)]
[DataLength(1)]
public string ProBc
{
get { return proBc; }
set { proBc = value; }
}
///
/// 生产班组
///
[Description("生产班组")]
[Nullable(true)]
[DataLength(1)]
public string ProBz
{
get { return proBz; }
set { proBz = value; }
}
///
/// 生产下线时间
///
[Description("生产下线时间")]
[Nullable(true)]
public string RpoTime
{
get { return rpoTime; }
set { rpoTime = value; }
}
///
/// 条码号
///
[Description("条码号")]
[Nullable(true)]
[DataLength(20)]
public string BarCode
{
get { return barCode; }
set { barCode = value; }
}
///
/// 期初标志
///
[Description("期初标志")]
[Nullable(true)]
[DataLength(1)]
public string BeginningFlag
{
get { return beginningFlag; }
set { beginningFlag = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(500)]
public string Memo
{
get { return memo; }
set { memo = value; }
}
///
/// 创建人
///
[Description("创建人")]
[Nullable(true)]
[DataLength(20)]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 修改人
///
[Description("修改人")]
[Nullable(true)]
[DataLength(20)]
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
[Description("修改时间")]
[Nullable(true)]
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 备料需求号
///
[Description("备料需求号")]
[Nullable(true)]
[DataLength(20)]
public string ReqBlId
{
get { return reqBlId; }
set { reqBlId = value; }
}
///
/// 是否已接箍组批
///
[Description("是否已接箍组批")]
[Nullable(true)]
[DataLength(1)]
public string IfBatchedJg
{
get { return ifBatchedJg; }
set { ifBatchedJg = value; }
}
///
/// 接箍作业批次号
///
[Description("接箍作业批次号")]
[Nullable(true)]
[DataLength(20)]
public string CoupcutBatchId
{
get { return coupcutBatchId; }
set { coupcutBatchId = value; }
}
///
/// 合同主键
///
[Description("合同主键")]
[Nullable(true)]
[DataLength(40)]
public string OrdPk
{
get { return ordPk; }
set { ordPk = value; }
}
///
/// 合同行主键
///
[Description("合同行主键")]
[Nullable(true)]
[DataLength(40)]
public string OrdLnPk
{
get { return ordLnPk; }
set { ordLnPk = value; }
}
///
/// 交货行主键
///
[Description("交货行主键")]
[Nullable(true)]
[DataLength(50)]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = value; }
}
///
/// 原合同主键
///
[Description("原合同主键")]
[Nullable(true)]
[DataLength(40)]
public string OldOrdPk
{
get { return oldOrdPk; }
set { oldOrdPk = value; }
}
///
/// 原合同行主键
///
[Description("原合同行主键")]
[Nullable(true)]
[DataLength(40)]
public string OldOrdLnPk
{
get { return oldOrdLnPk; }
set { oldOrdLnPk = value; }
}
///
/// 原交货行主键
///
[Description("原交货行主键")]
[Nullable(true)]
[DataLength(50)]
public string OldOrdLnDlyPk
{
get { return oldOrdLnDlyPk; }
set { oldOrdLnDlyPk = value; }
}
///
/// 结算日期(年月)
///
[Description("结转年月")]
[Nullable(true)]
[DataLength(6)]
public string BalYearMonth
{
get { return balYearMonth; }
set { balYearMonth = value; }
}
///
/// [轧管工序]判定标准
///
[Description("[轧管工序]判定标准")]
[Nullable(true)]
[DataLength(200)]
public string JudgeStdName
{
get { return judgeStdName; }
set { judgeStdName = value; }
}
///
/// [轧管工序]判定标准代码
///
[Description("[轧管工序]判定标准代码")]
[Nullable(true)]
[DataLength(20)]
public string JudgeStdCode
{
get { return judgeStdCode; }
set { judgeStdCode = value; }
}
///
/// 产品等级
///
[Description("产品等级")]
[Nullable(true)]
[DataLength(20)]
public string JudgeGrade
{
get { return judgeGrade; }
set { judgeGrade = value; }
}
///
/// 备注(入库)
///
[Description("备注(入库)")]
[Nullable(true)]
[DataLength(200)]
public string Pipmemo
{
get { return pipmemo; }
set { pipmemo = value; }
}
///
/// 无注释
///
[Description("无注释")]
[Nullable(true)]
[DataLength(200)]
public string Test
{
get { return test; }
set { test = value; }
}
///
/// 材料来源地代码(产线、外委、外购对应的具体项目)
///
[Description("材料来源地代码(产线、外委、外购对应的具体项目)")]
[Nullable(true)]
[DataLength(20)]
public string SoureCode
{
get { return soureCode; }
set { soureCode = value; }
}
///
/// 材料来源地名称
///
[Description("材料来源地名称")]
[Nullable(true)]
[DataLength(40)]
public string SoureName
{
get { return soureName; }
set { soureName = value; }
}
///
/// 过磅单号
///
[Description("过磅单号")]
[Nullable(true)]
[DataLength(40)]
public string PonderNo
{
get { return ponderNo; }
set { ponderNo = value; }
}
///
/// 过磅重量
///
[Description("过磅重量")]
[Nullable(true)]
[DataLength(9)]
public decimal? PonderGrossWt
{
get { return ponderGrossWt; }
set { ponderGrossWt = value; }
}
///
/// 备注1
///
[Description("备注1")]
[Nullable(true)]
[DataLength(400)]
public string Memo1
{
get { return memo1; }
set { memo1 = value; }
}
///
/// 改判记录ID(来源QCM_ZG_JUDGE_CHANGE,物料改判专用)
///
[Description("改判记录ID(来源QCM_ZG_JUDGE_CHANGE,物料改判专用)")]
[Nullable(true)]
[DataLength(13)]
public string JudgeId
{
get { return judgeId; }
set { judgeId = value; }
}
///
/// 管理封锁标志(0未封锁、1管理封锁)
///
[Description("管理封锁标志(0未封锁、1管理封锁)")]
[Nullable(true)]
[DataLength(1)]
public string MngLockFlag
{
get { return mngLockFlag; }
set { mngLockFlag = value; }
}
///
/// 封锁记录ID(来源QCM_ZG_LOCK_LOG,成品锁定专用)
///
[Description("封锁记录ID(来源QCM_ZG_LOCK_LOG,成品锁定专用)")]
[Nullable(true)]
[DataLength(13)]
public string LockId
{
get { return lockId; }
set { lockId = value; }
}
///
/// 作业单号(操作类型编码{如:脱单、利库}+销售组织编码+年月日+5位流水号
///
[Description("作业单号(操作类型编码{如:脱单、利库}+销售组织编码+年月日+5位流水号")]
[Nullable(true)]
[DataLength(25)]
public string ProNo
{
get { return proNo; }
set { proNo = value; }
}
///
/// 状态('0',未封锁 '1',封锁)利库专用
///
[Description("状态('0',未封锁 '1',封锁)利库专用")]
[Nullable(true)]
[DataLength(1)]
public string LockLiku
{
get { return lockLiku; }
set { lockLiku = value; }
}
///
/// 计划钢种代码
///
[Description("计划钢种代码")]
[Nullable(true)]
[DataLength(10)]
public string PlnGradecode
{
get { return plnGradecode; }
set { plnGradecode = value; }
}
///
/// 计划钢种名称
///
[Description("计划钢种名称")]
[Nullable(true)]
[DataLength(100)]
public string PlnGradename
{
get { return plnGradename; }
set { plnGradename = value; }
}
///
/// 计划钢级代码
///
[Description("计划钢级代码")]
[Nullable(true)]
[DataLength(20)]
public string PlnSteelcode
{
get { return plnSteelcode; }
set { plnSteelcode = value; }
}
///
/// 计划钢级名称
///
[Description("计划钢级名称")]
[Nullable(true)]
[DataLength(100)]
public string PlnSteelname
{
get { return plnSteelname; }
set { plnSteelname = value; }
}
///
/// [轧管工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
///
[Description("[轧管工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)")]
[Nullable(true)]
[DataLength(2)]
public string QcmStaus
{
get { return qcmStaus; }
set { qcmStaus = value; }
}
///
/// 出库单编号
///
[Description("出库单编号")]
[Nullable(true)]
[DataLength(20)]
public string OutstockDoc
{
get { return outstockDoc; }
set { outstockDoc = value; }
}
///
/// [轧管工序]轧管炉次计划号
///
[Description("[轧管工序]轧管炉次计划号")]
[Nullable(true)]
[DataLength(20)]
public string HeatPlanNo
{
get { return heatPlanNo; }
set { heatPlanNo = value; }
}
///
/// [轧管工序]轧管炉号(带序号)
///
[Description("[轧管工序]轧管炉号(带序号)")]
[Nullable(true)]
[DataLength(20)]
public string ZgStoveSqe
{
get { return zgStoveSqe; }
set { zgStoveSqe = value; }
}
///
/// [轧管工序]工序订单1排产序号
///
[Description("[轧管工序]工序订单1排产序号")]
[Nullable(true)]
[DataLength(10)]
public string GxPlanNo
{
get { return gxPlanNo; }
set { gxPlanNo = value; }
}
///
/// [轧管工序]材料号(轧管管号)
///
[Description("[轧管工序]材料号(轧管管号)")]
[Nullable(true)]
[DataLength(20)]
public string ZgMatNo
{
get { return zgMatNo; }
set { zgMatNo = value; }
}
///
/// 成品区分(8017...)
///
[Description("成品区分(8017...)")]
[Nullable(true)]
[DataLength(10)]
public string FinishproMold
{
get { return finishproMold; }
set { finishproMold = value; }
}
///
/// 入库区分(8018...)
///
[Description("入库区分(8018...)")]
[Nullable(true)]
[DataLength(10)]
public string InMold
{
get { return inMold; }
set { inMold = 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(true)]
[DataLength(40)]
public string JugdeConvicted
{
get { return jugdeConvicted; }
set { jugdeConvicted = value; }
}
///
/// [轧管工序]工序订单2排产序号
///
[Description("工序订单2排产序号")]
[Nullable(true)]
[DataLength(10)]
public string GxPlanNo1
{
get { return gxPlanNo1; }
set { gxPlanNo1 = value; }
}
///
/// [轧管工序]定尺类型代码(0定尺,1短尺,2长尺)
///
[Description("[轧管工序]定尺类型代码(0定尺,1短尺,2长尺)")]
[Nullable(true)]
[DataLength(10)]
public string FixtypeCode
{
get { return fixtypeCode; }
set { fixtypeCode = value; }
}
///
/// [轧管工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
///
[Description("[轧管工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)")]
[Nullable(true)]
[DataLength(22)]
public decimal? QualityGroupZg
{
get { return qualityGroupZg; }
set { qualityGroupZg = value; }
}
///
/// [轧管工序]标示炉号
///
[Description("[轧管工序]标示炉号")]
[Nullable(true)]
[DataLength(20)]
public string FlagStoveNoZg
{
get { return flagStoveNoZg; }
set { flagStoveNoZg = value; }
}
///
/// [轧管工序]理化检验报告目录
///
[Description("[轧管工序]理化检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string ZgPhyResultPath
{
get { return zgPhyResultPath; }
set { zgPhyResultPath = value; }
}
///
/// [轧管工序]表面检验报告目录
///
[Description("[轧管工序]表面检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string ZgFaceResultPath
{
get { return zgFaceResultPath; }
set { zgFaceResultPath = value; }
}
///
/// [轧管工序]公差检验报告目录
///
[Description("[轧管工序]公差检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string ZgSpecResultPath
{
get { return zgSpecResultPath; }
set { zgSpecResultPath = value; }
}
///
/// [镦拔扩工序]炉次计划号
///
[Description("[镦拔扩工序]炉次计划号")]
[Nullable(true)]
[DataLength(20)]
public string VrpHeatPlanNo
{
get { return vrpHeatPlanNo; }
set { vrpHeatPlanNo = value; }
}
///
/// [镦拔扩工序]生产批号
///
[Description("[镦拔扩工序]生产批号")]
[Nullable(true)]
[DataLength(20)]
public string VrpLotNo
{
get { return vrpLotNo; }
set { vrpLotNo = value; }
}
///
/// [镦拔扩工序]样管标志
///
[Description("[镦拔扩工序]样管标志")]
[Nullable(true)]
[DataLength(1)]
public string VrpSampleFlag
{
get { return vrpSampleFlag; }
set { vrpSampleFlag = value; }
}
///
/// [镦拔扩工序]生产合同号(1)
///
[Description("[镦拔扩工序]生产合同号(1)")]
[Nullable(true)]
[DataLength(20)]
public string VrpProOrderNo
{
get { return vrpProOrderNo; }
set { vrpProOrderNo = value; }
}
///
/// [镦拔扩工序]生产合同号(2)
///
[Description("[镦拔扩工序]生产合同号(2)")]
[Nullable(true)]
[DataLength(20)]
public string VrpProOrderNo1
{
get { return vrpProOrderNo1; }
set { vrpProOrderNo1 = value; }
}
///
/// [镦拔扩工序]生产订单号(1)
///
[Description("[镦拔扩工序]生产订单号(1)")]
[Nullable(true)]
[DataLength(20)]
public string VrpProOrderId
{
get { return vrpProOrderId; }
set { vrpProOrderId = value; }
}
///
/// [镦拔扩工序]生产订单号(2)
///
[Description("[镦拔扩工序]生产订单号(2)")]
[Nullable(true)]
[DataLength(20)]
public string VrpProOrderId1
{
get { return vrpProOrderId1; }
set { vrpProOrderId1 = value; }
}
///
/// [镦拔扩原料管]外径
///
[Description("[镦拔扩原料管]外径")]
[Nullable(true)]
[DataLength(5)]
public decimal? VrpActDimater
{
get { return vrpActDimater; }
set { vrpActDimater = value; }
}
///
/// [镦拔扩原料管]壁厚
///
[Description("[镦拔扩原料管]壁厚")]
[Nullable(true)]
[DataLength(4)]
public decimal? VrpActHeight
{
get { return vrpActHeight; }
set { vrpActHeight = value; }
}
///
/// [镦拔扩工序]判定申请标记(1、已判定;0等待)
///
[Description("[镦拔扩工序]判定申请标记(1、已判定;0等待)")]
[Nullable(true)]
[DataLength(1)]
public string VrpJugdeApplyFlag
{
get { return vrpJugdeApplyFlag; }
set { vrpJugdeApplyFlag = value; }
}
///
/// [镦拔扩工序]判定申请单号
///
[Description("[镦拔扩工序]判定申请单号")]
[Nullable(true)]
[DataLength(30)]
public string VrpJugdeApplyCode
{
get { return vrpJugdeApplyCode; }
set { vrpJugdeApplyCode = value; }
}
///
/// [镦拔扩工序]判定申请时间
///
[Description("[镦拔扩工序]判定申请时间")]
[Nullable(true)]
public string VrpJugdeApplyTime
{
get { return vrpJugdeApplyTime; }
set { vrpJugdeApplyTime = value; }
}
///
/// [镦拔扩工序]表面判定结果代码
///
[Description("[镦拔扩工序]表面判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string VrpFaceResultCode
{
get { return vrpFaceResultCode; }
set { vrpFaceResultCode = value; }
}
///
/// [镦拔扩工序]表面判定时间
///
[Description("[镦拔扩工序]表面判定时间")]
[Nullable(true)]
public string VrpFaceResultTime
{
get { return vrpFaceResultTime; }
set { vrpFaceResultTime = value; }
}
///
/// [镦拔扩工序]表判责任人
///
[Description("[镦拔扩工序]表判责任人")]
[Nullable(true)]
[DataLength(20)]
public string VrpFaceMaker
{
get { return vrpFaceMaker; }
set { vrpFaceMaker = value; }
}
///
/// [镦拔扩工序]表面检验报告目录
///
[Description("[镦拔扩工序]表面检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string VrpFaceResultPath
{
get { return vrpFaceResultPath; }
set { vrpFaceResultPath = value; }
}
///
/// [镦拔扩工序]公差判定结果代码
///
[Description("[镦拔扩工序]公差判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string VrpSpecResultCode
{
get { return vrpSpecResultCode; }
set { vrpSpecResultCode = value; }
}
///
/// [镦拔扩工序]公差判定时间
///
[Description("[镦拔扩工序]公差判定时间")]
[Nullable(true)]
public string VrpSpecResultTime
{
get { return vrpSpecResultTime; }
set { vrpSpecResultTime = value; }
}
///
/// [镦拔扩工序]公差判定责任人
///
[Description("[镦拔扩工序]公差判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string VrpSpecMaker
{
get { return vrpSpecMaker; }
set { vrpSpecMaker = value; }
}
///
/// [镦拔扩工序]公差检验报告目录
///
[Description("[镦拔扩工序]公差检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string VrpSpecResultPath
{
get { return vrpSpecResultPath; }
set { vrpSpecResultPath = value; }
}
///
/// [镦拔扩工序]性能判定结果代码
///
[Description("[镦拔扩工序]性能判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string VrpPhyResultCode
{
get { return vrpPhyResultCode; }
set { vrpPhyResultCode = value; }
}
///
/// [镦拔扩工序]性能判定时间
///
[Description("[镦拔扩工序]性能判定时间")]
[Nullable(true)]
public string VrpPhyResultTime
{
get { return vrpPhyResultTime; }
set { vrpPhyResultTime = value; }
}
///
/// [镦拔扩工序]性能判定责任人
///
[Description("[镦拔扩工序]性能判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string VrpPhyMaker
{
get { return vrpPhyMaker; }
set { vrpPhyMaker = value; }
}
///
/// [镦拔扩工序]性能检验报告目录
///
[Description("[镦拔扩工序]性能检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string VrpPhyResultPath
{
get { return vrpPhyResultPath; }
set { vrpPhyResultPath = value; }
}
///
/// [镦拔扩工序]综合判定结果代码
///
[Description("[镦拔扩工序]综合判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string VrpJudgeResultCode
{
get { return vrpJudgeResultCode; }
set { vrpJudgeResultCode = value; }
}
///
/// [镦拔扩工序]综合判定时间
///
[Description("[镦拔扩工序]综合判定时间")]
[Nullable(true)]
public string VrpJudgeResultTime
{
get { return vrpJudgeResultTime; }
set { vrpJudgeResultTime = value; }
}
///
/// [镦拔扩工序]综合判定人
///
[Description("[镦拔扩工序]综合判定人")]
[Nullable(true)]
[DataLength(20)]
public string VrpJudgeMaker
{
get { return vrpJudgeMaker; }
set { vrpJudgeMaker = value; }
}
///
/// [镦拔扩工序]工序订单1排产序号
///
[Description("[镦拔扩工序]工序订单1排产序号")]
[Nullable(true)]
[DataLength(10)]
public string VrpGxPlanNo
{
get { return vrpGxPlanNo; }
set { vrpGxPlanNo = value; }
}
///
/// [镦拔扩工序]工序订单2排产序号
///
[Description("[镦拔扩工序]工序订单2排产序号")]
[Nullable(true)]
[DataLength(10)]
public string VrpGxPlanNo1
{
get { return vrpGxPlanNo1; }
set { vrpGxPlanNo1 = value; }
}
///
/// [镦拔扩工序]判定单号
///
[Description("[镦拔扩工序]判定单号")]
[Nullable(true)]
[DataLength(40)]
public string VprJugdeConvicted
{
get { return vprJugdeConvicted; }
set { vprJugdeConvicted = value; }
}
///
/// [镦拔扩工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
///
[Description("[镦拔扩工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)")]
[Nullable(true)]
[DataLength(22)]
public decimal? VprQualityGroupZg
{
get { return vprQualityGroupZg; }
set { vprQualityGroupZg = value; }
}
///
/// [镦拔扩工序]标示炉号
///
[Description("[镦拔扩工序]标示炉号")]
[Nullable(true)]
[DataLength(20)]
public string VprFlagStoveNoZg
{
get { return vprFlagStoveNoZg; }
set { vprFlagStoveNoZg = value; }
}
///
/// [热处理工序]炉次计划号
///
[Description("[热处理工序]炉次计划号")]
[Nullable(true)]
[DataLength(20)]
public string HttHeatPlanNo
{
get { return httHeatPlanNo; }
set { httHeatPlanNo = value; }
}
///
/// [热处理工序]生产批号
///
[Description("[热处理工序]生产批号")]
[Nullable(true)]
[DataLength(20)]
public string HttLotNo
{
get { return httLotNo; }
set { httLotNo = value; }
}
///
/// [热处理工序]样管标志
///
[Description("[热处理工序]样管标志")]
[Nullable(true)]
[DataLength(1)]
public string HttSampleFlag
{
get { return httSampleFlag; }
set { httSampleFlag = value; }
}
///
/// [热处理工序]生产合同号(1)
///
[Description("[热处理工序]生产合同号(1)")]
[Nullable(true)]
[DataLength(20)]
public string HttProOrderNo
{
get { return httProOrderNo; }
set { httProOrderNo = value; }
}
///
/// [热处理工序]生产合同号(2)
///
[Description("[热处理工序]生产合同号(2)")]
[Nullable(true)]
[DataLength(20)]
public string HttProOrderNo1
{
get { return httProOrderNo1; }
set { httProOrderNo1 = value; }
}
///
/// [热处理工序]生产订单号(1)
///
[Description("[热处理工序]生产订单号(1)")]
[Nullable(true)]
[DataLength(20)]
public string HttProOrderId
{
get { return httProOrderId; }
set { httProOrderId = value; }
}
///
/// [热处理工序]生产订单号(2)
///
[Description("[热处理工序]生产订单号(2)")]
[Nullable(true)]
[DataLength(20)]
public string HttProOrderId1
{
get { return httProOrderId1; }
set { httProOrderId1 = value; }
}
///
/// [热处理工序]工序订单1排产序号
///
[Description("[热处理工序]工序订单1排产序号")]
[Nullable(true)]
[DataLength(10)]
public string HttGxPlanNo
{
get { return httGxPlanNo; }
set { httGxPlanNo = value; }
}
///
/// [热处理工序]工序订单2排产序号
///
[Description("[热处理工序]工序订单2排产序号")]
[Nullable(true)]
[DataLength(10)]
public string HttGxPlanNo1
{
get { return httGxPlanNo1; }
set { httGxPlanNo1 = value; }
}
///
/// [热处理工序]判定申请标记(1、已判定;0等待)
///
[Description("[热处理工序]判定申请标记(1、已判定;0等待)")]
[Nullable(true)]
[DataLength(1)]
public string HttJugdeApplyFlag
{
get { return httJugdeApplyFlag; }
set { httJugdeApplyFlag = value; }
}
///
/// [热处理工序]判定申请单号
///
[Description("[热处理工序]判定申请单号")]
[Nullable(true)]
[DataLength(30)]
public string HttJugdeApplyCode
{
get { return httJugdeApplyCode; }
set { httJugdeApplyCode = value; }
}
///
/// [热处理工序]判定申请时间
///
[Description("[热处理工序]判定申请时间")]
[Nullable(true)]
public string HttJugdeApplyTime
{
get { return httJugdeApplyTime; }
set { httJugdeApplyTime = value; }
}
///
/// [热处理工序]表面判定结果代码
///
[Description("[热处理工序]表面判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string HttFaceResultCode
{
get { return httFaceResultCode; }
set { httFaceResultCode = value; }
}
///
/// [热处理工序]表面判定时间
///
[Description("[热处理工序]表面判定时间")]
[Nullable(true)]
public string HttFaceResultTime
{
get { return httFaceResultTime; }
set { httFaceResultTime = value; }
}
///
/// [热处理工序]表判责任人
///
[Description("[热处理工序]表判责任人")]
[Nullable(true)]
[DataLength(20)]
public string HttFaceMaker
{
get { return httFaceMaker; }
set { httFaceMaker = value; }
}
///
/// [热处理工序]表面检验报告目录
///
[Description("[热处理工序]表面检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string HttFaceResultPath
{
get { return httFaceResultPath; }
set { httFaceResultPath = value; }
}
///
/// [热处理工序]公差判定结果代码
///
[Description("[热处理工序]公差判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string HttSpecResultCode
{
get { return httSpecResultCode; }
set { httSpecResultCode = value; }
}
///
/// [热处理工序]公差判定时间
///
[Description("[热处理工序]公差判定时间")]
[Nullable(true)]
public string HttSpecResultTime
{
get { return httSpecResultTime; }
set { httSpecResultTime = value; }
}
///
/// [热处理工序]公差判定责任人
///
[Description("[热处理工序]公差判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string HttSpecMaker
{
get { return httSpecMaker; }
set { httSpecMaker = value; }
}
///
/// [热处理工序]公差检验报告目录
///
[Description("[热处理工序]公差检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string HttSpecResultPath
{
get { return httSpecResultPath; }
set { httSpecResultPath = value; }
}
///
/// [热处理工序]性能判定结果代码
///
[Description("[热处理工序]性能判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string HttPhyResultCode
{
get { return httPhyResultCode; }
set { httPhyResultCode = value; }
}
///
/// [热处理工序]性能判定时间
///
[Description("[热处理工序]性能判定时间")]
[Nullable(true)]
public string HttPhyResultTime
{
get { return httPhyResultTime; }
set { httPhyResultTime = value; }
}
///
/// [热处理工序]性能判定责任人
///
[Description("[热处理工序]性能判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string HttPhyMaker
{
get { return httPhyMaker; }
set { httPhyMaker = value; }
}
///
/// [热处理工序]性能检验报告目录
///
[Description("[热处理工序]性能检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string HttPhyResultPath
{
get { return httPhyResultPath; }
set { httPhyResultPath = value; }
}
///
/// [热处理工序]综合判定结果代码
///
[Description("[热处理工序]综合判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string HttJudgeResultCode
{
get { return httJudgeResultCode; }
set { httJudgeResultCode = value; }
}
///
/// [热处理工序]综合判定时间
///
[Description("[热处理工序]综合判定时间")]
[Nullable(true)]
public string HttJudgeResultTime
{
get { return httJudgeResultTime; }
set { httJudgeResultTime = value; }
}
///
/// [热处理工序]综合判定人
///
[Description("[热处理工序]综合判定人")]
[Nullable(true)]
[DataLength(20)]
public string HttJudgeMaker
{
get { return httJudgeMaker; }
set { httJudgeMaker = value; }
}
///
/// [热处理工序]判定单号
///
[Description("[热处理工序]判定单号")]
[Nullable(true)]
[DataLength(40)]
public string HttJugdeConvicted
{
get { return httJugdeConvicted; }
set { httJugdeConvicted = value; }
}
///
/// [热处理工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
///
[Description("[热处理工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)")]
[Nullable(true)]
[DataLength(22)]
public decimal? HttQualityGroupZg
{
get { return httQualityGroupZg; }
set { httQualityGroupZg = value; }
}
///
/// [热处理工序]标示炉号
///
[Description("[热处理工序]标示炉号")]
[Nullable(true)]
[DataLength(20)]
public string HttFlagStoveNoZg
{
get { return httFlagStoveNoZg; }
set { httFlagStoveNoZg = value; }
}
///
/// [加工工序]生产批号
///
[Description("[加工工序]生产批号")]
[Nullable(true)]
[DataLength(20)]
public string PrcLotNo
{
get { return prcLotNo; }
set { prcLotNo = value; }
}
///
/// [加工工序]样管标志
///
[Description("[加工工序]样管标志")]
[Nullable(true)]
[DataLength(1)]
public string PrcSampleFlag
{
get { return prcSampleFlag; }
set { prcSampleFlag = value; }
}
///
/// [加工工序]生产合同号(1)
///
[Description("[加工工序]生产合同号(1)")]
[Nullable(true)]
[DataLength(20)]
public string PrcProOrderNo
{
get { return prcProOrderNo; }
set { prcProOrderNo = value; }
}
///
/// [加工工序]生产合同号(2)
///
[Description("[加工工序]生产合同号(2)")]
[Nullable(true)]
[DataLength(20)]
public string PrcProOrderNo1
{
get { return prcProOrderNo1; }
set { prcProOrderNo1 = value; }
}
///
/// [加工工序]生产订单号(1)
///
[Description("[加工工序]生产订单号(1)")]
[Nullable(true)]
[DataLength(20)]
public string PrcProOrderId
{
get { return prcProOrderId; }
set { prcProOrderId = value; }
}
///
/// [加工工序]生产订单号(2)
///
[Description("[加工工序]生产订单号(2)")]
[Nullable(true)]
[DataLength(20)]
public string PrcProOrderId1
{
get { return prcProOrderId1; }
set { prcProOrderId1 = value; }
}
///
/// [加工工序]工序订单1排产序号
///
[Description("[加工工序]工序订单1排产序号")]
[Nullable(true)]
[DataLength(10)]
public string PrcGxPlanNo
{
get { return prcGxPlanNo; }
set { prcGxPlanNo = value; }
}
///
/// [加工工序]工序订单2排产序号
///
[Description("[加工工序]工序订单2排产序号")]
[Nullable(true)]
[DataLength(10)]
public string PrcGxPlanNo1
{
get { return prcGxPlanNo1; }
set { prcGxPlanNo1 = value; }
}
///
/// [加工工序]判定申请标记(1、已判定;0等待)
///
[Description("[加工工序]判定申请标记(1、已判定;0等待)")]
[Nullable(true)]
[DataLength(1)]
public string PrcJugdeApplyFlag
{
get { return prcJugdeApplyFlag; }
set { prcJugdeApplyFlag = value; }
}
///
/// [加工工序]判定申请单号
///
[Description("[加工工序]判定申请单号")]
[Nullable(true)]
[DataLength(30)]
public string PrcJugdeApplyCode
{
get { return prcJugdeApplyCode; }
set { prcJugdeApplyCode = value; }
}
///
/// [加工工序]判定申请时间
///
[Description("[加工工序]判定申请时间")]
[Nullable(true)]
public string PrcJugdeApplyTime
{
get { return prcJugdeApplyTime; }
set { prcJugdeApplyTime = value; }
}
///
/// [加工工序]表面判定结果代码
///
[Description("[加工工序]表面判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string PrcFaceResultCode
{
get { return prcFaceResultCode; }
set { prcFaceResultCode = value; }
}
///
/// [加工工序]表面判定时间
///
[Description("[加工工序]表面判定时间")]
[Nullable(true)]
public string PrcFaceResultTime
{
get { return prcFaceResultTime; }
set { prcFaceResultTime = value; }
}
///
/// [加工工序]表判责任人
///
[Description("[加工工序]表判责任人")]
[Nullable(true)]
[DataLength(20)]
public string PrcFaceMaker
{
get { return prcFaceMaker; }
set { prcFaceMaker = value; }
}
///
/// [加工工序]表面检验报告目录
///
[Description("[加工工序]表面检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string PrcFaceResultPath
{
get { return prcFaceResultPath; }
set { prcFaceResultPath = value; }
}
///
/// [加工工序]公差判定结果代码
///
[Description("[加工工序]公差判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string PrcSpecResultCode
{
get { return prcSpecResultCode; }
set { prcSpecResultCode = value; }
}
///
/// [加工工序]公差判定时间
///
[Description("[加工工序]公差判定时间")]
[Nullable(true)]
public string PrcSpecResultTime
{
get { return prcSpecResultTime; }
set { prcSpecResultTime = value; }
}
///
/// [加工工序]公差判定责任人
///
[Description("[加工工序]公差判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string PrcSpecMaker
{
get { return prcSpecMaker; }
set { prcSpecMaker = value; }
}
///
/// [加工工序]公差检验报告目录
///
[Description("[加工工序]公差检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string PrcSpecResultPath
{
get { return prcSpecResultPath; }
set { prcSpecResultPath = value; }
}
///
/// [加工工序]性能判定结果代码
///
[Description("[加工工序]性能判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string PrcPhyResultCode
{
get { return prcPhyResultCode; }
set { prcPhyResultCode = value; }
}
///
/// [加工工序]性能判定时间
///
[Description("[加工工序]性能判定时间")]
[Nullable(true)]
public string PrcPhyResultTime
{
get { return prcPhyResultTime; }
set { prcPhyResultTime = value; }
}
///
/// [加工工序]性能判定责任人
///
[Description("[加工工序]性能判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string PrcPhyMaker
{
get { return prcPhyMaker; }
set { prcPhyMaker = value; }
}
///
/// [加工工序]性能检验报告目录
///
[Description("[加工工序]性能检验报告目录")]
[Nullable(true)]
[DataLength(200)]
public string PrcPhyResultPath
{
get { return prcPhyResultPath; }
set { prcPhyResultPath = value; }
}
///
/// [加工工序]综合判定结果代码
///
[Description("[加工工序]综合判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string PrcJudgeResultCode
{
get { return prcJudgeResultCode; }
set { prcJudgeResultCode = value; }
}
///
/// [加工工序]综合判定时间
///
[Description("[加工工序]综合判定时间")]
[Nullable(true)]
public string PrcJudgeResultTime
{
get { return prcJudgeResultTime; }
set { prcJudgeResultTime = value; }
}
///
/// [加工工序]综合判定人
///
[Description("[加工工序]综合判定人")]
[Nullable(true)]
[DataLength(20)]
public string PrcJudgeMaker
{
get { return prcJudgeMaker; }
set { prcJudgeMaker = value; }
}
///
/// [加工工序]判定单号
///
[Description("[加工工序]判定单号")]
[Nullable(true)]
[DataLength(40)]
public string PrcJugdeConvicted
{
get { return prcJugdeConvicted; }
set { prcJugdeConvicted = value; }
}
///
/// [加工工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)
///
[Description("[加工工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)")]
[Nullable(true)]
[DataLength(22)]
public decimal? PrcQualityGroupZg
{
get { return prcQualityGroupZg; }
set { prcQualityGroupZg = value; }
}
///
/// [加工工序]标示炉号
///
[Description("[加工工序]标示炉号")]
[Nullable(true)]
[DataLength(20)]
public string PrcFlagStoveNoZg
{
get { return prcFlagStoveNoZg; }
set { prcFlagStoveNoZg = value; }
}
///
/// [加工工序]炉次计划号
///
[Description("[加工工序]炉次计划号")]
[Nullable(true)]
[DataLength(20)]
public string PrcHeatPlanNo
{
get { return prcHeatPlanNo; }
set { prcHeatPlanNo = value; }
}
///
/// [镦拔扩工序]判定标准
///
[Description("[镦拔扩工序]判定标准")]
[Nullable(true)]
[DataLength(200)]
public string VrpJudgeStdName
{
get { return vrpJudgeStdName; }
set { vrpJudgeStdName = value; }
}
///
/// [镦拔扩工序]判定标准代码
///
[Description("[镦拔扩工序]判定标准代码")]
[Nullable(true)]
[DataLength(20)]
public string VrpJudgeStdCode
{
get { return vrpJudgeStdCode; }
set { vrpJudgeStdCode = value; }
}
///
/// [热处理工序]判定标准
///
[Description("[热处理工序]判定标准")]
[Nullable(true)]
[DataLength(200)]
public string HttJudgeStdName
{
get { return httJudgeStdName; }
set { httJudgeStdName = value; }
}
///
/// [热处理工序]判定标准代码
///
[Description("[热处理工序]判定标准代码")]
[Nullable(true)]
[DataLength(20)]
public string HttJudgeStdCode
{
get { return httJudgeStdCode; }
set { httJudgeStdCode = value; }
}
///
/// [加工工序]判定标准
///
[Description("[加工工序]判定标准")]
[Nullable(true)]
[DataLength(200)]
public string PrcJudgeStdName
{
get { return prcJudgeStdName; }
set { prcJudgeStdName = value; }
}
///
/// [加工工序]判定标准代码
///
[Description("[加工工序]判定标准代码")]
[Nullable(true)]
[DataLength(20)]
public string PrcJudgeStdCode
{
get { return prcJudgeStdCode; }
set { prcJudgeStdCode = value; }
}
///
/// [镦拔扩工序]执行工艺号
///
[Description("[镦拔扩工序]执行工艺号")]
[Nullable(true)]
[DataLength(40)]
public string VrpCrafNo
{
get { return vrpCrafNo; }
set { vrpCrafNo = value; }
}
///
/// [热处理工序]执行工艺号
///
[Description("[热处理工序]执行工艺号")]
[Nullable(true)]
[DataLength(20)]
public string HttCrafNo
{
get { return httCrafNo; }
set { httCrafNo = value; }
}
///
/// [加工工序]执行工艺号
///
[Description("[加工工序]执行工艺号")]
[Nullable(true)]
[DataLength(20)]
public string PrcCrafNo
{
get { return prcCrafNo; }
set { prcCrafNo = value; }
}
///
/// [镦拔扩工序]成分判定结果代码
///
[Description("[镦拔扩工序]成分判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string VrpChemResultCode
{
get { return vrpChemResultCode; }
set { vrpChemResultCode = value; }
}
///
/// [镦拔扩工序]成分判定时间
///
[Description("[镦拔扩工序]成分判定时间")]
[Nullable(true)]
public string VrpChemResultTime
{
get { return vrpChemResultTime; }
set { vrpChemResultTime = value; }
}
///
/// [镦拔扩工序]成分判定责任人
///
[Description("[镦拔扩工序]成分判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string VrpChemMaker
{
get { return vrpChemMaker; }
set { vrpChemMaker = value; }
}
///
/// [热处理工序]成分判定结果代码
///
[Description("[热处理工序]成分判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string HttChemResultCode
{
get { return httChemResultCode; }
set { httChemResultCode = value; }
}
///
/// [热处理工序]成分判定时间
///
[Description("[热处理工序]成分判定时间")]
[Nullable(true)]
public string HttChemResultTime
{
get { return httChemResultTime; }
set { httChemResultTime = value; }
}
///
/// [热处理工序]成分判定责任人
///
[Description("[热处理工序]成分判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string HttChemMaker
{
get { return httChemMaker; }
set { httChemMaker = value; }
}
///
/// [加工工序]成分判定结果代码
///
[Description("[加工工序]成分判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string PrcChemResultCode
{
get { return prcChemResultCode; }
set { prcChemResultCode = value; }
}
///
/// [加工工序]成分判定时间
///
[Description("[加工工序]成分判定时间")]
[Nullable(true)]
public string PrcChemResultTime
{
get { return prcChemResultTime; }
set { prcChemResultTime = value; }
}
///
/// [加工工序]成分判定责任人
///
[Description("[加工工序]成分判定责任人")]
[Nullable(true)]
[DataLength(20)]
public string PrcChemMaker
{
get { return prcChemMaker; }
set { prcChemMaker = value; }
}
///
/// 探伤报告目录2[2探伤]
///
[Description("探伤报告目录2[2探伤]")]
[Nullable(true)]
[DataLength(100)]
public string DetectReportNo1
{
get { return detectReportNo1; }
set { detectReportNo1 = value; }
}
///
/// 探伤结果代码2[2探伤]
///
[Description("探伤结果代码2[2探伤]")]
[Nullable(true)]
[DataLength(10)]
public string DetectResultCode1
{
get { return detectResultCode1; }
set { detectResultCode1 = value; }
}
///
/// [轧管工序]探伤等级1
///
[Description("[轧管工序]探伤等级1")]
[Nullable(true)]
[DataLength(20)]
public string TestingGrade
{
get { return testingGrade; }
set { testingGrade = value; }
}
///
/// [轧管工序]探伤种类1
///
[Description("[轧管工序]探伤种类1")]
[Nullable(true)]
[DataLength(20)]
public string TestingType
{
get { return testingType; }
set { testingType = value; }
}
///
/// 探伤等级2
///
[Description("探伤等级2")]
[Nullable(true)]
[DataLength(20)]
public string TestingGrade1
{
get { return testingGrade1; }
set { testingGrade1 = value; }
}
///
/// 探伤种类2
///
[Description("探伤种类2")]
[Nullable(true)]
[DataLength(20)]
public string TestingType1
{
get { return testingType1; }
set { testingType1 = value; }
}
///
/// [轧管工序]生产产线代码
///
[Description("[轧管工序]生产产线代码")]
[Nullable(true)]
[DataLength(20)]
public string ZgPlineCode
{
get { return zgPlineCode; }
set { zgPlineCode = value; }
}
///
/// [轧管工序]生产产线名称
///
[Description("[轧管工序]生产产线名称")]
[Nullable(true)]
[DataLength(100)]
public string ZgPlineName
{
get { return zgPlineName; }
set { zgPlineName = value; }
}
///
/// [镦拔扩工序]生产产线代码
///
[Description("[镦拔扩工序]生产产线代码")]
[Nullable(true)]
[DataLength(20)]
public string VrpPlineCode
{
get { return vrpPlineCode; }
set { vrpPlineCode = value; }
}
///
/// [镦拔扩工序]生产产线名称
///
[Description("[镦拔扩工序]生产产线名称")]
[Nullable(true)]
[DataLength(100)]
public string VrpPlineName
{
get { return vrpPlineName; }
set { vrpPlineName = value; }
}
///
/// [热处理工序]生产产线代码
///
[Description("[热处理工序]生产产线代码")]
[Nullable(true)]
[DataLength(20)]
public string HttPlineCode
{
get { return httPlineCode; }
set { httPlineCode = value; }
}
///
/// [热处理工序]生产产线名称
///
[Description("[热处理工序]生产产线名称")]
[Nullable(true)]
[DataLength(100)]
public string HttPlineName
{
get { return httPlineName; }
set { httPlineName = value; }
}
///
/// [加工工序]生产产线代码
///
[Description("[加工工序]生产产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PrcPlineCode
{
get { return prcPlineCode; }
set { prcPlineCode = value; }
}
///
/// [加工工序]生产产线名称
///
[Description("[加工工序]生产产线名称")]
[Nullable(true)]
[DataLength(100)]
public string PrcPlineName
{
get { return prcPlineName; }
set { prcPlineName = value; }
}
///
/// [镦拔扩工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
///
[Description("[镦拔扩工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)")]
[Nullable(true)]
[DataLength(2)]
public string VrpQcmStaus
{
get { return vrpQcmStaus; }
set { vrpQcmStaus = value; }
}
///
/// [热处理工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
///
[Description("[热处理工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)")]
[Nullable(true)]
[DataLength(2)]
public string HttQcmStaus
{
get { return httQcmStaus; }
set { httQcmStaus = value; }
}
///
/// [加工工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)
///
[Description("[加工工序]交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废)")]
[Nullable(true)]
[DataLength(2)]
public string PrcQcmStaus
{
get { return prcQcmStaus; }
set { prcQcmStaus = value; }
}
///
/// [轧管工序]备注
///
[Description("[轧管工序]备注")]
[Nullable(true)]
[DataLength(256)]
public string ZgMemo
{
get { return zgMemo; }
set { zgMemo = value; }
}
///
/// 质保书来源(1,产销出质保书 2,老系统出质保书)
///
[Description("质保书来源")]
[Nullable(true)]
[DataLength(1)]
public string ZbsFlag
{
get { return zbsFlag; }
set { zbsFlag = value; }
}
///
/// 质保书ID
///
[Description("质保书ID")]
[Nullable(true)]
[DataLength(20)]
public string ZbsId
{
get { return zbsId; }
set { zbsId = value; }
}
///
/// 喷印管号
///
[Description("喷印管号")]
[Nullable(true)]
[DataLength(20)]
public string MeasuringSeq
{
get { return measuringSeq; }
set { measuringSeq = value; }
}
private string supplyUnit;
[Description("制造商")]
public string SupplyUnit
{
get { return supplyUnit; }
set { supplyUnit = value; }
}
private string supplyUnitCode;
[Description("制造商代码")]
public string SupplyUnitCode
{
get { return supplyUnitCode; }
set { supplyUnitCode = value; }
}
}
}