using System.ComponentModel; using Core.Mes.Client.Comm.Attribute; using Newtonsoft.Json; namespace Core.StlMes.Client.Mcp.Control.Entity { /// /// 数据库表PLN_ZY_JGX_C所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/) /// 作者:tgcx-test 时间:2018-08-02 /// public class PlnZyJgxCEntity:PlnZyJgxMEntity { /// ///文件路径 /// private string filePath = ""; /// /// 炉计划ID /// private string heatPlanNo = ""; /// /// 上料行ID(炉计划ID+2位流水) /// private string heatPlanSqe = ""; /// /// 判定单号 /// private string jugdeApplyCode = ""; /// /// 生产批号 /// private string zyBatchId = ""; /// /// 冶炼炉号(电炉号) /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 批号 /// private string batchNo = ""; /// /// 组号 /// private string batchGroudNo = ""; /// /// 加工订单编号 /// private string proPlanId = ""; /// /// 加工工序排产序号 /// private string gxPlanNo = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 原料管外径 /// private decimal? outdiameterIn = null; /// /// 原料管壁厚 /// private decimal? wallthickIn = null; /// /// 分切数 /// private decimal? outnumCut = null; /// /// 原料管长度(前工序转移长度) /// private decimal? lengthIn = null; /// /// 原料管最大长度(前工序转移长度) /// private decimal? lengthmaxIn = null; /// /// 原料管最小长度(前工序转移长度) /// private decimal? lengthminIn = null; /// /// 排产支 /// private decimal? planIndoubleNum = null; /// /// 排产吨 /// private decimal? planIndoubleWt = null; /// /// 实际上料支 /// private decimal? realIndoubleNum = null; /// /// 实际上料吨 /// private decimal? realIndoubleWt = null; /// /// 实际产出支 /// private decimal? realOutdoubleNum = null; /// /// 实际产出吨 /// private decimal? realOutdoubleWt = null; /// /// 上料炉号 /// private string feedHeatNo = ""; /// /// 标示炉号(打印炉号) /// private string flagStoveNo = ""; /// /// 开始状态(00-上料开始,10-探伤开始,20-切管开始,30-车丝开始,40-螺纹检验开始,50拧接开始,60-通径开始,70-水压开始,80-倒凌开始,90-测量点开始,11-交库开始) /// private string perStatus = ""; /// /// 结炉状态(00-上料结束,10-探伤结束,20-切管结束,30-车丝结束,40-螺纹检验结束,50拧接结束,60-通径结束,70-水压结束,80-倒凌结束,90-测量点结束,11-交库结束) /// private string besideStatus = ""; /// /// ACT_COUNT /// private decimal? proCount = null; /// /// ACT_WEIGHT /// private decimal? proWeight = null; private string proDate = ""; private string currentStatus = ""; private string besideDate = ""; /// /// ACT_COUNT /// private decimal? operateCount = null; /// /// ACT_WEIGHT /// private decimal? operateWeight = null; /// /// 文件路径 /// [Description("文件路径")] [JsonProperty("filePath")] public string FilePath { get { return filePath; } set { filePath = value; } } private string filePath2 = ""; /// /// 理论尺码单 /// [Description("理论尺码单")] [JsonProperty("filePath2")] public string FilePath2 { get { return filePath2; } set { filePath2 = value; } } /// /// 炉计划ID /// [Description("炉计划ID")] [JsonProperty("heatPlanNo")] public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// 上料行ID(炉计划ID+2位流水) /// [Description("上料行ID")] [JsonProperty("heatPlanSqe")] public string HeatPlanSqe { get { return heatPlanSqe; } set { heatPlanSqe = value; } } /// /// 判定单号 /// [Description("判定单号")] [JsonProperty("jugdeApplyCode")] public string JugdeApplyCode { get { return jugdeApplyCode; } set { jugdeApplyCode = 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; } } /// /// 组号 /// [Description("组号")] [JsonProperty("batchGroudNo")] public string BatchGroudNo { get { return batchGroudNo; } set { batchGroudNo = 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("outdiameterIn")] public decimal? OutdiameterIn { get { return outdiameterIn; } set { outdiameterIn = value; } } /// /// 原料管壁厚 /// [Description("原料管壁厚")] [JsonProperty("wallthickIn")] public decimal? WallthickIn { get { return wallthickIn; } set { wallthickIn = value; } } /// /// 分切数 /// [Description("分切数")] [JsonProperty("outnumCut")] public decimal? OutnumCut { get { return outnumCut; } set { outnumCut = 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("planIndoubleNum")] public decimal? PlanIndoubleNum { get { return planIndoubleNum; } set { planIndoubleNum = value; } } /// /// 排产吨 /// [Description("排产吨")] [JsonProperty("planIndoubleWt")] public decimal? PlanIndoubleWt { get { return planIndoubleWt; } set { planIndoubleWt = value; } } /// /// 实际上料支 /// [Description("实际上料支")] [JsonProperty("realIndoubleNum")] public decimal? RealIndoubleNum { get { return realIndoubleNum; } set { realIndoubleNum = value; } } /// /// 实际上料吨 /// [Description("实际上料吨")] [JsonProperty("realIndoubleWt")] public decimal? RealIndoubleWt { get { return realIndoubleWt; } set { realIndoubleWt = value; } } /// /// 实际产出支 /// [Description("实际产出支")] [JsonProperty("realOutdoubleNum")] public decimal? RealOutdoubleNum { get { return realOutdoubleNum; } set { realOutdoubleNum = value; } } /// /// 实际产出吨 /// [Description("实际产出吨")] [JsonProperty("realOutdoubleWt")] public decimal? RealOutdoubleWt { get { return realOutdoubleWt; } set { realOutdoubleWt = value; } } /// /// 上料炉号 /// [Description("上料炉号")] [JsonProperty("feedHeatNo")] public string FeedHeatNo { get { return feedHeatNo; } set { feedHeatNo = value; } } /// /// 标示炉号(打印炉号) /// [Description("标示炉号")] [JsonProperty("flagStoveNo")] public string FlagStoveNo { get { return flagStoveNo; } set { flagStoveNo = value; } } /// /// 开始状态(00-上料开始,10-探伤开始,20-切管开始,30-车丝开始,40-螺纹检验开始,50拧接开始,60-通径开始,70-水压开始,80-倒凌开始,90-测量点开始,11-交库开始) /// [Description("开始状态")] [JsonProperty("perStatus")] public string PerStatus { get { return perStatus; } set { perStatus = value; } } /// /// 结炉状态(00-上料结束,10-探伤结束,20-切管结束,30-车丝结束,40-螺纹检验结束,50拧接结束,60-通径结束,70-水压结束,80-倒凌结束,90-测量点结束,11-交库结束) /// [Description("结炉状态")] [JsonProperty("besideStatus")] public string BesideStatus { get { return besideStatus; } set { besideStatus = value; } } /// /// ACT_COUNT /// private decimal? actCount = null; /// /// ACT_WEIGHT /// private decimal? actWeight = null; /// /// 实际产出支 /// [Description("库存支")] [Nullable(true)] [DataLength(10)] public decimal? ActCount { get { return actCount; } set { actCount = value; } } /// /// 实际产出吨 /// [Description("库存吨")] [Nullable(true)] [DataLength(10)] public decimal? ActWeight { get { return actWeight; } set { actWeight = value; } } /// /// 主合同号 /// [Description("合同号")] [Nullable(true)] [DataLength(20)] public string OrderNoSeq { get { return OrderNo + "/" + OrderSeq; } } /// /// 上料支 /// [Description("上料支")] [Nullable(true)] [DataLength(10)] public decimal? ProCount { get { return proCount; } set { proCount = value; } } /// /// 上料吨 /// [Description("上料吨")] [Nullable(true)] [DataLength(10)] public decimal? ProWeight { get { return proWeight; } set { proWeight = value; } } /// /// 测量时间 /// [Description("测量时间")] [Nullable(true)] [DataLength(10)] public string ProDate { get { return proDate; } set { proDate = value; } } /// /// 当前工序结炉状态 /// [Description("结炉状态")] [JsonProperty("besideStatus")] public string CurrentStatus { get { return currentStatus; } set { currentStatus = value; } } /// /// 当前工序结炉状态 /// [Description("结炉时间")] [JsonProperty("besideStatus")] public string BesideDate { get { return besideDate; } set { besideDate = value; } } /// /// 作业支 /// [Description("作业支")] [Nullable(true)] [DataLength(10)] public decimal? OperateCount { get { return operateCount; } set { operateCount = value; } } /// /// 作业吨 /// [Description("作业吨")] [Nullable(true)] [DataLength(10)] public decimal? OperateWeight { get { return operateWeight; } set { operateWeight = value; } } private decimal? measureCount = null; /// /// /// [Description("测量数据支")] [Nullable(true)] [DataLength(10)] public decimal? MeasureCount { get { return measureCount; } set { measureCount = value; } } private string status = ""; /// /// /// [Description("交货状态")] [Nullable(true)] [DataLength(10)] public string Status { get { return status; } set { status = value; } } private string lengthdisc = null; /// /// /// [Description("合同长度描述")] [Nullable(true)] [DataLength(10)] public string Lengthdisc { get { return lengthdisc; } set { lengthdisc = value; } } /// /// 收料来源 0- 生产部 1-中间库 /// private string matSource = ""; /// /// 收料来源 0- 生产部 1-中间库 /// [Description("收料来源")] [Nullable(true)] [DataLength(20)] public string MatSource { get { return matSource; } set { matSource = value; } } /// /// 收料来源 0- 生产部 1-中间库 /// private string producType = ""; /// /// 收料来源 0- 生产部 1-中间库 /// [Description("扣型类型")] [Nullable(true)] [DataLength(20)] public string ProducType { get { return producType; } set { producType = value; } } } }