using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.PlnSaleOrd.炉计划.Entity { public class ProducEntityZyM { /// /// 虚拟炉计划ID /// private string heatPlanNo; public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// 实体类JSON /// private string jsonStr; public string JsonStr { get { return jsonStr; } set { jsonStr = value; } } /// ///排产重量 /// private string planWgt; public string PlanWgt { get { return planWgt; } set { planWgt = value; } } /// /// 排产支数 /// private string planNum; public string PlanNum { get { return planNum; } set { planNum = value; } } /// /// 执行状态 /// private string exeStatus; public string ExeStatus { get { return exeStatus; } set { exeStatus = value; } } private string gxProSeq; /// /// 生产顺序 /// public string GxProSeq { get { return gxProSeq; } set { gxProSeq = value; } } /// /// 生产年月 /// private string proMonth = ""; public string ProMonth { get { return proMonth; } set { proMonth = value; } } /// /// 合同号 /// private string orderNo; /// /// 合同号 /// public string OrderNo { get { return orderNo; } set { orderNo = value; } } private string castingtype; /// /// 铸造类型(连铸、模铸) /// public string Castingtype { get { return castingtype; } set { castingtype = value; } } private string plineCode;// 产线代码 public string PlineCode { get { return plineCode; } set { plineCode = value; } } private string plineName;// 产线描述 public string PlineName { get { return plineName; } set { plineName = value; } } private string zyBatchId = ""; public string ZyBatchId { get { return zyBatchId; } set { zyBatchId = value; } } } }