using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel;
using Core.Mes.Client.Comm.Attribute;
namespace com.steering.mes.zgmil.entity
{
///
/// 数据库表MIL_SURFACE_RESULT所对应的实体类(生成工具:代码生成工具2.4)
/// 作者:PC201506012023 时间:2015-09-14
///
public class MilSurfaceResultEntity
{
///
/// 操作人ID
///
private string userId;
///
/// 实绩编号
///
private string resultNo;
///
/// 炉号
///
private string heatNo;
///
/// 轧批号
///
private string rollLotNo;
///
/// 厂线代码
///
private string plineCode;
///
/// 钢种
///
private string type;
///
/// 外径(目标)
///
private string targetDiameter;
///
/// 壁厚(目标)
///
private string targetThickness;
///
/// 长度(目标)
///
private string targetLength;
///
/// 取样管外径最小值
///
private string pipeDiamMin;
///
/// 取样管壁厚最大值
///
private string pipeThicknessMax;
///
/// 取样管外径最大值
///
private string pipeDiamMax;
///
/// 取样管壁厚最小值
///
private string pipeThicknessMin;
///
/// 不圆度
///
private string nonRoundness;
///
/// 不均度
///
private string unevenDegree;
///
/// 长度
///
private string length;
///
/// 重量
///
private string weight;
///
/// 总检量
///
private string directorQuantity;
///
/// 下线量
///
private string offlineQuantity;
///
/// 质检员
///
private string inspector;
///
/// 废品量
///
private string wasteQuantity;
///
/// 合格量支
///
private string qualifiedBranch;
///
/// 合格量吨
///
private string qualifiedTons;
///
/// 管端直度
///
private string headStraight;
///
/// 管体直度
///
private string bodyStraight;
///
/// 椭圆度
///
private string ellipseDegree;
///
/// 式样号
///
private string patternNumber;
///
/// 理化性能
///
private string phyProperties;
///
/// 监制人
///
private string executiveProducer;
///
/// 监制时间
///
private string producerTime;
///
/// 监制人电话
///
private string producerTel;
///
/// 备注
///
private string remark;
///
/// 采集方式(0-接口采集,1-人工录入)
///
private string colMode;
///
/// 重量系数
///
private string heightRate = "";
///
/// 采集/录入时间
///
private string colTime;
///
/// 操作人
///
private string colUser;
///
/// 操作班次
///
private string colShift;
///
/// 操作班组
///
private string colGroup;
///
/// 开始时间
///
private string startTime;
///
/// 结束时间
///
private string endTime;
///
/// 结炉标识
///
private object nodeFlag;
///
/// 抽检率
///
private string simpleRate;
///
/// 一次总检量
///
private string directorQuantityF = "";
///
/// 一次下线量
///
private string offlineQuantityF = "";
///
/// 一次质检员
///
private string inspectorF = "";
///
/// 一次废品量
///
private string wasteQuantityF = "";
///
/// 一次合格量支
///
private string qualifiedBranchF = "";
///
/// 一次合格量吨
///
private string qualifiedTonsF = "";
///
/// 二次总检量
///
private string directorQuantityS = "";
///
/// 二次下线量
///
private string offlineQuantityS = "";
///
/// 二次质检员
///
private string inspectorS = "";
///
/// 二次废品量
///
private string wasteQuantityS = "";
///
/// 二次合格量支
///
private string qualifiedBranchS = "";
///
/// 二次合格量吨
///
private string qualifiedTonsS = "";
///
/// 计划表状态
///
private string status;
//轧管订单编号
private String proPlanId;
public String ProPlanId
{
get { return proPlanId; }
set { proPlanId = value; }
}
//工序排产序号
private String gxPlanNo;
public String GxPlanNo
{
get { return gxPlanNo; }
set { gxPlanNo = value; }
}
public MilSurfaceResultEntity()
{
proPlanId = "";
gxPlanNo = "";
userId = "";
resultNo = "";
heatNo = "";
rollLotNo = "";
plineCode = "";
type = "";
targetDiameter = "";
targetThickness = "";
targetLength = "";
pipeDiamMin = "";
pipeThicknessMax = "";
pipeDiamMax = "";
pipeThicknessMin = "";
nonRoundness = "";
unevenDegree = "";
length = "";
weight = "";
directorQuantity = "";
offlineQuantity = "";
inspector = "";
wasteQuantity = "";
qualifiedBranch = "";
qualifiedTons = "";
headStraight = "";
bodyStraight = "";
ellipseDegree = "";
patternNumber = "";
phyProperties = "";
executiveProducer = "";
producerTime = "";
producerTel = "";
remark = "";
colMode = "";
colTime = "";
colUser = "";
colShift = "";
colGroup = "";
startTime = "";
endTime = "";
nodeFlag = "";
status = "";
simpleRate = "";
}
///
/// 操作人ID
///
[Description("操作人ID")]
public string UserId
{
get { return userId; }
set
{
userId = value;
}
}
///
/// 实绩编号
///
[Description("实绩编号")]
public string ResultNo
{
get { return resultNo; }
set
{
resultNo = value;
}
}
///
/// 炉号
///
[Description("炉号")]
public string HeatNo
{
get { return heatNo; }
set
{
heatNo = value;
}
}
///
/// 轧批号
///
[Description("轧批号")]
public string RollLotNo
{
get { return rollLotNo; }
set
{
rollLotNo = value;
}
}
///
/// 厂线代码
///
[Description("厂线代码")]
public string PlineCode
{
get { return plineCode; }
set
{
plineCode = value;
}
}
///
/// 钢种
///
[Description("钢种")]
public string Type
{
get { return type; }
set
{
type = value;
}
}
///
/// 外径(目标)
///
[Description("外径(目标)")]
public string TargetDiameter
{
get { return targetDiameter; }
set
{
targetDiameter = value;
}
}
///
/// 重量系数
///
[Description("重量系数")]
[Nullable(true)]
[DataLength(4)]
public string HeightRate
{
get { return heightRate; }
set { heightRate = value; }
}
///
/// 壁厚(目标)
///
[Description("壁厚(目标)")]
public string TargetThickness
{
get { return targetThickness; }
set
{
targetThickness = value;
}
}
///
/// 长度(目标)
///
[Description("长度(目标)")]
public string TargetLength
{
get { return targetLength; }
set
{
targetLength = value;
}
}
///
/// 取样管外径最小值
///
[Description("取样管外径最小值")]
public string PipeDiamMin
{
get { return pipeDiamMin; }
set
{
pipeDiamMin = value;
}
}
///
/// 取样管壁厚最大值
///
[Description("取样管壁厚最大值")]
public string PipeThicknessMax
{
get { return pipeThicknessMax; }
set
{
pipeThicknessMax = value;
}
}
///
/// 取样管外径最大值
///
[Description("取样管外径最大值")]
public string PipeDiamMax
{
get { return pipeDiamMax; }
set
{
pipeDiamMax = value;
}
}
///
/// 取样管壁厚最小值
///
[Description("取样管壁厚最小值")]
public string PipeThicknessMin
{
get { return pipeThicknessMin; }
set
{
pipeThicknessMin = value;
}
}
///
/// 不圆度
///
[Description("不圆度")]
public string NonRoundness
{
get { return nonRoundness; }
set
{
nonRoundness = value;
}
}
///
/// 不均度
///
[Description("不均度")]
public string UnevenDegree
{
get { return unevenDegree; }
set
{
unevenDegree = value;
}
}
///
/// 长度
///
[Description("长度")]
public string Length
{
get { return length; }
set
{
length = value;
}
}
///
/// 重量
///
[Description("重量")]
public string Weight
{
get { return weight; }
set
{
weight = value;
}
}
///
/// 总检量
///
[Description("总检量")]
public string DirectorQuantity
{
get { return directorQuantity; }
set
{
directorQuantity = value;
}
}
///
/// 下线量
///
[Description("下线量")]
public string OfflineQuantity
{
get { return offlineQuantity; }
set
{
offlineQuantity = value;
}
}
///
/// 质检员
///
[Description("质检员")]
public string Inspector
{
get { return inspector; }
set
{
inspector = value;
}
}
///
/// 废品量
///
[Description("废品量")]
public string WasteQuantity
{
get { return wasteQuantity; }
set
{
wasteQuantity = value;
}
}
///
/// 合格量支
///
[Description("合格量支")]
public string QualifiedBranch
{
get { return qualifiedBranch; }
set
{
qualifiedBranch = value;
}
}
///
/// 合格量吨
///
[Description("合格量吨")]
public string QualifiedTons
{
get { return qualifiedTons; }
set
{
qualifiedTons = value;
}
}
///
/// 管端直度
///
[Description("管端直度")]
public string HeadStraight
{
get { return headStraight; }
set
{
headStraight = value;
}
}
///
/// 管体直度
///
[Description("管体直度")]
public string BodyStraight
{
get { return bodyStraight; }
set
{
bodyStraight = value;
}
}
///
/// 椭圆度
///
[Description("椭圆度")]
public string EllipseDegree
{
get { return ellipseDegree; }
set
{
ellipseDegree = value;
}
}
///
/// 式样号
///
[Description("式样号")]
public string PatternNumber
{
get { return patternNumber; }
set
{
patternNumber = value;
}
}
///
/// 理化性能
///
[Description("理化性能")]
public string PhyProperties
{
get { return phyProperties; }
set
{
phyProperties = value;
}
}
///
/// 监制人
///
[Description("监制人")]
public string ExecutiveProducer
{
get { return executiveProducer; }
set
{
executiveProducer = value;
}
}
///
/// 监制时间
///
[Description("监制时间")]
public string ProducerTime
{
get { return producerTime; }
set
{
producerTime = value;
}
}
///
/// 监制人电话
///
[Description("监制人电话")]
public string ProducerTel
{
get { return producerTel; }
set
{
producerTel = value;
}
}
///
/// 备注
///
[Description("备注")]
public string Remark
{
get { return remark; }
set
{
remark = value;
}
}
///
/// 采集方式(0-接口采集,1-人工录入)
///
[Description("采集方式(0-接口采集,1-人工录入)")]
public string ColMode
{
get { return colMode; }
set
{
colMode = value;
}
}
///
/// 采集/录入时间
///
[Description("采集/录入时间")]
public string ColTime
{
get { return colTime; }
set
{
colTime = value;
}
}
///
/// 操作人
///
[Description("操作人")]
public string ColUser
{
get { return colUser; }
set
{
colUser = value;
}
}
///
/// 操作班次
///
[Description("操作班次")]
public string ColShift
{
get { return colShift; }
set
{
colShift = value;
}
}
///
/// 操作班组
///
[Description("操作班组")]
public string ColGroup
{
get { return colGroup; }
set
{
colGroup = value;
}
}
///
/// 开始时间
///
[Description("开始时间")]
public string StartTime
{
get { return startTime; }
set
{
startTime = value;
}
}
///
/// 结束时间
///
[Description("结束时间")]
public string EndTime
{
get { return endTime; }
set
{
endTime = value;
}
}
///
/// 结炉标识
///
[Description("结炉标识")]
public object NodeFlag
{
get { return nodeFlag; }
set
{
if (value == "")
{
nodeFlag = DBNull.Value;
}
else
{
nodeFlag = value;
}
}
}
///
/// 计划表状态
///
[Description("计划表状态")]
public string Status
{
get { return status; }
set
{
status = value;
}
}
///
/// 抽检率
///
[Description("抽检率")]
public string SimpleRate
{
get { return simpleRate; }
set
{
simpleRate = value;
}
}
///
/// 一次总检量
///
[Description("一次总检量")]
[Nullable(true)]
[DataLength(6)]
public string DirectorQuantityF
{
get { return directorQuantityF; }
set { directorQuantityF = value; }
}
///
/// 一次下线量
///
[Description("一次下线量")]
[Nullable(true)]
[DataLength(6)]
public string OfflineQuantityF
{
get { return offlineQuantityF; }
set { offlineQuantityF = value; }
}
///
/// 一次质检员
///
[Description("一次质检员")]
[Nullable(true)]
[DataLength(20)]
public string InspectorF
{
get { return inspectorF; }
set { inspectorF = value; }
}
///
/// 一次废品量
///
[Description("一次废品量")]
[Nullable(true)]
[DataLength(6)]
public string WasteQuantityF
{
get { return wasteQuantityF; }
set { wasteQuantityF = value; }
}
///
/// 一次合格量支
///
[Description("一次合格量支")]
[Nullable(true)]
[DataLength(6)]
public string QualifiedBranchF
{
get { return qualifiedBranchF; }
set { qualifiedBranchF = value; }
}
///
/// 一次合格量吨
///
[Description("一次合格量吨")]
[Nullable(true)]
[DataLength(8)]
public string QualifiedTonsF
{
get { return qualifiedTonsF; }
set { qualifiedTonsF = value; }
}
///
/// 二次总检量
///
[Description("二次总检量")]
[Nullable(true)]
[DataLength(6)]
public string DirectorQuantityS
{
get { return directorQuantityS; }
set { directorQuantityS = value; }
}
///
/// 二次下线量
///
[Description("二次下线量")]
[Nullable(true)]
[DataLength(6)]
public string OfflineQuantityS
{
get { return offlineQuantityS; }
set { offlineQuantityS = value; }
}
///
/// 二次质检员
///
[Description("二次质检员")]
[Nullable(true)]
[DataLength(20)]
public string InspectorS
{
get { return inspectorS; }
set { inspectorS = value; }
}
///
/// 二次废品量
///
[Description("二次废品量")]
[Nullable(true)]
[DataLength(6)]
public string WasteQuantityS
{
get { return wasteQuantityS; }
set { wasteQuantityS = value; }
}
///
/// 二次合格量支
///
[Description("二次合格量支")]
[Nullable(true)]
[DataLength(6)]
public string QualifiedBranchS
{
get { return qualifiedBranchS; }
set { qualifiedBranchS = value; }
}
///
/// 二次合格量吨
///
[Description("二次合格量吨")]
[Nullable(true)]
[DataLength(8)]
public string QualifiedTonsS
{
get { return qualifiedTonsS; }
set { qualifiedTonsS = value; }
}
}
}