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 { /// /// 数据库表PLN_ZY_JG所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-201412141732 时间:2016-06-30 /// public class CouWoIdPlan { /// /// 炉作业计划号 /// private string zyPlanId = ""; [Description("炉作业计划号")] public string ZyPlanId { get { return zyPlanId; } set { zyPlanId = value; } } /// /// 接箍工序订单编号 /// private string proPlanId = ""; [Description("接箍工序订单编号")] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// 判定炉号 /// private string judgeStoveNo = ""; [Description("判定炉号")] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 性能批号 /// private string batchNo = ""; [Description("性能批号")] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 接箍产线代码 /// private string plineCode = ""; [Description("接箍产线代码")] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 接箍产线描述 /// private string plineName = ""; [Description("接箍产线描述")] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 接箍备料码 /// private string codeJgBl = ""; public string CodeJgBl { get { return codeJgBl; } set { codeJgBl = value; } } /// /// 接箍料物料编码 /// private string blWlId = ""; public string BlWlId { get { return blWlId; } set { blWlId = value; } } /// /// 接箍料物料描述 /// private string blWlDesc = ""; [Description("接箍料物料描述")] public string BlWlDesc { get { return blWlDesc; } set { blWlDesc = value; } } /// /// 钢级(牌号)代码 /// private string steelcode = ""; public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级(牌号)名称 /// private string steelname = ""; [Description("钢级")] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 钢种代码 /// private string gradecode = ""; public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种名称 /// private string gradename = ""; [Description("钢种名称")] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 接箍码 /// private string codeJg = ""; [Description("接箍码")] public string CodeJg { get { return codeJg; } set { codeJg = value; } } /// /// 扣型代码 /// private string modelCode = ""; public string ModelCode { get { return modelCode; } set { modelCode = value; } } /// /// 接箍扣型描述 /// private string modelDesc = ""; [Description("接箍扣型描述")] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } /// /// 接箍规格代码 /// private string specJg = ""; public string SpecJg { get { return specJg; } set { specJg = value; } } /// /// 接箍规格描述 /// private string specJgDesc = ""; [Description("接箍规格描述")] public string SpecJgDesc { get { return specJgDesc; } set { specJgDesc = value; } } /// /// 中孔类别(I、II、III、IV...) /// private string styleJg = ""; [Description("中孔类别")] public string StyleJg { get { return styleJg; } set { styleJg = value; } } /// /// 监制要求 /// private string monitordemand = ""; public string Monitordemand { get { return monitordemand; } set { monitordemand = value; } } /// /// 是否接箍监制 /// private string ifMonitorJg = ""; [Description("是否接箍监制")] public string IfMonitorJg { get { return ifMonitorJg; } set { ifMonitorJg = value; } } /// /// 监制编号 /// private string prdcrNo = ""; public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 切管机床组号 /// private string cutMachGrpNo = ""; public string CutMachGrpNo { get { return cutMachGrpNo; } set { cutMachGrpNo = value; } } /// /// 切管机床组 /// private string cutMachGrpNm = ""; [Description("机床组")] public string CutMachGrpNm { get { return cutMachGrpNm; } set { cutMachGrpNm = value; } } /// /// 备注 /// private string memo = ""; [Description("备注")] public string Memo { get { return memo; } set { memo = value; } } /// /// 计划个数 /// private string planJgNum = ""; [Description("计划个数")] public string PlanJgNum { get { return planJgNum; } set { planJgNum = value; } } /// /// 测算个数 /// private string csJgNum = ""; [Description("测算个数")] public string CsJgNum { get { return csJgNum; } set { csJgNum = value; } } /// /// 需求个数 /// private string xqJgNum = ""; [Description("需求个数")] public string XqJgNum { get { return xqJgNum; } set { xqJgNum = value; } } /// /// 实际个数 /// private string instoreNum = ""; [Description("实际个数")] public string InstoreNum { get { return instoreNum; } set { instoreNum = value; } } /// /// 接箍料规格 /// private string jglDesc = ""; [Description("接箍料规格")] public string JglDesc { get { return jglDesc; } set { jglDesc = value; } } /// /// 工艺号 /// private string craftFileNo = ""; [Description("工艺号")] public string CraftFileNo { get { return craftFileNo; } set { craftFileNo = value; } } /// /// 工艺序号 /// private string craftSeq = ""; [Description("工艺号")] public string CraftSeq { get { return craftSeq; } set { craftSeq = value; } } /// /// 上料支 /// private string loadPieces = ""; public string LoadPieces { get { return loadPieces; } set { loadPieces = value; } } /// /// 上料吨 /// private string loadWeight = ""; public string LoadWeight { get { return loadWeight; } set { loadWeight = value; } } } }