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.PlnSaleOrd.炉计划.Entity
{
///
/// 数据库表PLN_ZY_ZG_M所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:PC-20160925CXYF 时间:2017-11-10
///
public class PlnZyZgMEntity
{
///
/// 轧管炉计划ID(订单编号/排产序号/判定炉号/2位流水)
///
private string heatPlanNo = "";
///
/// 产线内炉计划顺序号
///
private string gxProSeq = "";
///
/// 生产批号
///
private string zyBatchId = "";
///
/// 冶炼炉号(电炉炉号)
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 喷印炉号(天淮给本部生产用)
///
private string flagHeatNo = "";
///
/// 是否喷印炉号
///
private string ifFlagHeatNo = "";
///
/// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A)
///
private string planstatus = "";
///
/// 上工序炉计划ID(若上工序是铸造:虚拟炉次号(ID)+虚拟炉次内顺序号;若上工序是锻造,则锻造炉计划ID)
///
private string upperHeatplanId = "";
///
/// 轧管订单编号
///
private string proPlanId = "";
///
/// 轧管订单排产序号
///
private string gxPlanNo = "";
///
/// 铸造工序订单号
///
private string ccmProPlanId = "";
///
/// 铸造订单排产序号
///
private string ccmGxPlanNo = "";
///
/// 轧管产线代码
///
private string plineCode = "";
///
/// 轧管产线描述
///
private string plineName = "";
///
/// 二级工序代码
///
private string processCodeC = "";
///
/// 二级工序名
///
private string processDescC = "";
///
/// 上工序代码(大工序)
///
private string upperProcessCode = "";
///
/// 下工序代码(大工序)
///
private string nextProcessCode = "";
///
/// 是否末工序(末工序时合同成品属性有效)
///
private string isendgx = "";
///
/// 是否利库
///
private string ifMatchOdd = "";
///
/// 是否已做正式炉计划
///
private string ifDoHeatPlan = "";
///
/// 主合同来源(销售合同、备料需求、补量需求)
///
private string orderSource = "";
///
/// 主交货编码PK
///
private string ordLnDlyPk = "";
///
/// 主合同号
///
private string orderNo = "";
///
/// 主合同行号
///
private string orderSeq = "";
///
/// 主交货编码
///
private string deliveryNo = "";
///
/// 主备料需求号
///
private string reqBlId = "";
///
/// 国内外
///
private string ifExport = "";
///
/// 合同紧急度
///
private string priority = "";
///
/// 紧急度备注
///
private string priorityMemo = "";
///
/// 排产年月
///
private string proMonth = "";
///
/// 按长度控制标识
///
private string ifLenControl = "";
///
/// 负公差轧制标识
///
private string ifMinusSicRoll = "";
///
/// 生产标准
///
private string prodStandard = "";
///
/// 输出标准
///
private string outputStandard = "";
///
/// 判定字头
///
private string decision = "";
///
/// 轧管工艺备注
///
private string progyMemo = "";
///
/// 物流去向代码
///
private string gowhereCode = "";
///
/// 物流去向名称
///
private string gowhereName = "";
///
/// 是否外购坯
///
private string outsBilletFl = "";
///
/// 管坯类型(1铸坯2锻坯)
///
private string gptype = "";
///
/// 投入物料编码
///
private string inwlId = "";
///
/// 投入物料描述
///
private string inwlDesc = "";
///
/// 产出物料编码
///
private string outwlId = "";
///
/// 产出物料描述
///
private string outwlDesc = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述
///
private string producname = "";
///
/// 扣型代码
///
private string modelCode = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 管坯直径
///
private decimal? diameter = null;
///
/// 单倍坯长(mm)
///
private decimal? lenGpSingle = null;
///
/// 单倍坯重
///
private decimal? wtGpSingle = null;
///
/// 单倍计划分配支(排产)
///
private decimal? plnInsingleNum = null;
///
/// 单倍计划分配总重(排产)
///
private decimal? plnInsingleWt = null;
///
/// 预计产出支数(管)
///
private decimal? plnOutsingleNum = null;
///
/// 预计产出吨(管)
///
private decimal? plnOutsingleW = null;
///
/// 成品外径
///
private decimal? outdiameter = null;
///
/// 成品壁厚
///
private decimal? wallthick = null;
///
/// 轧管名义外径
///
private decimal? outdiameterZg = null;
///
/// 轧管名义壁厚
///
private decimal? wallthickZg = null;
///
/// 控制外径
///
private decimal? aimoutdiameter = null;
///
/// 控制壁厚
///
private decimal? aimwallthick = null;
///
/// 内控壁厚公差
///
private string thicknessWall = "";
///
/// 轧管转移长度上限(m)
///
private decimal? lenRollMax = null;
///
/// 轧管转移长度下限(m)
///
private decimal? lenRollMin = null;
///
/// 轧管转移长度
///
private decimal? aimlength = null;
///
/// 轧后长度
///
private decimal? rollLength = null;
///
/// 分切数
///
private decimal? outnumCut = null;
///
/// 切尾类型(0-被动切尾,1-主动切尾)
///
private string cutType = "";
///
/// 切尾(mm)
///
private decimal? lenCutend = null;
///
/// 切头(mm)
///
private decimal? lenCuthead = null;
///
/// 芯棒直径
///
private decimal? diameterMandrel = null;
///
/// 孔型代码(4007)
///
private string passCode = "";
///
/// 孔型描述
///
private string passName = "";
///
/// 是否轧管监制
///
private string ifMonitor = "";
///
/// 监制编号
///
private string prdcrNo = "";
///
/// 本工序监制点
///
private string monitorPoint = "";
///
/// BOM
///
private string bom = "";
///
/// 主全程途径码
///
private string wholeBacklog = "";
///
/// 主全程途径描叙
///
private string wholeBacklogDesc = "";
///
/// 成分标准索引号(内控)
///
private string cic = "";
///
/// 材质标准索引号(内控)
///
private string pic = "";
///
/// 公差标准索引号(内控)
///
private string sic = "";
///
/// 探伤索引号(内控)
///
private string dic = "";
///
/// 工艺文件号
///
private string craftFileNo = "";
///
/// 工艺文件责任人
///
private string craftFileMan = "";
///
/// 工艺序号
///
private decimal? craftSeq = null;
///
/// 二级工艺文件号
///
private string secCraftFileNo = "";
///
/// 本工序点路径
///
private string stationRoad = "";
///
/// 作业日期(年月日)
///
private string proDay = "";
///
/// 结算日期(年月)
///
private string balYearMonth = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 下发人
///
private string downman = "";
///
/// 下发时间
///
private string downtime = "";
///
/// 是否上料(0-未上料,1-已上料)
///
private string isLoad = "";
///
/// 炉计划类型(0、正常计划;1、试轧料)
///
private string plnType = "";
///
/// 标示炉号(打印炉号)
///
private string flagStoveNo = "";
///
/// 主制程索引号
///
private string indexSeq = "";
private string storageName = "";
private string planTimeB = "";
private string customerNm = "";
private string delvryBdate = "";
[Description("交货日期")]
[Nullable(false)]
[DataLength(40)]
public string DelvryBdate
{
get { return delvryBdate; }
set { delvryBdate = value; }
}
[Description("客户名称")]
[Nullable(false)]
[DataLength(40)]
public string CustomerNm
{
get { return customerNm; }
set { customerNm = value; }
}
///
/// 仓库名称
///
[Description("仓库名称")]
[Nullable(false)]
[DataLength(40)]
public string StorageName
{
get { return storageName; }
set { storageName = value; }
}
///
/// 计划开始时间
///
[Description("计划开始时间")]
[Nullable(false)]
[DataLength(40)]
public string PlanTimeB
{
get { return planTimeB; }
set { planTimeB = value; }
}
///
/// 轧管炉计划ID(订单编号/排产序号/判定炉号/2位流水)
///
[Description("炉计划ID")]
[Nullable(false)]
[DataLength(40)]
public string HeatPlanNo
{
get { return heatPlanNo; }
set { heatPlanNo = value; }
}
///
/// 产线内炉计划顺序号
///
[Description("炉计划顺序号")]
[Nullable(true)]
[DataLength(20)]
public string GxProSeq
{
get { return gxProSeq; }
set { gxProSeq = value; }
}
///
/// 生产批号
///
[Description("生产批号")]
[Nullable(true)]
[DataLength(20)]
public string ZyBatchId
{
get { return zyBatchId; }
set { zyBatchId = 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 FlagHeatNo
{
get { return flagHeatNo; }
set { flagHeatNo = value; }
}
///
/// 是否喷印炉号
///
[Description("是否喷印炉号")]
[Nullable(true)]
[DataLength(20)]
public string IfFlagHeatNo
{
get { return ifFlagHeatNo; }
set { ifFlagHeatNo = value; }
}
///
/// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A)
///
[Description("计划状态")]
[Nullable(true)]
[DataLength(20)]
public string Planstatus
{
get { return planstatus; }
set { planstatus = value; }
}
///
/// 上工序炉计划ID(若上工序是铸造:虚拟炉次号(ID)+虚拟炉次内顺序号;若上工序是锻造,则锻造炉计划ID)
///
[Description("上工序炉计划ID")]
[Nullable(true)]
[DataLength(20)]
public string UpperHeatplanId
{
get { return upperHeatplanId; }
set { upperHeatplanId = 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 CcmProPlanId
{
get { return ccmProPlanId; }
set { ccmProPlanId = value; }
}
///
/// 铸造订单排产序号
///
[Description("铸造订单排产序号")]
[Nullable(true)]
[DataLength(10)]
public string CcmGxPlanNo
{
get { return ccmGxPlanNo; }
set { ccmGxPlanNo = 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(8)]
public string ProcessCodeC
{
get { return processCodeC; }
set { processCodeC = value; }
}
///
/// 二级工序名
///
[Description("二级工序名")]
[Nullable(true)]
[DataLength(50)]
public string ProcessDescC
{
get { return processDescC; }
set { processDescC = value; }
}
///
/// 上工序代码(大工序)
///
[Description("上工序")]
[Nullable(true)]
[DataLength(8)]
public string UpperProcessCode
{
get { return upperProcessCode; }
set { upperProcessCode = value; }
}
///
/// 下工序代码(大工序)
///
[Description("下工序")]
[Nullable(true)]
[DataLength(8)]
public string NextProcessCode
{
get { return nextProcessCode; }
set { nextProcessCode = value; }
}
///
/// 是否末工序(末工序时合同成品属性有效)
///
[Description("是否末工序")]
[Nullable(true)]
[DataLength(1)]
public string Isendgx
{
get { return isendgx; }
set { isendgx = value; }
}
///
/// 是否利库
///
[Description("是否利库")]
[Nullable(true)]
[DataLength(1)]
public string IfMatchOdd
{
get { return ifMatchOdd; }
set { ifMatchOdd = value; }
}
///
/// 是否已做正式炉计划
///
[Description("是否已做正式炉计划")]
[Nullable(true)]
[DataLength(1)]
public string IfDoHeatPlan
{
get { return ifDoHeatPlan; }
set { ifDoHeatPlan = value; }
}
///
/// 主合同来源(销售合同、备料需求、补量需求)
///
[Description("合同来源")]
[Nullable(true)]
[DataLength(20)]
public string OrderSource
{
get { return orderSource; }
set { orderSource = value; }
}
///
/// 主交货编码PK
///
[Description("交货编码PK")]
[Nullable(true)]
[DataLength(40)]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = 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 DeliveryNo
{
get { return deliveryNo; }
set { deliveryNo = value; }
}
///
/// 主备料需求号
///
[Description("主备料需求号")]
[Nullable(true)]
[DataLength(20)]
public string ReqBlId
{
get { return reqBlId; }
set { reqBlId = value; }
}
///
/// 国内外
///
[Description("国内外")]
[Nullable(true)]
[DataLength(20)]
public string IfExport
{
get { return ifExport; }
set { ifExport = value; }
}
///
/// 合同紧急度
///
[Description("合同紧急度")]
[Nullable(true)]
[DataLength(20)]
public string Priority
{
get { return priority; }
set { priority = value; }
}
///
/// 紧急度备注
///
[Description("紧急度备注")]
[Nullable(true)]
[DataLength(200)]
public string PriorityMemo
{
get { return priorityMemo; }
set { priorityMemo = value; }
}
///
/// 排产年月
///
[Description("排产年月")]
[Nullable(true)]
[DataLength(20)]
public string ProMonth
{
get { return proMonth; }
set { proMonth = value; }
}
///
/// 按长度控制标识
///
[Description("按长度控制标识")]
[Nullable(true)]
[DataLength(1)]
public string IfLenControl
{
get { return ifLenControl; }
set { ifLenControl = value; }
}
///
/// 负公差轧制标识
///
[Description("负公差轧制标识")]
[Nullable(true)]
[DataLength(1)]
public string IfMinusSicRoll
{
get { return ifMinusSicRoll; }
set { ifMinusSicRoll = value; }
}
///
/// 生产标准
///
[Description("生产标准")]
[Nullable(true)]
[DataLength(500)]
public string ProdStandard
{
get { return prodStandard; }
set { prodStandard = value; }
}
///
/// 输出标准
///
[Description("输出标准")]
[Nullable(true)]
[DataLength(500)]
public string OutputStandard
{
get { return outputStandard; }
set { outputStandard = value; }
}
///
/// 判定字头
///
[Description("判定字头")]
[Nullable(true)]
[DataLength(20)]
public string Decision
{
get { return decision; }
set { decision = value; }
}
///
/// 轧管工艺备注
///
[Description("轧管工艺备注")]
[Nullable(true)]
[DataLength(200)]
public string ProgyMemo
{
get { return progyMemo; }
set { progyMemo = value; }
}
///
/// 物流去向代码
///
[Description("物流去向")]
[Nullable(true)]
[DataLength(20)]
public string GowhereCode
{
get { return gowhereCode; }
set { gowhereCode = value; }
}
///
/// 物流去向名称
///
[Description("物流去向")]
[Nullable(true)]
[DataLength(32)]
public string GowhereName
{
get { return gowhereName; }
set { gowhereName = value; }
}
///
/// 是否外购坯
///
[Description("是否外购坯")]
[Nullable(true)]
[DataLength(1)]
public string OutsBilletFl
{
get { return outsBilletFl; }
set { outsBilletFl = value; }
}
///
/// 管坯类型(1铸坯2锻坯)
///
[Description("管坯类型")]
[Nullable(true)]
[DataLength(20)]
public string Gptype
{
get { return gptype; }
set { gptype = value; }
}
///
/// 投入物料编码
///
[Description("投入物料编码")]
[Nullable(true)]
[DataLength(40)]
public string InwlId
{
get { return inwlId; }
set { inwlId = value; }
}
///
/// 投入物料描述
///
[Description("投入物料")]
[Nullable(true)]
[DataLength(100)]
public string InwlDesc
{
get { return inwlDesc; }
set { inwlDesc = value; }
}
///
/// 产出物料编码
///
[Description("产出物料编码")]
[Nullable(true)]
[DataLength(40)]
public string OutwlId
{
get { return outwlId; }
set { outwlId = value; }
}
///
/// 产出物料描述
///
[Description("产出物料")]
[Nullable(true)]
[DataLength(100)]
public string OutwlDesc
{
get { return outwlDesc; }
set { outwlDesc = 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(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(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(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(10)]
public decimal? Diameter
{
get { return diameter; }
set { diameter = value; }
}
///
/// 单倍坯长(mm)
///
[Description("单倍坯长")]
[Nullable(true)]
[DataLength(10)]
public decimal? LenGpSingle
{
get { return lenGpSingle; }
set { lenGpSingle = value; }
}
///
/// 单倍坯重
///
[Description("单倍坯重")]
[Nullable(true)]
[DataLength(10)]
public decimal? WtGpSingle
{
get { return wtGpSingle; }
set { wtGpSingle = value; }
}
///
/// 单倍计划分配支(排产)
///
[Description("计划支")]
[Nullable(true)]
[DataLength(5)]
public decimal? PlnInsingleNum
{
get { return plnInsingleNum; }
set { plnInsingleNum = value; }
}
///
/// 单倍计划分配总重(排产)
///
[Description("计划吨")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlnInsingleWt
{
get { return plnInsingleWt; }
set { plnInsingleWt = value; }
}
///
/// 预计产出支数(管)
///
[Description("预计产出支")]
[Nullable(true)]
[DataLength(5)]
public decimal? PlnOutsingleNum
{
get { return plnOutsingleNum; }
set { plnOutsingleNum = value; }
}
///
/// 预计产出吨(管)
///
[Description("预计产出吨")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlnOutsingleW
{
get { return plnOutsingleW; }
set { plnOutsingleW = value; }
}
private decimal? reducedWt = null;
///
/// 预计产出吨(管)
///
[Description("折算吨")]
[Nullable(true)]
[DataLength(10)]
public decimal? ReducedWt
{
get { return reducedWt; }
set { reducedWt = value; }
}
///
/// 成品外径
///
[Description("成品外径")]
[Nullable(true)]
[DataLength(10)]
public decimal? Outdiameter
{
get { return outdiameter; }
set { outdiameter = value; }
}
///
/// 成品壁厚
///
[Description("成品壁厚")]
[Nullable(true)]
[DataLength(10)]
public decimal? Wallthick
{
get { return wallthick; }
set { wallthick = value; }
}
///
/// 轧管名义外径
///
[Description("名义外径")]
[Nullable(true)]
[DataLength(10)]
public decimal? OutdiameterZg
{
get { return outdiameterZg; }
set { outdiameterZg = value; }
}
///
/// 轧管名义壁厚
///
[Description("名义壁厚")]
[Nullable(true)]
[DataLength(10)]
public decimal? WallthickZg
{
get { return wallthickZg; }
set { wallthickZg = value; }
}
///
/// 控制外径
///
[Description("控制外径")]
[Nullable(true)]
[DataLength(10)]
public decimal? Aimoutdiameter
{
get { return aimoutdiameter; }
set { aimoutdiameter = value; }
}
///
/// 控制壁厚
///
[Description("控制壁厚")]
[Nullable(true)]
[DataLength(10)]
public decimal? Aimwallthick
{
get { return aimwallthick; }
set { aimwallthick = value; }
}
///
/// 内控壁厚公差
///
[Description("内控壁厚公差")]
[Nullable(true)]
[DataLength(100)]
public string ThicknessWall
{
get { return thicknessWall; }
set { thicknessWall = value; }
}
///
/// 轧管转移长度上限(m)
///
[Description("转移长度上限")]
[Nullable(true)]
[DataLength(16)]
public decimal? LenRollMax
{
get { return lenRollMax; }
set { lenRollMax = value; }
}
///
/// 轧管转移长度下限(m)
///
[Description("转移长度下限")]
[Nullable(true)]
[DataLength(16)]
public decimal? LenRollMin
{
get { return lenRollMin; }
set { lenRollMin = value; }
}
///
/// 轧管转移长度
///
[Description("转移长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? Aimlength
{
get { return aimlength; }
set { aimlength = value; }
}
///
/// 轧后长度
///
[Description("轧制长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? RollLength
{
get { return rollLength; }
set { rollLength = value; }
}
///
/// 分切数
///
[Description("分切数")]
[Nullable(true)]
[DataLength(10)]
public decimal? OutnumCut
{
get { return outnumCut; }
set { outnumCut = value; }
}
///
/// 切尾类型(0-被动切尾,1-主动切尾)
///
[Description("切尾类型")]
[Nullable(true)]
[DataLength(20)]
public string CutType
{
get { return cutType; }
set { cutType = value; }
}
///
/// 切尾(mm)
///
[Description("切尾(mm)")]
[Nullable(true)]
[DataLength(10)]
public decimal? LenCutend
{
get { return lenCutend; }
set { lenCutend = value; }
}
///
/// 切头(mm)
///
[Description("切头(mm)")]
[Nullable(true)]
[DataLength(10)]
public decimal? LenCuthead
{
get { return lenCuthead; }
set { lenCuthead = value; }
}
///
/// 芯棒直径
///
[Description("芯棒直径")]
[Nullable(true)]
[DataLength(10)]
public decimal? DiameterMandrel
{
get { return diameterMandrel; }
set { diameterMandrel = value; }
}
///
/// 孔型代码(4007)
///
[Description("孔型代码(4007)")]
[Nullable(true)]
[DataLength(20)]
public string PassCode
{
get { return passCode; }
set { passCode = value; }
}
///
/// 孔型描述
///
[Description("孔型")]
[Nullable(true)]
[DataLength(100)]
public string PassName
{
get { return passName; }
set { passName = value; }
}
///
/// 是否轧管监制
///
[Description("是否轧管监制")]
[Nullable(true)]
[DataLength(1)]
public string IfMonitor
{
get { return ifMonitor; }
set { ifMonitor = value; }
}
///
/// 监制编号
///
[Description("监制编号")]
[Nullable(true)]
[DataLength(40)]
public string PrdcrNo
{
get { return prdcrNo; }
set { prdcrNo = value; }
}
///
/// 本工序监制点
///
[Description("本工序监制点")]
[Nullable(true)]
[DataLength(200)]
public string MonitorPoint
{
get { return monitorPoint; }
set { monitorPoint = value; }
}
///
/// BOM
///
[Description("BOM")]
[Nullable(true)]
[DataLength(40)]
public string Bom
{
get { return bom; }
set { bom = value; }
}
///
/// 主全程途径码
///
[Description("主全程途径码")]
[Nullable(true)]
[DataLength(32)]
public string WholeBacklog
{
get { return wholeBacklog; }
set { wholeBacklog = value; }
}
///
/// 主全程途径描叙
///
[Description("全程途径")]
[Nullable(true)]
[DataLength(500)]
public string WholeBacklogDesc
{
get { return wholeBacklogDesc; }
set { wholeBacklogDesc = value; }
}
///
/// 成分标准索引号(内控)
///
[Description("成分索引号")]
[Nullable(true)]
[DataLength(32)]
public string Cic
{
get { return cic; }
set { cic = value; }
}
///
/// 材质标准索引号(内控)
///
[Description("材质索引号")]
[Nullable(true)]
[DataLength(32)]
public string Pic
{
get { return pic; }
set { pic = value; }
}
///
/// 公差标准索引号(内控)
///
[Description("公差索引号")]
[Nullable(true)]
[DataLength(32)]
public string Sic
{
get { return sic; }
set { sic = value; }
}
///
/// 探伤索引号(内控)
///
[Description("探伤索引号")]
[Nullable(true)]
[DataLength(32)]
public string Dic
{
get { return dic; }
set { dic = value; }
}
///
/// 工艺文件号
///
[Description("工艺文件号")]
[Nullable(true)]
[DataLength(200)]
public string CraftFileNo
{
get { return craftFileNo; }
set { craftFileNo = value; }
}
///
/// 工艺文件责任人
///
[Description("工艺文件责任人")]
[Nullable(true)]
[DataLength(20)]
public string CraftFileMan
{
get { return craftFileMan; }
set { craftFileMan = value; }
}
///
/// 工艺序号
///
[Description("工艺序号")]
[Nullable(true)]
[DataLength(5)]
public decimal? CraftSeq
{
get { return craftSeq; }
set { craftSeq = value; }
}
///
/// 二级工艺文件号
///
[Description("二级工艺文件号")]
[Nullable(true)]
[DataLength(100)]
public string SecCraftFileNo
{
get { return secCraftFileNo; }
set { secCraftFileNo = value; }
}
///
/// 本工序点路径
///
[Description("本工序点路径")]
[Nullable(true)]
[DataLength(200)]
public string StationRoad
{
get { return stationRoad; }
set { stationRoad = value; }
}
///
/// 作业日期(年月日)
///
[Description("作业日期")]
[Nullable(true)]
[DataLength(8)]
public string ProDay
{
get { return proDay; }
set { proDay = value; }
}
///
/// 结算日期(年月)
///
[Description("结算年月")]
[Nullable(true)]
[DataLength(6)]
public string BalYearMonth
{
get { return balYearMonth; }
set { balYearMonth = 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 Downman
{
get { return downman; }
set { downman = value; }
}
///
/// 下发时间
///
[Description("下发时间")]
[Nullable(true)]
public string Downtime
{
get { return downtime; }
set { downtime = value; }
}
///
/// 是否上料(0-未上料,1-已上料)
///
[Description("是否上料")]
[Nullable(true)]
[DataLength(1)]
public string IsLoad
{
get { return isLoad; }
set { isLoad = value; }
}
///
/// 炉计划类型(0、正常计划;1、试轧料)
///
[Description("炉计划类型")]
[Nullable(true)]
[DataLength(1)]
public string PlnType
{
get { return plnType; }
set { plnType = value; }
}
///
/// 标示炉号(打印炉号)
///
[Description("标示炉号")]
[Nullable(true)]
[DataLength(20)]
public string FlagStoveNo
{
get { return flagStoveNo; }
set { flagStoveNo = value; }
}
///
/// 主制程索引号
///
[Description("制程号")]
[Nullable(true)]
[DataLength(32)]
public string IndexSeq
{
get { return indexSeq; }
set { indexSeq = value; }
}
private string memo = "";
[Description("备注")]
public string Memo
{
get { return memo; }
set { memo = value; }
}
private string steelFalg = "";
[Description("炼钢切割结炉")]
public string SteelFalg
{
get { return steelFalg; }
set { steelFalg = value; }
}
private string feedRowNo = "";
[Description("是否有上料行")]
public string FeedRowNo
{
get { return feedRowNo; }
set { feedRowNo = value; }
}
private string upperStrat = "";
[Description("上工序状态")]
public string UpperStrat
{
get { return upperStrat; }
set { upperStrat = value; }
}
private string feedHeatNo = "";
[Description("判定炉号")]
public string FeedHeatNo
{
get { return feedHeatNo; }
set { feedHeatNo = value; }
}
private string actuaNum = "";
[Description("实际支")]
public string ActuaNum
{
get { return actuaNum; }
set { actuaNum = value; }
}
private string actuaWt = "";
[Description("实际吨")]
public string ActuaWt
{
get { return actuaWt; }
set { actuaWt = value; }
}
private string gxProSeqPc = "";
[Description("轧管排产顺序号")]
public string GxProSeqPc
{
get { return gxProSeqPc; }
set { gxProSeqPc = value; }
}
private string plnTimeStrat = "";
[Description("炼钢计划时间(最早)")]
public string PlnTimeStrat
{
get { return plnTimeStrat; }
set { plnTimeStrat = value; }
}
}
}