using Core.Mes.Client.Comm.Attribute;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace Core.StlMes.Client.ZGMil.Entity
{
class PortMilBatchSampleResultEntity
{
///
/// 从MIL_PLAN 表带过来的ID
///
private string planId = "";
///
/// 生产批号
///
private string lotNo = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 组号
///
private string groupNo = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 性能批号
///
private string batchNo = "";
///
/// 序号
///
private decimal? seq = null;
///
/// 子管号
///
private string matNo = "";
///
/// 是否样管
///
private string isSamplePipe = "";
///
/// 是否有效(1有效)
///
private string isValid = "";
///
/// 备注
///
private string remark = "";
///
/// 样管长度(mm)
///
private string samplePipeLen = "";
///
/// 取样人
///
private string getSampleName = "";
///
/// 取样时间
///
private string getSampleTime = "";
///
/// 操作班次
///
private string getSampleShift = "";
///
/// 班次班组
///
private string getSampleClass = "";
///
/// 定尺长度
///
private decimal? orderLength = null;
///
/// 理论重量
///
private decimal? actTheoryWeight = null;
///
/// 支数
///
private decimal? actCount = null;
///
/// 创建时间
///
private string crateTime = "";
///
/// 状态(0-合格 1-热区剔除 2-冷区剔除3-下线 4-返线)
///
private string status = "";
///
/// 母管号
///
private string mMatNo = "";
///
/// 组炉标识(0,未组炉 1-组炉)
///
private string groupFlag = "";
///
/// 操作工序(0-上料 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7分切 9矫直 10-探伤 11-人工质检12-交库)
///
private string opProcess = "";
///
/// 返线工序(10-探伤返线 11-复检)
///
private string backProcess = "";
///
/// 母坯号
///
private string mMMatNo = "";
///
/// 是否入库(0-未入库 1-已入库)
///
private string instoreFlag = "";
///
/// 交库批号(无用)
///
private string realBatchNo = "";
///
/// 从MIL_PLAN 表带过来的ID
///
[Description("从MIL_PLAN 表带过来的ID")]
[Nullable(false)]
[DataLength(20)]
public string PlanId
{
get { return planId; }
set { planId = value; }
}
///
/// 生产批号
///
[Description("生产批号")]
[Nullable(false)]
[DataLength(20)]
public string LotNo
{
get { return lotNo; }
set { lotNo = value; }
}
///
/// 熔炼炉号
///
[Description("熔炼炉号")]
[Nullable(true)]
[DataLength(20)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(false)]
[DataLength(10)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 组号
///
[Description("组号")]
[Nullable(true)]
[DataLength(6)]
public string GroupNo
{
get { return groupNo; }
set { groupNo = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[Nullable(true)]
[DataLength(20)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 性能批号
///
[Description("批号")]
[Nullable(true)]
[DataLength(20)]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 序号
///
[Description("序号")]
[Nullable(false)]
[DataLength(6)]
public decimal? Seq
{
get { return seq; }
set { seq = value; }
}
///
/// 子管号
///
[Description("子管号")]
[Nullable(true)]
[DataLength(20)]
public string MatNo
{
get { return matNo; }
set { matNo = value; }
}
///
/// 是否样管
///
[Description("是否样管")]
[Nullable(true)]
[DataLength(1)]
public string IsSamplePipe
{
get { return isSamplePipe; }
set { isSamplePipe = value; }
}
///
/// 是否有效(1有效)
///
[Description("是否有效(1有效)")]
[Nullable(true)]
[DataLength(1)]
public string IsValid
{
get { return isValid; }
set { isValid = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(400)]
public string Remark
{
get { return remark; }
set { remark = value; }
}
///
/// 样管长度(mm)
///
[Description("样管长度(mm)")]
[Nullable(true)]
[DataLength(20)]
public string SamplePipeLen
{
get { return samplePipeLen; }
set { samplePipeLen = value; }
}
///
/// 取样人
///
[Description("取样人")]
[Nullable(true)]
[DataLength(20)]
public string GetSampleName
{
get { return getSampleName; }
set { getSampleName = value; }
}
///
/// 取样时间
///
[Description("取样时间")]
[Nullable(true)]
public string GetSampleTime
{
get { return getSampleTime; }
set { getSampleTime = value; }
}
///
/// 操作班次
///
[Description("操作班次")]
[Nullable(true)]
[DataLength(10)]
public string GetSampleShift
{
get { return getSampleShift; }
set { getSampleShift = value; }
}
///
/// 班次班组
///
[Description("班次班组")]
[Nullable(true)]
[DataLength(5)]
public string GetSampleClass
{
get { return getSampleClass; }
set { getSampleClass = value; }
}
///
/// 定尺长度
///
[Description("定尺长度(m)")]
[Nullable(true)]
[DataLength(8)]
public decimal? OrderLength
{
get { return orderLength; }
set { orderLength = value; }
}
///
/// 理论重量
///
[Description("理论重量")]
[Nullable(true)]
[DataLength(9)]
public decimal? ActTheoryWeight
{
get { return actTheoryWeight; }
set { actTheoryWeight = value; }
}
///
/// 支数
///
[Description("支数")]
[Nullable(true)]
[DataLength(3)]
public decimal? ActCount
{
get { return actCount; }
set { actCount = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CrateTime
{
get { return crateTime; }
set { crateTime = value; }
}
///
/// 状态(0-合格 1-热区剔除 2-冷区剔除3-下线 4-返线)
///
[Description("状态")]
[Nullable(true)]
[DataLength(1)]
public string Status
{
get { return status; }
set { status = value; }
}
///
/// 母管号
///
[Description("母管号")]
[Nullable(true)]
[DataLength(20)]
public string MMatNo
{
get { return mMatNo; }
set { mMatNo = value; }
}
///
/// 组炉标识(0,未组炉 1-组炉)
///
[Description("组炉标识")]
[Nullable(true)]
[DataLength(1)]
public string GroupFlag
{
get { return groupFlag; }
set { groupFlag = value; }
}
///
/// 操作工序(0-上料 2-加热炉 3-穿孔 4-连轧 5-再加热炉 6-定径 7分切 9矫直 10-探伤 11-人工质检12-交库)
///
[Description("操作工序")]
[Nullable(true)]
[DataLength(2)]
public string OpProcess
{
get { return opProcess; }
set { opProcess = value; }
}
///
/// 返线工序(10-探伤返线 11-复检)
///
[Description("返线工序")]
[Nullable(true)]
[DataLength(2)]
public string BackProcess
{
get { return backProcess; }
set { backProcess = value; }
}
///
/// 母坯号
///
[Description("母坯号")]
[Nullable(true)]
[DataLength(20)]
public string MMMatNo
{
get { return mMMatNo; }
set { mMMatNo = value; }
}
///
/// 是否入库(0-未入库 1-已入库)
///
[Description("是否入库")]
[Nullable(true)]
[DataLength(1)]
public string InstoreFlag
{
get { return instoreFlag; }
set { instoreFlag = value; }
}
///
/// 交库批号(无用)
///
[Description("交库批号(无用)")]
[Nullable(true)]
[DataLength(20)]
public string RealBatchNo
{
get { return realBatchNo; }
set { realBatchNo = value; }
}
}
}