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_JG_M所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20180117CCCC 时间:2018-06-02 /// public class PlnZyJgReadyEntity { /// /// 炉计划ID /// private string heatPlanNo = ""; /// /// 接箍工序订单编号 /// private string proPlanId = ""; /// /// 属性分组号 /// private string jgGroupId = ""; /// /// 工序排产序号 /// private string gxPlanNo = ""; /// /// 炉号 /// private string judgeStoveNo = ""; /// /// 接箍产线代码 /// private string plineCode = ""; /// /// 接箍产线描述 /// private string plineName = ""; /// /// 接箍备料码 /// private string codeJgBl = ""; /// /// 接箍料物料编码 /// private string blWlId = ""; /// /// 接箍料物料描述 /// private string blWlDesc = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 接箍料外径(mm) /// private decimal? minD = null; /// /// 接箍料壁厚(mm) /// private decimal? minH = null; /// /// 接箍料目标长度 /// private decimal? aimlengthBl = null; /// /// 目标切管长 /// private decimal? aimCutLen = null; /// /// 接箍坯料长度min /// private string lengthMin = ""; /// /// 接箍坯料长度max /// private string lengthMax = ""; /// /// 接箍坯料锥度 /// private string taper = ""; /// /// 接箍码 /// private string codeJg = ""; /// /// 扣型代码 /// private string modelCode = ""; /// /// 接箍扣型描述 /// private string modelDesc = ""; /// /// 接箍外径 /// private decimal? outdiameter = null; /// /// 接箍壁厚 /// private decimal? wallthick = null; /// /// 接箍规格代码 /// private string specJg = ""; /// /// 接箍规格描述 /// private string specJgDesc = ""; /// /// 中孔类别(I、II、III、IV...) /// private string styleJg = ""; /// /// 中孔内径 /// private decimal? diameter = null; /// /// 测量J值 /// private decimal? checkJVal = null; /// /// 接箍长度 /// private decimal? aimlength = null; /// /// 接箍单重 /// private decimal? singleweight = null; /// /// 涂层类型(镀铜、磷化) /// private string coatType = ""; /// /// 计划接箍个数 /// private decimal? planJgNum = null; /// /// 计划接箍料支数 /// private decimal? planBlNum = null; /// /// 计划接箍料重量 /// private decimal? planBlWt = null; /// /// 监制要求 /// private string monitordemand = ""; /// /// 是否监制 /// private string ifMonitorJg = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 切管机床组号 /// private string cutMachGrpNo = ""; /// /// 切管机床组 /// private string cutMachGrpNm = ""; /// /// 压印喷标要求(4项之一) /// private string demandCopper = ""; /// /// 车丝机床组号 /// private string latheGrpNo = ""; /// /// 车丝机床组 /// private string latheGrpNm = ""; /// /// 探伤要求(4项之一,408401) /// private string demandDetection = ""; /// /// 喷砂要求(4项之一) /// private string demandBlast = ""; /// /// 磷化镀铜要求(4项之一,408402) /// private string demandBonderizing = ""; /// /// 计划状态(0计划,1下发,2生产中,3生产完成) /// private string planstatus = ""; /// /// 备注 /// private string memo = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 下发人 /// private string updateName = ""; /// /// 下发时间 /// private string updateTime = ""; /// /// 客户Alpha编号 /// private string custAlphaNo = ""; /// /// 产品特殊要求描述 /// private string orderSpecialDesc = ""; /// /// 用途代码 /// private string alphaCode = ""; /// /// 工艺文件号 /// private string craftFileNo = ""; /// /// 工艺序号 /// private decimal? craftSeq = null; /// /// 主交货编码PK /// private string ordLnDlyPk = ""; /// /// 单支可切个数 /// private decimal? singleCutNun = null; /// /// 是否利库 /// private string ifMatchOdd = ""; /// /// 是否已做正式炉计划(区分虚拟炉计划OR实际炉计划) /// private string ifDoHeatPlan = ""; /// /// 产出物料编码 /// private string outwlId = ""; /// /// 产出物料描述 /// private string outwlDesc = ""; /// /// 冶炼炉号(电炉炉号) /// private string stoveNo = ""; /// /// 标示炉号(打印炉号) /// private string flagStoveNo = ""; /// /// 产线内炉计划顺序号 /// private decimal? gxProSeq = null; /// /// 作业日期(年月日) /// private string proDay = ""; /// /// 结算日期(年月) /// private string balYearMonth = ""; /// /// 生产标准 /// private string prodStandard = ""; /// /// 输出标准 /// private string outputStandard = ""; /// /// 上工序炉计划ID /// private string upperHeatplanId = ""; private string feedHeatNo = ""; /// /// 上料炉号 /// [Description("上料炉号")] [Nullable(true)] [DataLength(20)] public string FeedHeatNo { get { return feedHeatNo; } set { feedHeatNo = value; } } /// /// 接箍工序订单编号 /// [Description("炉计划ID")] [Nullable(true)] [DataLength(20)] public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// 接箍工序订单编号 /// [Description("订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// 属性分组号 /// [Description("属性分组号")] [Nullable(true)] [DataLength(10)] public string JgGroupId { get { return jgGroupId; } set { jgGroupId = value; } } /// /// 工序排产序号 /// [Description("排产序号")] [Nullable(true)] [DataLength(10)] public string GxPlanNo { get { return gxPlanNo; } set { gxPlanNo = value; } } /// /// 炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(6)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = 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(20)] public string CodeJgBl { get { return codeJgBl; } set { codeJgBl = value; } } /// /// 接箍料物料编码 /// [Description("投入物料编码")] [Nullable(true)] [DataLength(40)] public string BlWlId { get { return blWlId; } set { blWlId = value; } } /// /// 接箍料物料描述 /// [Description("投入物料")] [Nullable(true)] [DataLength(40)] public string BlWlDesc { get { return blWlDesc; } set { blWlDesc = 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(10)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种名称 /// [Description("钢种")] [Nullable(true)] [DataLength(100)] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 接箍料外径(mm) /// [Description("外径(mm)")] [Nullable(true)] [DataLength(6)] public decimal? MinD { get { return minD; } set { minD = value; } } /// /// 接箍料壁厚(mm) /// [Description("壁厚(mm)")] [Nullable(true)] [DataLength(6)] public decimal? MinH { get { return minH; } set { minH = value; } } /// /// 接箍料目标长度 /// [Description("目标长度")] [Nullable(true)] [DataLength(10)] public decimal? AimlengthBl { get { return aimlengthBl; } set { aimlengthBl = value; } } /// /// 目标切管长 /// [Description("目标切管长")] [Nullable(true)] [DataLength(10)] public decimal? AimCutLen { get { return aimCutLen; } set { aimCutLen = value; } } /// /// 接箍坯料长度min /// [Description("长度min")] [Nullable(true)] [DataLength(10)] public string LengthMin { get { return lengthMin; } set { lengthMin = value; } } /// /// 接箍坯料长度max /// [Description("长度max")] [Nullable(true)] [DataLength(10)] public string LengthMax { get { return lengthMax; } set { lengthMax = value; } } /// /// 接箍坯料锥度 /// [Description("接箍坯料锥度")] [Nullable(true)] [DataLength(10)] public string Taper { get { return taper; } set { taper = value; } } /// /// 接箍码 /// [Description("接箍码")] [Nullable(true)] [DataLength(7)] public string CodeJg { get { return codeJg; } set { codeJg = 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? 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(20)] public string SpecJg { get { return specJg; } set { specJg = value; } } /// /// 接箍规格描述 /// [Description("规格")] [Nullable(true)] [DataLength(100)] public string SpecJgDesc { get { return specJgDesc; } set { specJgDesc = value; } } /// /// 中孔类别(I、II、III、IV...) /// [Description("中孔类别")] [Nullable(true)] [DataLength(8)] public string StyleJg { get { return styleJg; } set { styleJg = value; } } /// /// 中孔内径 /// [Description("中孔内径")] [Nullable(true)] [DataLength(6)] public decimal? Diameter { get { return diameter; } set { diameter = value; } } /// /// 测量J值 /// [Description("测量J值")] [Nullable(true)] [DataLength(6)] public decimal? CheckJVal { get { return checkJVal; } set { checkJVal = value; } } /// /// 接箍长度 /// [Description("接箍长度(mm)")] [Nullable(true)] [DataLength(10)] public decimal? Aimlength { get { return aimlength; } set { aimlength = value; } } /// /// 接箍单重 /// [Description("接箍单重(kg)")] [Nullable(true)] [DataLength(10)] public decimal? Singleweight { get { return singleweight; } set { singleweight = value; } } /// /// 涂层类型(镀铜、磷化) /// [Description("涂层类型")] [Nullable(true)] [DataLength(10)] public string CoatType { get { return coatType; } set { coatType = value; } } /// /// 计划接箍个数 /// [Description("计划个")] [Nullable(true)] [DataLength(10)] public decimal? PlanJgNum { get { return planJgNum; } set { planJgNum = value; } } /// /// 计划接箍料支数 /// [Description("计划支")] [Nullable(true)] [DataLength(10)] public decimal? PlanBlNum { get { return planBlNum; } set { planBlNum = value; } } /// /// 计划接箍料重量 /// [Description("计划吨")] [Nullable(true)] [DataLength(10)] public decimal? PlanBlWt { get { return planBlWt; } set { planBlWt = value; } } /// /// 监制要求 /// [Description("监制要求")] [Nullable(true)] [DataLength(200)] public string Monitordemand { get { return monitordemand; } set { monitordemand = value; } } /// /// 是否监制 /// [Description("是否监制")] [Nullable(true)] [DataLength(1)] public string IfMonitorJg { get { return ifMonitorJg; } set { ifMonitorJg = value; } } /// /// 监制编号 /// [Description("监制编号")] [Nullable(true)] [DataLength(40)] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 切管机床组号 /// [Description("切管机床组号")] [Nullable(true)] [DataLength(100)] public string CutMachGrpNo { get { return cutMachGrpNo; } set { cutMachGrpNo = value; } } /// /// 切管机床组 /// [Description("切管机床组")] [Nullable(true)] [DataLength(100)] public string CutMachGrpNm { get { return cutMachGrpNm; } set { cutMachGrpNm = value; } } /// /// 压印喷标要求(4项之一) /// [Description("压印喷标要求")] [Nullable(true)] [DataLength(400)] public string DemandCopper { get { return demandCopper; } set { demandCopper = value; } } /// /// 车丝机床组号 /// [Description("车丝机床组号")] [Nullable(true)] [DataLength(100)] public string LatheGrpNo { get { return latheGrpNo; } set { latheGrpNo = value; } } /// /// 车丝机床组 /// [Description("车丝机床组")] [Nullable(true)] [DataLength(100)] public string LatheGrpNm { get { return latheGrpNm; } set { latheGrpNm = value; } } /// /// 探伤要求(4项之一,408401) /// [Description("探伤要求")] [Nullable(true)] [DataLength(200)] public string DemandDetection { get { return demandDetection; } set { demandDetection = value; } } /// /// 喷砂要求(4项之一) /// [Description("喷砂要求")] [Nullable(true)] [DataLength(200)] public string DemandBlast { get { return demandBlast; } set { demandBlast = value; } } /// /// 磷化镀铜要求(4项之一,408402) /// [Description("磷化镀铜要求")] [Nullable(true)] [DataLength(200)] public string DemandBonderizing { get { return demandBonderizing; } set { demandBonderizing = value; } } /// /// 计划状态(0计划,1下发,2生产中,3生产完成) /// [Description("计划状态")] [Nullable(true)] [DataLength(10)] public string Planstatus { get { return planstatus; } set { planstatus = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(200)] public string Memo { get { return memo; } set { memo = 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; } } /// /// 客户Alpha编号 /// [Description("客户Alpha编号")] [Nullable(true)] [DataLength(20)] public string CustAlphaNo { get { return custAlphaNo; } set { custAlphaNo = value; } } /// /// 产品特殊要求描述 /// [Description("产品特殊要求")] [Nullable(true)] [DataLength(4000)] public string OrderSpecialDesc { get { return orderSpecialDesc; } set { orderSpecialDesc = value; } } /// /// 用途代码 /// [Description("用途代码")] [Nullable(true)] [DataLength(20)] public string AlphaCode { get { return alphaCode; } set { alphaCode = value; } } /// /// 工艺文件号 /// [Description("工艺文件号")] [Nullable(true)] [DataLength(32)] public string CraftFileNo { get { return craftFileNo; } set { craftFileNo = value; } } /// /// 工艺序号 /// [Description("工艺序号")] [Nullable(true)] [DataLength(5)] public decimal? CraftSeq { get { return craftSeq; } set { craftSeq = value; } } /// /// 主交货编码PK /// [Description("主交货编码PK")] [Nullable(true)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 单支可切个数 /// [Description("单支可切个数")] [Nullable(true)] [DataLength(10)] public decimal? SingleCutNun { get { return singleCutNun; } set { singleCutNun = value; } } /// /// 是否利库 /// [Description("是否利库")] [Nullable(true)] [DataLength(1)] public string IfMatchOdd { get { return ifMatchOdd; } set { ifMatchOdd = value; } } /// /// 是否已做正式炉计划(区分虚拟炉计划OR实际炉计划) /// [Description("是否存实际炉计划")] [Nullable(true)] [DataLength(1)] public string IfDoHeatPlan { get { return ifDoHeatPlan; } set { ifDoHeatPlan = 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(20)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 标示炉号(打印炉号) /// [Description("标示炉号")] [Nullable(true)] [DataLength(20)] public string FlagStoveNo { get { return flagStoveNo; } set { flagStoveNo = value; } } /// /// 产线内炉计划顺序号 /// [Description("顺序号")] [Nullable(true)] [DataLength(20)] public decimal? GxProSeq { get { return gxProSeq; } set { gxProSeq = 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(500)] public string ProdStandard { get { return prodStandard; } set { prodStandard = value; } } /// /// 输出标准 /// [Description("输出标准")] [Nullable(true)] [DataLength(500)] public string OutputStandard { get { return outputStandard; } set { outputStandard = value; } } /// /// 上工序炉计划ID /// [Description("上工序炉计划ID")] [Nullable(true)] [DataLength(20)] public string UpperHeatplanId { get { return upperHeatplanId; } set { upperHeatplanId = value; } } /// /// 批号 /// private string batchNo = ""; /// /// 组号 /// private string batchGroudNo = ""; /// /// 批号 /// [Description("批号")] [Nullable(true)] [DataLength(8)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 组号 /// [Description("组号")] [Nullable(true)] [DataLength(3)] public string BatchGroudNo { get { return batchGroudNo; } set { batchGroudNo = value; } } /// /// 上料行ID(炉计划ID+2位流水) /// private string heatPlanSqe = ""; /// /// 判定单号 /// private string jugdeApplyCode = ""; /// /// 产出个数 /// private decimal? outJgNum = null; /// /// 实际支数 /// private decimal? useBlNum = null; /// /// 实际重量 /// private decimal? useBlWt = null; /// /// 上料行ID(炉计划ID+2位流水) /// [Description("上料行ID")] [Nullable(false)] [DataLength(20)] public string HeatPlanSqe { get { return heatPlanSqe; } set { heatPlanSqe = value; } } /// /// 判定单号 /// [Description("判定单号")] [Nullable(true)] [DataLength(30)] public string JugdeApplyCode { get { return jugdeApplyCode; } set { jugdeApplyCode = value; } } /// /// 产出个数 /// [Description("接箍产出个数")] [Nullable(true)] [DataLength(10)] public decimal? OutJgNum { get { return outJgNum; } set { outJgNum = value; } } /// /// 实际支数 /// [Description("实际支")] [Nullable(true)] [DataLength(10)] public decimal? UseBlNum { get { return useBlNum; } set { useBlNum = value; } } /// /// 实际重量 /// [Description("实际吨")] [Nullable(true)] [DataLength(10)] public decimal? UseBlWt { get { return useBlWt; } set { useBlWt = value; } } private decimal? realIndoubleNum = null; [Description("上料支")] public decimal? RealIndoubleNum { get { return realIndoubleNum; } set { realIndoubleNum = value; } } private decimal? realIndoubleWt = null; [Description("上料吨")] public decimal? RealIndoubleWt { get { return realIndoubleWt; } set { realIndoubleWt = value; } } private decimal? realOutdoubleNum = null; [Description("生产完成支")] public decimal? RealOutdoubleNum { get { return realOutdoubleNum; } set { realOutdoubleNum = value; } } private decimal? realOutdoubleWt = null; [Description("生产完成吨")] public decimal? RealOutdoubleWt { get { return realOutdoubleWt; } set { realOutdoubleWt = value; } } private string planstatusGx = ""; [Description("上工序状态")] public string PlanstatusGx { get { return planstatusGx; } set { planstatusGx = value; } } private string upperProcessCode = ""; [Description("上工序代码")] public string UpperProcessCode { get { return upperProcessCode; } set { upperProcessCode = value; } } /// /// 标准代码 /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述(I、II、III) /// private string stdStyleDesc = ""; /// /// 接箍品种代码 /// private string produccodeJg = ""; /// /// 接箍品种描述 /// private string produccodeJgDesc = ""; /// /// 标准代码 /// [Description("标准代码")] [Nullable(true)] [DataLength(20)] public string StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准名称")] [Nullable(true)] [DataLength(200)] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 标准类别代码 /// [Description("标准类别代码")] [Nullable(true)] [DataLength(10)] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 标准类别描述(I、II、III) /// [Description("标准类别")] [Nullable(true)] [DataLength(10)] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } /// /// 接箍品种代码 /// [Description("接箍品种代码")] [Nullable(true)] [DataLength(20)] public string ProduccodeJg { get { return produccodeJg; } set { produccodeJg = value; } } /// /// 接箍品种描述 /// [Description("品种")] [Nullable(true)] [DataLength(100)] public string ProduccodeJgDesc { get { return produccodeJgDesc; } set { produccodeJgDesc = value; } } private string exeStatus = ""; [Description("成品合同状态")] public string ExeStatus { get { return exeStatus; } set { exeStatus = value; } } private string wasteRate = ""; [Description("接箍万只废品支")] public string WasteRate { get { return wasteRate; } set { wasteRate = value; } } private string exeStatusDd = ""; [Description("7+1订单状态")] public string ExeStatusDd { get { return exeStatusDd; } set { exeStatusDd = value; } } private string numJgl = ""; [Description("接箍料实际库存")] public string NumJgl { get { return numJgl; } set { numJgl = value; } } private string zyBillStatus = ""; [Description("工单状态")] public string ZyBillStatus { get { return zyBillStatus; } set { zyBillStatus = value; } } } }