using Core.Mes.Client.Comm.Attribute;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace com.steering.mes.mcp.entity
{
///
/// 数据库表MCH_MT_RESULT所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20160925CXYF 时间:2016-12-23
///
public class MchMtResultEntity
{
///
/// 实绩编号(机组+工序点代码+年月日+6位流水)
///
private string resultNo = "";
///
/// 炉计划ID
///
private string heatPlanNo = "";
///
/// 加工生产批次号
///
private string zyBatchId = "";
///
/// 加工生产批次号序号
///
private string prodIndex = "";
///
/// 加工订单编号
///
private string proPlanId = "";
///
/// 加工订单排产序号
///
private string gxPlanNo = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 产线描述
///
private string plineName = "";
///
/// 是否热处理监制
///
private string ifMonitorRcl = "";
///
/// 监制要求
///
private string monitordemand = "";
///
/// 监制编号
///
private string prdcrNo = "";
///
/// 监制人
///
private string producer = "";
///
/// 监制到场时间
///
private string producerTime = "";
///
/// 探伤标准1
///
private string testingStandard1 = "";
///
/// 探伤等级1
///
private string testingGrade1 = "";
///
/// 探伤标准2
///
private string testingStandard2 = "";
///
/// 探伤等级2
///
private string testingGrade2 = "";
///
/// 探伤标准3
///
private string testingStandard3 = "";
///
/// 探伤等级3
///
private string testingGrade3 = "";
///
/// 探伤标准4
///
private string testingStandard4 = "";
///
/// 探伤等级4
///
private string testingGrade4 = "";
///
/// 试片磁痕显示
///
private string shimMagIndic = null;
///
/// 试片类型
///
private string shimMagType = "";
///
/// 湿磁粉种类
///
private string mtType = "";
///
/// 磁悬液浓试验
///
private string magSuspLiqCon = null;
///
/// 线圈电流强度
///
private string coilCurInt = null;
///
/// 中心棒电流强度
///
private string ctrStiCurInt = null;
///
/// 退磁电压
///
private string demagVol = null;
///
/// 探伤说明
///
private string mtNote = "";
///
/// 检测支数
///
private string tetNum = null;
///
/// 检测重量
///
private string tetWt = null;
///
/// 作业支数(合格)
///
private string proNum = null;
///
/// 作业重量(合格)
///
private string proWt = null;
///
/// 废品支数
///
private string failNum = null;
///
/// 废品重量
///
private string failWt = null;
///
/// 废品缺陷编号(MCH_MT_BUG)
///
private string failBill = "";
///
/// 切合支数
///
private string cutNum = null;
///
/// 切合量
///
private string cutWt = null;
///
/// 可疑支数
///
private string dubiousNum = null;
///
/// 可疑重量
///
private string dubiousWt = null;
///
/// 可疑品缺陷编号(MCH_MT_BUG)
///
private string dubiousBill = "";
///
/// 复探支数
///
private string ftestingNum = null;
///
/// 复探重量
///
private string ftestingWt = null;
///
/// 复探合格支数
///
private string fpassNum = null;
///
/// 复探合格重量
///
private string fpassWt = null;
///
/// 离线支数
///
private string offlineNum = null;
///
/// 离线重量
///
private string offlineWt = null;
///
/// 返线支数
///
private string reNum = null;
///
/// 返线重量
///
private string reWt = null;
///
/// 探伤操作工
///
private string utMan = "";
///
/// 探伤操作工技术资格等级
///
private string utManGrade = "";
///
/// 签发者
///
private string signMan = "";
///
/// 签发者技术资格等级
///
private string signManGrade = "";
///
/// 采集方式(0-接口采集,1-人工录入)
///
private string colMode = "";
///
/// 生产(年月日)
///
private string proYearMonthDay = "";
///
/// 结算日期(年月)
///
private string balYearMonth = "";
///
/// 作业时间
///
private string rroTime = "";
///
/// 作业时长(分)
///
private string rroTimeNu = null;
///
/// 作业班次
///
private string proShift = "";
///
/// 作业班组
///
private string proGroup = "";
///
/// 操作人
///
private string createUser = "";
///
/// 操作时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 实绩编号(机组+工序点代码+年月日+6位流水)
///
[Description("实绩编号(机组+工序点代码+年月日+6位流水)")]
[Nullable(false)]
[DataLength(24)]
public string ResultNo
{
get { return resultNo; }
set { resultNo = value; }
}
///
/// 炉计划ID
///
[Description("炉计划ID")]
[Nullable(true)]
[DataLength(20)]
public string HeatPlanNo
{
get { return heatPlanNo; }
set { heatPlanNo = value; }
}
///
/// 加工生产批次号
///
[Description("加工生产批次号")]
[Nullable(true)]
[DataLength(20)]
public string ZyBatchId
{
get { return zyBatchId; }
set { zyBatchId = value; }
}
///
/// 加工生产批次号序号
///
[Description("加工生产批次号序号")]
[Nullable(true)]
[DataLength(20)]
public string ProdIndex
{
get { return prodIndex; }
set { prodIndex = value; }
}
///
/// 加工订单编号
///
[Description("加工订单编号")]
[Nullable(true)]
[DataLength(20)]
public string ProPlanId
{
get { return proPlanId; }
set { proPlanId = value; }
}
///
/// 加工订单排产序号
///
[Description("加工订单排产序号")]
[Nullable(true)]
[DataLength(10)]
public string GxPlanNo
{
get { return gxPlanNo; }
set { gxPlanNo = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 产线描述
///
[Description("产线描述")]
[Nullable(true)]
[DataLength(100)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 是否热处理监制
///
[Description("是否热处理监制")]
[Nullable(true)]
[DataLength(1)]
public string IfMonitorRcl
{
get { return ifMonitorRcl; }
set { ifMonitorRcl = value; }
}
///
/// 监制要求
///
[Description("监制要求")]
[Nullable(true)]
[DataLength(200)]
public string Monitordemand
{
get { return monitordemand; }
set { monitordemand = value; }
}
///
/// 监制编号
///
[Description("监制编号")]
[Nullable(true)]
[DataLength(40)]
public string PrdcrNo
{
get { return prdcrNo; }
set { prdcrNo = value; }
}
///
/// 监制人
///
[Description("监制人")]
[Nullable(true)]
[DataLength(40)]
public string Producer
{
get { return producer; }
set { producer = value; }
}
///
/// 监制到场时间
///
[Description("监制到场时间")]
[Nullable(true)]
public string ProducerTime
{
get { return producerTime; }
set { producerTime = value; }
}
///
/// 探伤标准1
///
[Description("探伤标准1")]
[Nullable(true)]
[DataLength(50)]
public string TestingStandard1
{
get { return testingStandard1; }
set { testingStandard1 = value; }
}
///
/// 探伤等级1
///
[Description("探伤等级1")]
[Nullable(true)]
[DataLength(10)]
public string TestingGrade1
{
get { return testingGrade1; }
set { testingGrade1 = value; }
}
///
/// 探伤标准2
///
[Description("探伤标准2")]
[Nullable(true)]
[DataLength(50)]
public string TestingStandard2
{
get { return testingStandard2; }
set { testingStandard2 = value; }
}
///
/// 探伤等级2
///
[Description("探伤等级2")]
[Nullable(true)]
[DataLength(10)]
public string TestingGrade2
{
get { return testingGrade2; }
set { testingGrade2 = value; }
}
///
/// 探伤标准3
///
[Description("探伤标准3")]
[Nullable(true)]
[DataLength(50)]
public string TestingStandard3
{
get { return testingStandard3; }
set { testingStandard3 = value; }
}
///
/// 探伤等级3
///
[Description("探伤等级3")]
[Nullable(true)]
[DataLength(10)]
public string TestingGrade3
{
get { return testingGrade3; }
set { testingGrade3 = value; }
}
///
/// 探伤标准4
///
[Description("探伤标准4")]
[Nullable(true)]
[DataLength(50)]
public string TestingStandard4
{
get { return testingStandard4; }
set { testingStandard4 = value; }
}
///
/// 探伤等级4
///
[Description("探伤等级4")]
[Nullable(true)]
[DataLength(10)]
public string TestingGrade4
{
get { return testingGrade4; }
set { testingGrade4 = value; }
}
///
/// 试片磁痕显示
///
[Description("试片磁痕显示")]
[Nullable(true)]
[DataLength(6)]
public string ShimMagIndic
{
get { return shimMagIndic; }
set { shimMagIndic = value; }
}
///
/// 试片类型
///
[Description("试片类型")]
[Nullable(true)]
[DataLength(40)]
public string ShimMagType
{
get { return shimMagType; }
set { shimMagType = value; }
}
///
/// 湿磁粉种类
///
[Description("湿磁粉种类")]
[Nullable(true)]
[DataLength(40)]
public string MtType
{
get { return mtType; }
set { mtType = value; }
}
///
/// 磁悬液浓试验
///
[Description("磁悬液浓试验")]
[Nullable(true)]
[DataLength(6)]
public string MagSuspLiqCon
{
get { return magSuspLiqCon; }
set { magSuspLiqCon = value; }
}
///
/// 线圈电流强度
///
[Description("线圈电流强度")]
[Nullable(true)]
[DataLength(6)]
public string CoilCurInt
{
get { return coilCurInt; }
set { coilCurInt = value; }
}
///
/// 中心棒电流强度
///
[Description("中心棒电流强度")]
[Nullable(true)]
[DataLength(6)]
public string CtrStiCurInt
{
get { return ctrStiCurInt; }
set { ctrStiCurInt = value; }
}
///
/// 退磁电压
///
[Description("退磁电压")]
[Nullable(true)]
[DataLength(6)]
public string DemagVol
{
get { return demagVol; }
set { demagVol = value; }
}
///
/// 探伤说明
///
[Description("探伤说明")]
[Nullable(true)]
[DataLength(256)]
public string MtNote
{
get { return mtNote; }
set { mtNote = value; }
}
///
/// 检测支数
///
[Description("检测支数")]
[Nullable(true)]
[DataLength(6)]
public string TetNum
{
get { return tetNum; }
set { tetNum = value; }
}
///
/// 检测重量
///
[Description("检测重量")]
[Nullable(true)]
[DataLength(8)]
public string TetWt
{
get { return tetWt; }
set { tetWt = value; }
}
///
/// 作业支数(合格)
///
[Description("作业支数(合格)")]
[Nullable(true)]
[DataLength(6)]
public string ProNum
{
get { return proNum; }
set { proNum = value; }
}
///
/// 作业重量(合格)
///
[Description("作业重量(合格)")]
[Nullable(true)]
[DataLength(8)]
public string ProWt
{
get { return proWt; }
set { proWt = value; }
}
///
/// 废品支数
///
[Description("废品支数")]
[Nullable(true)]
[DataLength(6)]
public string FailNum
{
get { return failNum; }
set { failNum = value; }
}
///
/// 废品重量
///
[Description("废品重量")]
[Nullable(true)]
[DataLength(8)]
public string FailWt
{
get { return failWt; }
set { failWt = value; }
}
///
/// 废品缺陷编号(MCH_MT_BUG)
///
[Description("废品缺陷编号(MCH_MT_BUG)")]
[Nullable(true)]
[DataLength(20)]
public string FailBill
{
get { return failBill; }
set { failBill = value; }
}
///
/// 切合支数
///
[Description("切合支数")]
[Nullable(true)]
[DataLength(6)]
public string CutNum
{
get { return cutNum; }
set { cutNum = value; }
}
///
/// 切合量
///
[Description("切合量")]
[Nullable(true)]
[DataLength(8)]
public string CutWt
{
get { return cutWt; }
set { cutWt = value; }
}
///
/// 可疑支数
///
[Description("可疑支数")]
[Nullable(true)]
[DataLength(6)]
public string DubiousNum
{
get { return dubiousNum; }
set { dubiousNum = value; }
}
///
/// 可疑重量
///
[Description("可疑重量")]
[Nullable(true)]
[DataLength(8)]
public string DubiousWt
{
get { return dubiousWt; }
set { dubiousWt = value; }
}
///
/// 可疑品缺陷编号(MCH_MT_BUG)
///
[Description("可疑品缺陷编号(MCH_MT_BUG)")]
[Nullable(true)]
[DataLength(20)]
public string DubiousBill
{
get { return dubiousBill; }
set { dubiousBill = value; }
}
///
/// 复探支数
///
[Description("复探支数")]
[Nullable(true)]
[DataLength(6)]
public string FtestingNum
{
get { return ftestingNum; }
set { ftestingNum = value; }
}
///
/// 复探重量
///
[Description("复探重量")]
[Nullable(true)]
[DataLength(8)]
public string FtestingWt
{
get { return ftestingWt; }
set { ftestingWt = value; }
}
///
/// 复探合格支数
///
[Description("复探合格支数")]
[Nullable(true)]
[DataLength(6)]
public string FpassNum
{
get { return fpassNum; }
set { fpassNum = value; }
}
///
/// 复探合格重量
///
[Description("复探合格重量")]
[Nullable(true)]
[DataLength(8)]
public string FpassWt
{
get { return fpassWt; }
set { fpassWt = value; }
}
///
/// 离线支数
///
[Description("离线支数")]
[Nullable(true)]
[DataLength(6)]
public string OfflineNum
{
get { return offlineNum; }
set { offlineNum = value; }
}
///
/// 离线重量
///
[Description("离线重量")]
[Nullable(true)]
[DataLength(8)]
public string OfflineWt
{
get { return offlineWt; }
set { offlineWt = value; }
}
///
/// 返线支数
///
[Description("返线支数")]
[Nullable(true)]
[DataLength(6)]
public string ReNum
{
get { return reNum; }
set { reNum = value; }
}
///
/// 返线重量
///
[Description("返线重量")]
[Nullable(true)]
[DataLength(8)]
public string ReWt
{
get { return reWt; }
set { reWt = value; }
}
///
/// 探伤操作工
///
[Description("探伤操作工")]
[Nullable(true)]
[DataLength(20)]
public string UtMan
{
get { return utMan; }
set { utMan = value; }
}
///
/// 探伤操作工技术资格等级
///
[Description("探伤操作工技术资格等级")]
[Nullable(true)]
[DataLength(20)]
public string UtManGrade
{
get { return utManGrade; }
set { utManGrade = value; }
}
///
/// 签发者
///
[Description("签发者")]
[Nullable(true)]
[DataLength(20)]
public string SignMan
{
get { return signMan; }
set { signMan = value; }
}
///
/// 签发者技术资格等级
///
[Description("签发者技术资格等级")]
[Nullable(true)]
[DataLength(20)]
public string SignManGrade
{
get { return signManGrade; }
set { signManGrade = value; }
}
///
/// 采集方式(0-接口采集,1-人工录入)
///
[Description("采集方式(0-接口采集,1-人工录入)")]
[Nullable(true)]
[DataLength(1)]
public string ColMode
{
get { return colMode; }
set { colMode = value; }
}
///
/// 生产(年月日)
///
[Description("生产(年月日)")]
[Nullable(true)]
[DataLength(8)]
public string ProYearMonthDay
{
get { return proYearMonthDay; }
set { proYearMonthDay = value; }
}
///
/// 结算日期(年月)
///
[Description("结算日期(年月)")]
[Nullable(true)]
[DataLength(6)]
public string BalYearMonth
{
get { return balYearMonth; }
set { balYearMonth = value; }
}
///
/// 作业时间
///
[Description("作业时间")]
[Nullable(true)]
public string RroTime
{
get { return rroTime; }
set { rroTime = value; }
}
///
/// 作业时长(分)
///
[Description("作业时长(分)")]
[Nullable(true)]
[DataLength(6)]
public string RroTimeNu
{
get { return rroTimeNu; }
set { rroTimeNu = value; }
}
///
/// 作业班次
///
[Description("作业班次")]
[Nullable(true)]
[DataLength(1)]
public string ProShift
{
get { return proShift; }
set { proShift = value; }
}
///
/// 作业班组
///
[Description("作业班组")]
[Nullable(true)]
[DataLength(1)]
public string ProGroup
{
get { return proGroup; }
set { proGroup = value; }
}
///
/// 操作人
///
[Description("操作人")]
[Nullable(true)]
[DataLength(20)]
public string CreateUser
{
get { return createUser; }
set { createUser = 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; }
}
}
}