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.zgmil.entity { /// /// 数据库表MIL_CONTROL_LOG所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-201412141732 时间:2016-04-21 /// public class MilControlLogEntity { /// /// 日志开始时间(‘YYYYMMDDhhmm’) /// private string logsBeg = ""; /// /// 日志结束时间(‘YYYYMMDDhhmm’) /// private string logsEnd = ""; /// /// 机组 /// private string plineCode = ""; /// /// 机组 /// private string plineName = ""; /// /// 熔炼炉号 /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 生产批号 /// private string lotNo = ""; /// /// 工序合同号 /// private string contractNo = ""; /// /// 执行工艺号 /// private string impProcess = ""; /// /// 监制 /// private string producer = ""; /// /// 用户 /// private string finishUser = ""; /// /// 目标库 /// private string targetLiabrary = ""; /// /// 品种 /// private string varieties = ""; /// /// 规格 /// private string pipeSize = ""; /// /// 扣型 /// private string buckleType = ""; /// /// 长度范围 /// private string lengthRange = ""; /// /// 轧管判定标准 /// private string rollStandrad = ""; /// /// 断面 /// private string pipeSection = ""; /// /// 钢级代码 /// private string steelcode = ""; /// /// 钢级名称 /// private string steelname = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 炼钢判定标准 /// private string steelStandrad = ""; /// /// 去向 /// private string target = ""; /// /// 生产班次 /// private string proBc = ""; /// /// 生产班组 /// private string proBz = ""; /// /// 生产支数 /// private string qualifiedNum = ""; /// /// 生产吨 /// private string qualifiedWt = ""; /// /// 废品支数 /// private string scrapNum = ""; /// /// 废品吨 /// private string scrapWt = ""; /// /// 生产分类(1正常、2停机) /// private string proType = ""; /// /// 停机分类 /// private string stopType = ""; /// /// 停机原因 /// private string stopReason = ""; /// /// 操作日期 /// private string userDate = ""; /// /// 操作人 /// private string userName = ""; /// ///操作人IDd /// private string userId = ""; private string stopSmall; private string controlId; private string confirmTime; private string memo; //生产日期 private string procDate = ""; /// /// 交接班状态(0.无交接班,1.交班,2.接班) /// private string changeShiftFlag = ""; /// /// 结炉状态(0.未结炉,1.结炉) /// private string nodeFlag = ""; /// /// 结算日期(年月) /// private string balYearMonth = ""; /// /// 责任部门 /// private string dept = ""; /// /// 修改人 /// private string updatename = ""; /// /// 修改时间 /// private string updatedate = ""; //轧管订单编号 private String proPlanId; public String ProPlanId { get { return proPlanId; } set { proPlanId = value; } } //工序排产序号 private String gxPlanNo; public String GxPlanNo { get { return gxPlanNo; } set { gxPlanNo = value; } } /// /// 结算日期(年月) /// [Description("结算日期(年月)")] [Nullable(true)] [DataLength(6)] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = value; } } /// /// 交接班状态(0.无交接班,1.交班,2.接班) /// [Description("交接班状态")] [Nullable(true)] [DataLength(1)] public string ChangeShiftFlag { get { return changeShiftFlag; } set { changeShiftFlag = value; } } /// /// 结炉状态(0.未结炉,1.结炉) /// [Description("结炉状态")] [Nullable(true)] [DataLength(1)] public string NodeFlag { get { return nodeFlag; } set { nodeFlag = value; } } /// ///生产日期 /// [Description("生产日期")] [Nullable(true)] [DataLength(10)] public string ProcDate { get { return procDate; } set { procDate = value; } } /// ///备注 /// [Description("备注")] [Nullable(true)] [DataLength(10)] public string Memo { get { return memo; } set { memo = value; } } /// ///确认时间 /// [Description("确认时间")] [Nullable(true)] [DataLength(10)] public string ConfirmTime { get { return confirmTime; } set { confirmTime = value; } } private string confirmName; /// ///确认人 /// [Description("确认人")] [Nullable(true)] [DataLength(10)] public string ConfirmName { get { return confirmName; } set { confirmName = value; } } private string confirmFlag; /// ///确认状态 /// [Description("确认状态")] [Nullable(true)] [DataLength(10)] public string ConfirmFlag { get { return confirmFlag; } set { confirmFlag = value; } } /// /// 停机分类 /// private string stopSmallm = ""; /// ///停机分类 /// [Description("停机小类")] [Nullable(true)] [DataLength(10)] public string StopSmallm { get { return stopSmallm; } set { stopSmallm = value; } } /// /// 停机原因 /// private string stopReasonm = ""; /// ///停机原因 /// /// [Description("停机原因")] [Nullable(true)] [DataLength(10)] public string StopReasonm { get { return stopReasonm; } set { stopReasonm = value; } } /// ///主键 /// /// [Description("主键")] [Nullable(true)] [DataLength(10)] public string ControlId { get { return controlId; } set { controlId = value; } } /// /// 停机小类 /// [Description("停机小类")] [Nullable(true)] [DataLength(10)] public string StopSmall { get { return stopSmall; } set { stopSmall = value; } } /// /// 日志开始时间(‘YYYYMMDDhhmm’) /// [Description("开始时间")] [Nullable(true)] [DataLength(12)] public string LogsBeg { get { return logsBeg; } set { logsBeg = value; } } /// /// 日志结束时间(‘YYYYMMDDhhmm’) /// [Description("结束时间")] [Nullable(true)] [DataLength(12)] public string LogsEnd { get { return logsEnd; } set { logsEnd = value; } } /// /// 机组 /// [Description("机组")] [Nullable(true)] [DataLength(10)] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 机组 /// [Description("机组")] [Nullable(true)] [DataLength(10)] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 熔炼炉号 /// [Description("熔炼炉号")] [Nullable(true)] [DataLength(20)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(20)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 生产批号 /// [Description("生产批号 ")] [Nullable(true)] [DataLength(20)] public string LotNo { get { return lotNo; } set { lotNo = value; } } /// /// 工序合同号 /// [Description("工序合同号")] [Nullable(true)] [DataLength(20)] public string ContractNo { get { return contractNo; } set { contractNo = value; } } /// /// 执行工艺号 /// [Description("执行工艺号")] [Nullable(true)] [DataLength(20)] public string ImpProcess { get { return impProcess; } set { impProcess = value; } } /// /// 监制 /// [Description("监制")] [Nullable(true)] [DataLength(20)] public string Producer { get { return producer; } set { producer = value; } } /// /// 用户 /// [Description("用户")] [Nullable(true)] [DataLength(200)] public string FinishUser { get { return finishUser; } set { finishUser = value; } } /// /// 目标库 /// [Description("目标库")] [Nullable(true)] [DataLength(20)] public string TargetLiabrary { get { return targetLiabrary; } set { targetLiabrary = value; } } /// /// 品种 /// [Description("品种")] [Nullable(true)] [DataLength(20)] public string Varieties { get { return varieties; } set { varieties = value; } } /// /// 规格 /// [Description("规格")] [Nullable(true)] [DataLength(20)] public string PipeSize { get { return pipeSize; } set { pipeSize = value; } } /// /// 扣型 /// [Description("扣型")] [Nullable(true)] [DataLength(20)] public string BuckleType { get { return buckleType; } set { buckleType = value; } } /// /// 长度范围 /// [Description("长度范围")] [Nullable(true)] [DataLength(20)] public string LengthRange { get { return lengthRange; } set { lengthRange = value; } } /// /// 轧管判定标准 /// [Description("轧管判定标准")] [Nullable(true)] [DataLength(20)] public string RollStandrad { get { return rollStandrad; } set { rollStandrad = value; } } /// /// 断面 /// [Description("断面")] [Nullable(true)] [DataLength(8)] public string PipeSection { get { return pipeSection; } set { pipeSection = value; } } /// /// 钢级代码 /// [Description("钢级代码")] [Nullable(true)] [DataLength(20)] public string Steelcode { get { return steelcode; } set { steelcode = value; } } /// /// 钢级名称 /// [Description("钢级")] [Nullable(true)] [DataLength(20)] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 钢种代码 /// [Description("钢种")] [Nullable(true)] [DataLength(20)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 钢种名称 /// [Description("钢种")] [Nullable(true)] [DataLength(20)] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 炼钢判定标准 /// [Description("炼钢判定标准")] [Nullable(true)] [DataLength(20)] public string SteelStandrad { get { return steelStandrad; } set { steelStandrad = value; } } /// /// 去向 /// [Description("去向")] [Nullable(true)] [DataLength(20)] public string Target { get { return target; } set { target = value; } } /// /// 生产班次 /// [Description("生产班次")] [Nullable(true)] [DataLength(1)] public string ProBc { get { return proBc; } set { proBc = value; } } /// /// 生产班组 /// [Description("生产班组")] [Nullable(true)] [DataLength(1)] public string ProBz { get { return proBz; } set { proBz = value; } } /// /// 生产支数 /// [Description("生产支数")] [Nullable(true)] [DataLength(6)] public string QualifiedNum { get { return qualifiedNum; } set { qualifiedNum = value; } } /// /// 生产吨 /// [Description("生产吨")] [Nullable(true)] [DataLength(10)] public string QualifiedWt { get { return qualifiedWt; } set { qualifiedWt = value; } } /// /// 废品支数 /// [Description("废品支数")] [Nullable(true)] [DataLength(6)] public string ScrapNum { get { return scrapNum; } set { scrapNum = value; } } /// /// 废品吨 /// [Description("废品吨")] [Nullable(true)] [DataLength(10)] public string ScrapWt { get { return scrapWt; } set { scrapWt = value; } } /// /// 生产分类(1正常、2停机) /// [Description("生产分类")] [Nullable(true)] [DataLength(1)] public string ProType { get { return proType; } set { proType = value; } } /// /// 停机分类 /// [Description("停机大类")] [Nullable(true)] [DataLength(10)] public string StopType { get { return stopType; } set { stopType = value; } } /// /// 停机原因 /// [Description("停机原因")] [Nullable(true)] [DataLength(100)] public string StopReason { get { return stopReason; } set { stopReason = value; } } /// /// 操作日期 /// [Description("操作日期")] [Nullable(true)] public string UserDate { get { return userDate; } set { userDate = value; } } /// /// 操作人 /// [Description("操作人")] [Nullable(true)] [DataLength(20)] public string UserName { get { return userName; } set { userName = value; } } /// /// 操作人IDd /// [Description("操作人IDd")] [Nullable(false)] [DataLength(40)] public string UserId { get { return userId; } set { userId = value; } } private double? sj ; /// /// 耗时 /// [Description("耗时")] [Nullable(true)] [DataLength(12)] public double? Sj { get { return sj; } set { sj = value; } } /// /// 责任部门 /// [Description("责任部门")] [Nullable(true)] [DataLength(20)] public string Dept { get { return dept; } set { dept = value; } } /// /// 修改人 /// [Description("修改人")] [Nullable(true)] [DataLength(20)] public string Updatename { get { return updatename; } set { updatename = value; } } /// /// 修改时间 /// [Description("修改时间")] [Nullable(true)] [DataLength(12)] public string Updatedate { get { return updatedate; } set { updatedate = value; } } } }