using System.ComponentModel;
using Newtonsoft.Json;
namespace Core.StlMes.Client.YdmBcPipeManage.Entity
{
///
/// 数据库表PLN_ZY_DBK_M所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
/// 作者:tgcx-test 时间:2018-06-21
///
public class PlnZyDbkMEntity
{
///
/// 镦拔扩炉计划ID(镦粗、冷拔、旋扩、热扩对应ID打头按机组区分)
///
private string heatPlanNo = "";
///
/// 产线内炉计划顺序号
///
private string gxProSeq = "";
///
/// 生产批号
///
private string zyBatchId = "";
///
/// 冶炼炉号(电炉炉号)
///
private string stoveNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 批号
///
private string batchNo = "";
///
/// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A)
///
private string planstatus = "";
///
/// 开始状态(00-上料开始,10-旋扩开始,20-均整开始,30-定径开始,40-表验开始,50测量开始) ,60-交库开始)
///
private string perStatus = "";
///
/// 结炉状态(00-上料结束,10-旋扩结束,20-均整结束,30-定径结束,40-表验结束,50测量结束,60-交库结束)
///
private string besideStatus = "";
///
/// 上工序炉计划ID
///
private string upperHeatplanId = "";
///
/// 镦拔扩订单编号
///
private string proPlanId = "";
///
/// 镦拔扩订单排产序号
///
private string gxPlanNo = "";
///
/// 产线代码
///
private string plineCode = "";
///
/// 产线描述
///
private string plineName = "";
///
/// 二级工序代码
///
private string processCodeC = "";
///
/// 二级工序名
///
private string processDescC = "";
///
/// 上工序代码(大工序)
///
private string upperProcessCode = "";
///
/// 下工序代码(大工序)
///
private string nextProcessCode = "";
///
/// 物流去向代码
///
private string gowhereCode = "";
///
/// 物流去向名称
///
private string gowhereName = "";
///
/// 生产标准
///
private string prodStandard = "";
///
/// 输出标准
///
private string outputStandard = "";
///
/// 是否末工序(末工序时合同成品属性有效)
///
private string isendgx = "";
///
/// 是否利库(0,正常计划,1.利库计划,2.组炉返线计划)
///
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 proDay = "";
///
/// 结算日期(年月)
///
private string balYearMonth = "";
///
/// 是否轧管监制
///
private string ifMonitor = "";
///
/// 监制编号
///
private string prdcrNo = "";
///
/// 本工序监制点
///
private string monitorPoint = "";
///
/// BOM
///
private string bom = "";
///
/// 主全程途径码
///
private string wholeBacklog = "";
///
/// 主全程途径描叙
///
private string wholeBacklogDesc = "";
///
/// 本工序点路径
///
private string stationRoad = "";
///
/// 成分标准索引号(内控)
///
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 gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述
///
private string producname = "";
///
/// 扣型代码
///
private string modelCode = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 投入物料编码
///
private string inwlId = "";
///
/// 投入物料描述
///
private string inwlDesc = "";
///
/// 产出物料编码
///
private string outwlId = "";
///
/// 产出物料描述
///
private string outwlDesc = "";
///
/// 原料管外径
///
private decimal? outdiameterIn = null;
///
/// 原料管壁厚
///
private decimal? wallthickIn = null;
///
/// 原料管长度(轧管转移长度)
///
private decimal? lengthIn = null;
///
/// 原料管最大长度(轧管转移长度)
///
private decimal? lengthmaxIn = null;
///
/// 原料管最小长度(轧管转移长度)
///
private decimal? lengthminIn = null;
///
/// 分切数
///
private decimal? outnumCut = null;
///
/// 工序目标外径
///
private decimal? aimoutdiameter = null;
///
/// 工序目标壁厚
///
private decimal? aimwallthick = null;
///
/// 工序目标长度
///
private decimal? aimlength = null;
///
/// 工序目标最大长度(镦拔扩转移长度)
///
private decimal? aimlengthMax = null;
///
/// 工序目标最小长度(镦拔扩转移长度)
///
private decimal? aimlengthMin = null;
///
/// 切头(mm)-计划
///
private decimal? lenCuthead = null;
///
/// 切尾(mm)-计划
///
private decimal? lenCutend = null;
///
/// 单倍计划分配支(排产)
///
private decimal? plnInsingleNum = null;
///
/// 单倍计划分配总重(排产)
///
private decimal? plnInsingleWt = null;
///
/// 倍尺计划分配支(排产)
///
private decimal? plnIndoubleNum = null;
///
/// 倍尺计划分配总重(排产)
///
private decimal? plnIndoubleWt = null;
///
/// 预计产出支数(单倍)
///
private decimal? plnOutsingleNum = null;
///
/// 预计产出吨(单倍)
///
private decimal? plnOutsingleW = null;
///
/// 预计产出支数(倍尺)
///
private decimal? plnOutdoubleNum = null;
///
/// 预计产出吨(倍尺)
///
private decimal? plnOutdoubleW = null;
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 下发人
///
private string downman = "";
///
/// 下发时间
///
private string downtime = "";
///
/// 主制程索引号
///
private string indexSeq = "";
///
/// 产品规格代码
///
private string specCode = "";
///
/// 产品规格描述
///
private string specName = "";
///
/// 标准代码[最终成品标准]
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 标准类别代码
///
private string stdStyle = "";
///
/// 标准类别描述(PSL1....)
///
private string stdStyleDesc = "";
///
/// 上料炉号(轧管判定炉号)
///
private string feedHeatNo = "";
///
/// 备注
///
private string memo = "";
///
/// 轧管生产批号
///
private string zyBatchIdZg = "";
///
/// 判定字头
///
private string decision = "";
///
/// 是否分批(0,未分批取样 1,已分批取样)
///
private string isBatch = "";
///
/// 孔型代码(4007)
///
private string passCode = "";
///
/// 孔型描述
///
private string passName = "";
///
/// 标示炉号(打印炉号)
///
private string flagStoveNo = "";
///
/// 检验编号
///
private string checkNo = "";
///
/// 镦拔扩炉计划ID(镦粗、冷拔、旋扩、热扩对应ID打头按机组区分)
///
[Description("镦拔扩炉计划ID(镦粗、冷拔、旋扩、热扩对应ID打头按机组区分)")]
[JsonProperty("heatPlanNo")]
public string HeatPlanNo
{
get { return heatPlanNo; }
set { heatPlanNo = value; }
}
///
/// 产线内炉计划顺序号
///
[Description("产线内炉计划顺序号")]
[JsonProperty("gxProSeq")]
public string GxProSeq
{
get { return gxProSeq; }
set { gxProSeq = value; }
}
///
/// 生产批号
///
[Description("生产批号")]
[JsonProperty("zyBatchId")]
public string ZyBatchId
{
get { return zyBatchId; }
set { zyBatchId = value; }
}
///
/// 冶炼炉号(电炉炉号)
///
[Description("冶炼炉号(电炉炉号)")]
[JsonProperty("stoveNo")]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[JsonProperty("judgeStoveNo")]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 批号
///
[Description("批号")]
[JsonProperty("batchNo")]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A)
///
[Description("计划状态")]
[JsonProperty("planstatus")]
public string Planstatus
{
get { return planstatus; }
set { planstatus = value; }
}
///
/// 开始状态(00-上料开始,10-旋扩开始,20-均整开始,30-定径开始,40-表验开始,50测量开始),60-交库开始)
///
[Description("开始状态")]
[JsonProperty("perStatus")]
public string PerStatus
{
get { return perStatus; }
set { perStatus = value; }
}
///
/// 结炉状态(00-上料结束,10-旋扩结束,20-均整结束,30-定径结束,40-表验结束,50测量结束 ,60-交库结束)
///
[Description("结炉状态")]
[JsonProperty("besideStatus")]
public string BesideStatus
{
get { return besideStatus; }
set { besideStatus = value; }
}
///
/// 上工序炉计划ID
///
[Description("上工序炉计划ID")]
[JsonProperty("upperHeatplanId")]
public string UpperHeatplanId
{
get { return upperHeatplanId; }
set { upperHeatplanId = value; }
}
///
/// 镦拔扩订单编号
///
[Description("镦拔扩订单编号")]
[JsonProperty("proPlanId")]
public string ProPlanId
{
get { return proPlanId; }
set { proPlanId = value; }
}
///
/// 镦拔扩订单排产序号
///
[Description("镦拔扩订单排产序号")]
[JsonProperty("gxPlanNo")]
public string GxPlanNo
{
get { return gxPlanNo; }
set { gxPlanNo = value; }
}
///
/// 产线代码
///
[Description("产线代码")]
[JsonProperty("plineCode")]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 产线描述
///
[Description("产线描述")]
[JsonProperty("plineName")]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 二级工序代码
///
[Description("二级工序代码")]
[JsonProperty("processCodeC")]
public string ProcessCodeC
{
get { return processCodeC; }
set { processCodeC = value; }
}
///
/// 二级工序名
///
[Description("二级工序名")]
[JsonProperty("processDescC")]
public string ProcessDescC
{
get { return processDescC; }
set { processDescC = value; }
}
///
/// 上工序代码(大工序)
///
[Description("上工序代码(大工序)")]
[JsonProperty("upperProcessCode")]
public string UpperProcessCode
{
get { return upperProcessCode; }
set { upperProcessCode = value; }
}
///
/// 下工序代码(大工序)
///
[Description("下工序代码(大工序)")]
[JsonProperty("nextProcessCode")]
public string NextProcessCode
{
get { return nextProcessCode; }
set { nextProcessCode = value; }
}
///
/// 物流去向代码
///
[Description("物流去向代码")]
[JsonProperty("gowhereCode")]
public string GowhereCode
{
get { return gowhereCode; }
set { gowhereCode = value; }
}
///
/// 物流去向名称
///
[Description("物流去向名称")]
[JsonProperty("gowhereName")]
public string GowhereName
{
get { return gowhereName; }
set { gowhereName = value; }
}
///
/// 生产标准
///
[Description("生产标准")]
[JsonProperty("prodStandard")]
public string ProdStandard
{
get { return prodStandard; }
set { prodStandard = value; }
}
///
/// 输出标准
///
[Description("输出标准")]
[JsonProperty("outputStandard")]
public string OutputStandard
{
get { return outputStandard; }
set { outputStandard = value; }
}
///
/// 是否末工序(末工序时合同成品属性有效)
///
[Description("是否末工序(末工序时合同成品属性有效)")]
[JsonProperty("isendgx")]
public string Isendgx
{
get { return isendgx; }
set { isendgx = value; }
}
///
/// 是否利库(0,正常计划,1.利库计划,2.组炉返线计划)
///
[Description("是否利库(0,正常计划,1.利库计划,2.组炉返线计划)")]
[JsonProperty("ifMatchOdd")]
public string IfMatchOdd
{
get { return ifMatchOdd; }
set { ifMatchOdd = value; }
}
///
/// 是否已做正式炉计划
///
[Description("是否已做正式炉计划")]
[JsonProperty("ifDoHeatPlan")]
public string IfDoHeatPlan
{
get { return ifDoHeatPlan; }
set { ifDoHeatPlan = value; }
}
///
/// 主合同来源(销售合同、备料需求、补量需求)
///
[Description("主合同来源(销售合同、备料需求、补量需求)")]
[JsonProperty("orderSource")]
public string OrderSource
{
get { return orderSource; }
set { orderSource = value; }
}
///
/// 主交货编码PK
///
[Description("主交货编码PK")]
[JsonProperty("ordLnDlyPk")]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = value; }
}
///
/// 主合同号
///
[Description("主合同号")]
[JsonProperty("orderNo")]
public string OrderNo
{
get { return orderNo; }
set { orderNo = value; }
}
///
/// 主合同行号
///
[Description("主合同行号")]
[JsonProperty("orderSeq")]
public string OrderSeq
{
get { return orderSeq; }
set { orderSeq = value; }
}
///
/// 主交货编码
///
[Description("主交货编码")]
[JsonProperty("deliveryNo")]
public string DeliveryNo
{
get { return deliveryNo; }
set { deliveryNo = value; }
}
///
/// 主备料需求号
///
[Description("主备料需求号")]
[JsonProperty("reqBlId")]
public string ReqBlId
{
get { return reqBlId; }
set { reqBlId = value; }
}
///
/// 国内外
///
[Description("国内外")]
[JsonProperty("ifExport")]
public string IfExport
{
get { return ifExport; }
set { ifExport = value; }
}
///
/// 合同紧急度
///
[Description("合同紧急度")]
[JsonProperty("priority")]
public string Priority
{
get { return priority; }
set { priority = value; }
}
///
/// 紧急度备注
///
[Description("紧急度备注")]
[JsonProperty("priorityMemo")]
public string PriorityMemo
{
get { return priorityMemo; }
set { priorityMemo = value; }
}
///
/// 排产年月
///
[Description("排产年月")]
[JsonProperty("proMonth")]
public string ProMonth
{
get { return proMonth; }
set { proMonth = value; }
}
///
/// 作业日期(年月日)
///
[Description("作业日期(年月日)")]
[JsonProperty("proDay")]
public string ProDay
{
get { return proDay; }
set { proDay = value; }
}
///
/// 结算日期(年月)
///
[Description("结算日期(年月)")]
[JsonProperty("balYearMonth")]
public string BalYearMonth
{
get { return balYearMonth; }
set { balYearMonth = value; }
}
///
/// 是否轧管监制
///
[Description("是否轧管监制")]
[JsonProperty("ifMonitor")]
public string IfMonitor
{
get { return ifMonitor; }
set { ifMonitor = value; }
}
///
/// 监制编号
///
[Description("监制编号")]
[JsonProperty("prdcrNo")]
public string PrdcrNo
{
get { return prdcrNo; }
set { prdcrNo = value; }
}
///
/// 本工序监制点
///
[Description("本工序监制点")]
[JsonProperty("monitorPoint")]
public string MonitorPoint
{
get { return monitorPoint; }
set { monitorPoint = value; }
}
///
/// BOM
///
[Description("BOM")]
[JsonProperty("bom")]
public string Bom
{
get { return bom; }
set { bom = value; }
}
///
/// 主全程途径码
///
[Description("主全程途径码")]
[JsonProperty("wholeBacklog")]
public string WholeBacklog
{
get { return wholeBacklog; }
set { wholeBacklog = value; }
}
///
/// 主全程途径描叙
///
[Description("主全程途径描叙")]
[JsonProperty("wholeBacklogDesc")]
public string WholeBacklogDesc
{
get { return wholeBacklogDesc; }
set { wholeBacklogDesc = value; }
}
///
/// 本工序点路径
///
[Description("本工序点路径")]
[JsonProperty("stationRoad")]
public string StationRoad
{
get { return stationRoad; }
set { stationRoad = value; }
}
///
/// 成分标准索引号(内控)
///
[Description("成分标准索引号(内控)")]
[JsonProperty("cic")]
public string Cic
{
get { return cic; }
set { cic = value; }
}
///
/// 材质标准索引号(内控)
///
[Description("材质标准索引号(内控)")]
[JsonProperty("pic")]
public string Pic
{
get { return pic; }
set { pic = value; }
}
///
/// 公差标准索引号(内控)
///
[Description("公差标准索引号(内控)")]
[JsonProperty("sic")]
public string Sic
{
get { return sic; }
set { sic = value; }
}
///
/// 探伤索引号(内控)
///
[Description("探伤索引号(内控)")]
[JsonProperty("dic")]
public string Dic
{
get { return dic; }
set { dic = value; }
}
///
/// 工艺文件号
///
[Description("工艺文件号")]
[JsonProperty("craftFileNo")]
public string CraftFileNo
{
get { return craftFileNo; }
set { craftFileNo = value; }
}
///
/// 工艺文件责任人
///
[Description("工艺文件责任人")]
[JsonProperty("craftFileMan")]
public string CraftFileMan
{
get { return craftFileMan; }
set { craftFileMan = value; }
}
///
/// 工艺序号
///
[Description("工艺序号")]
[JsonProperty("craftSeq")]
public decimal? CraftSeq
{
get { return craftSeq; }
set { craftSeq = value; }
}
///
/// 二级工艺文件号
///
[Description("二级工艺文件号")]
[JsonProperty("secCraftFileNo")]
public string SecCraftFileNo
{
get { return secCraftFileNo; }
set { secCraftFileNo = value; }
}
///
/// 钢种代码
///
[Description("钢种代码")]
[JsonProperty("gradecode")]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 钢种名称
///
[Description("钢种")]
[JsonProperty("gradename")]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 钢级(牌号)代码
///
[Description("钢级(牌号)代码")]
[JsonProperty("steelcode")]
public string Steelcode
{
get { return steelcode; }
set { steelcode = value; }
}
///
/// 钢级(牌号)名称
///
[Description("钢级")]
[JsonProperty("steelname")]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 品名代码
///
[Description("品名代码")]
[JsonProperty("produccode")]
public string Produccode
{
get { return produccode; }
set { produccode = value; }
}
///
/// 品名描述
///
[Description("品名")]
[JsonProperty("producname")]
public string Producname
{
get { return producname; }
set { producname = value; }
}
///
/// 扣型代码
///
[Description("扣型代码")]
[JsonProperty("modelCode")]
public string ModelCode
{
get { return modelCode; }
set { modelCode = value; }
}
///
/// 扣型描述
///
[Description("扣型")]
[JsonProperty("modelDesc")]
public string ModelDesc
{
get { return modelDesc; }
set { modelDesc = value; }
}
///
/// 投入物料编码
///
[Description("投入物料编码")]
[JsonProperty("inwlId")]
public string InwlId
{
get { return inwlId; }
set { inwlId = value; }
}
///
/// 投入物料描述
///
[Description("投入物料描述")]
[JsonProperty("inwlDesc")]
public string InwlDesc
{
get { return inwlDesc; }
set { inwlDesc = value; }
}
///
/// 产出物料编码
///
[Description("产出物料编码")]
[JsonProperty("outwlId")]
public string OutwlId
{
get { return outwlId; }
set { outwlId = value; }
}
///
/// 产出物料描述
///
[Description("产出物料描述")]
[JsonProperty("outwlDesc")]
public string OutwlDesc
{
get { return outwlDesc; }
set { outwlDesc = value; }
}
///
/// 原料管外径
///
[Description("原料管外径")]
[JsonProperty("outdiameterIn")]
public decimal? OutdiameterIn
{
get { return outdiameterIn; }
set { outdiameterIn = value; }
}
///
/// 原料管壁厚
///
[Description("原料管壁厚")]
[JsonProperty("wallthickIn")]
public decimal? WallthickIn
{
get { return wallthickIn; }
set { wallthickIn = value; }
}
///
/// 原料管长度(轧管转移长度)
///
[Description("原料管长度(轧管转移长度)")]
[JsonProperty("lengthIn")]
public decimal? LengthIn
{
get { return lengthIn; }
set { lengthIn = value; }
}
///
/// 原料管最大长度(轧管转移长度)
///
[Description("原料管最大长度(轧管转移长度)")]
[JsonProperty("lengthmaxIn")]
public decimal? LengthmaxIn
{
get { return lengthmaxIn; }
set { lengthmaxIn = value; }
}
///
/// 原料管最小长度(轧管转移长度)
///
[Description("原料管最小长度(轧管转移长度)")]
[JsonProperty("lengthminIn")]
public decimal? LengthminIn
{
get { return lengthminIn; }
set { lengthminIn = value; }
}
///
/// 分切数
///
[Description("分切数")]
[JsonProperty("outnumCut")]
public decimal? OutnumCut
{
get { return outnumCut; }
set { outnumCut = value; }
}
///
/// 工序目标外径
///
[Description("工序目标外径")]
[JsonProperty("aimoutdiameter")]
public decimal? Aimoutdiameter
{
get { return aimoutdiameter; }
set { aimoutdiameter = value; }
}
///
/// 工序目标壁厚
///
[Description("工序目标壁厚")]
[JsonProperty("aimwallthick")]
public decimal? Aimwallthick
{
get { return aimwallthick; }
set { aimwallthick = value; }
}
///
/// 工序目标长度
///
[Description("工序目标长度")]
[JsonProperty("aimlength")]
public decimal? Aimlength
{
get { return aimlength; }
set { aimlength = value; }
}
///
/// 工序目标最大长度(镦拔扩转移长度)
///
[Description("工序目标最大长度(镦拔扩转移长度)")]
[JsonProperty("aimlengthMax")]
public decimal? AimlengthMax
{
get { return aimlengthMax; }
set { aimlengthMax = value; }
}
///
/// 工序目标最小长度(镦拔扩转移长度)
///
[Description("工序目标最小长度(镦拔扩转移长度)")]
[JsonProperty("aimlengthMin")]
public decimal? AimlengthMin
{
get { return aimlengthMin; }
set { aimlengthMin = value; }
}
///
/// 切头(mm)-计划
///
[Description("切头(mm)-计划")]
[JsonProperty("lenCuthead")]
public decimal? LenCuthead
{
get { return lenCuthead; }
set { lenCuthead = value; }
}
///
/// 切尾(mm)-计划
///
[Description("切尾(mm)-计划")]
[JsonProperty("lenCutend")]
public decimal? LenCutend
{
get { return lenCutend; }
set { lenCutend = value; }
}
///
/// 单倍计划分配支(排产)
///
[Description("单倍计划分配支(排产)")]
[JsonProperty("plnInsingleNum")]
public decimal? PlnInsingleNum
{
get { return plnInsingleNum; }
set { plnInsingleNum = value; }
}
///
/// 单倍计划分配总重(排产)
///
[Description("单倍计划分配总重(排产)")]
[JsonProperty("plnInsingleWt")]
public decimal? PlnInsingleWt
{
get { return plnInsingleWt; }
set { plnInsingleWt = value; }
}
///
/// 倍尺计划分配支(排产)
///
[Description("倍尺计划分配支(排产)")]
[JsonProperty("plnIndoubleNum")]
public decimal? PlnIndoubleNum
{
get { return plnIndoubleNum; }
set { plnIndoubleNum = value; }
}
///
/// 倍尺计划分配总重(排产)
///
[Description("倍尺计划分配总重(排产)")]
[JsonProperty("plnIndoubleWt")]
public decimal? PlnIndoubleWt
{
get { return plnIndoubleWt; }
set { plnIndoubleWt = value; }
}
///
/// 预计产出支数(单倍)
///
[Description("预计产出支数(单倍)")]
[JsonProperty("plnOutsingleNum")]
public decimal? PlnOutsingleNum
{
get { return plnOutsingleNum; }
set { plnOutsingleNum = value; }
}
///
/// 预计产出吨(单倍)
///
[Description("预计产出吨(单倍)")]
[JsonProperty("plnOutsingleW")]
public decimal? PlnOutsingleW
{
get { return plnOutsingleW; }
set { plnOutsingleW = value; }
}
///
/// 预计产出支数(倍尺)
///
[Description("预计产出支数(倍尺)")]
[JsonProperty("plnOutdoubleNum")]
public decimal? PlnOutdoubleNum
{
get { return plnOutdoubleNum; }
set { plnOutdoubleNum = value; }
}
///
/// 预计产出吨(倍尺)
///
[Description("预计产出吨(倍尺)")]
[JsonProperty("plnOutdoubleW")]
public decimal? PlnOutdoubleW
{
get { return plnOutdoubleW; }
set { plnOutdoubleW = value; }
}
///
/// 创建人
///
[Description("创建人")]
[JsonProperty("createName")]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[JsonProperty("createTime")]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 修改人
///
[Description("修改人")]
[JsonProperty("updateName")]
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
[Description("修改时间")]
[JsonProperty("updateTime")]
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 下发人
///
[Description("下发人")]
[JsonProperty("downman")]
public string Downman
{
get { return downman; }
set { downman = value; }
}
///
/// 下发时间
///
[Description("下发时间")]
[JsonProperty("downtime")]
public string Downtime
{
get { return downtime; }
set { downtime = value; }
}
///
/// 主制程索引号
///
[Description("主制程索引号")]
[JsonProperty("indexSeq")]
public string IndexSeq
{
get { return indexSeq; }
set { indexSeq = value; }
}
///
/// 产品规格代码
///
[Description("产品规格代码")]
[JsonProperty("specCode")]
public string SpecCode
{
get { return specCode; }
set { specCode = value; }
}
///
/// 产品规格描述
///
[Description("产品规格")]
[JsonProperty("specName")]
public string SpecName
{
get { return specName; }
set { specName = value; }
}
///
/// 标准代码[最终成品标准]
///
[Description("标准代码[最终成品标准]")]
[JsonProperty("stdCode")]
public string StdCode
{
get { return stdCode; }
set { stdCode = value; }
}
///
/// 标准名称
///
[Description("标准名称")]
[JsonProperty("stdName")]
public string StdName
{
get { return stdName; }
set { stdName = value; }
}
///
/// 标准类别代码
///
[Description("标准类别代码")]
[JsonProperty("stdStyle")]
public string StdStyle
{
get { return stdStyle; }
set { stdStyle = value; }
}
///
/// 标准类别描述(PSL1....)
///
[Description("标准类别")]
[JsonProperty("stdStyleDesc")]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = value; }
}
///
/// 上料炉号(轧管判定炉号)
///
[Description("上料炉号(轧管判定炉号)")]
[JsonProperty("feedHeatNo")]
public string FeedHeatNo
{
get { return feedHeatNo; }
set { feedHeatNo = value; }
}
///
/// 备注
///
[Description("备注")]
[JsonProperty("memo")]
public string Memo
{
get { return memo; }
set { memo = value; }
}
///
/// 轧管生产批号
///
[Description("轧管生产批号")]
[JsonProperty("zyBatchIdZg")]
public string ZyBatchIdZg
{
get { return zyBatchIdZg; }
set { zyBatchIdZg = value; }
}
///
/// 判定字头
///
[Description("判定字头")]
[JsonProperty("decision")]
public string Decision
{
get { return decision; }
set { decision = value; }
}
///
/// 是否分批(0,未分批取样 1,已分批取样)
///
[Description("是否分批(0,未分批取样 1,已分批取样)")]
[JsonProperty("isBatch")]
public string IsBatch
{
get { return isBatch; }
set { isBatch = value; }
}
///
/// 孔型代码(4007)
///
[Description("孔型代码(4007)")]
[JsonProperty("passCode")]
public string PassCode
{
get { return passCode; }
set { passCode = value; }
}
///
/// 孔型描述
///
[Description("孔型描述")]
[JsonProperty("passName")]
public string PassName
{
get { return passName; }
set { passName = value; }
}
///
/// 标示炉号(打印炉号)
///
[Description("标示炉号(打印炉号)")]
[JsonProperty("flagStoveNo")]
public string FlagStoveNo
{
get { return flagStoveNo; }
set { flagStoveNo = value; }
}
///
/// 检验编号
///
[Description("检验编号")]
[JsonProperty("checkNo")]
public string CheckNo
{
get { return checkNo; }
set { checkNo = value; }
}
}
}