using System; using System.Collections.Generic; using System.ComponentModel; using Core.Mes.Client.Comm.Attribute; namespace Core.StlMes.Client.LgClassModel { /// /// 数据库表STL_EAF_OPTINFO所对应的实体类(生成工具:代码生成工具3.0) /// 作者:zhou 时间:2017-09-09 /// [Serializable] public class StlEafOptinfoEntity { /// /// 加热处理号 /// private string heatprocessno = ""; /// /// 熔炼号 /// private string stoveNo = ""; /// /// 岗位编号 /// private string stationcode = ""; /// /// 处理次数 /// private string disposaltime = ""; /// /// 计划钢种 /// private string gradecode = ""; /// /// 工单号 /// private string woid = ""; /// /// 操作时间 /// private DateTime? optdate ; /// /// 班次班别 /// private string shiftcode = ""; /// /// 兑铁铁包号 /// private string ironpotid = ""; /// /// 铁水来源(记录铁水来源工序的主键) /// private string molirnsource = ""; /// /// 装入铁水量 /// private decimal? ironpotwgt = null; /// /// 装入生铁量 /// private decimal? pigironwgt = null; /// /// DRI /// private decimal? scrapwgt = null; /// /// 处理开始时刻 /// private DateTime? reposebegintime ; /// /// 处理结束时刻 /// private DateTime? reposeendtime ; /// /// 处理时间(秒) /// private decimal? reposetime = null; /// /// 氧气流量 /// private decimal? o2flux = null; /// /// 氧气压力 /// private decimal? o2press = null; /// /// 供氧耗量 /// private decimal? o2consume = null; /// /// 天然气耗量 /// private decimal? gassume = null; /// /// 电耗 /// private decimal? eleconsume = null; /// /// 一次料时间 /// private string onematerialdate = ""; /// /// 一次料送电开始时间 /// private string onesendpowerstartdate = ""; /// /// 一次料送电结束时间 /// private string onesendpowerstartenddate = ""; /// /// 一次料送电时间 /// private decimal? onesendpowerdate = null; /// /// 二次料时间 /// private string twomaterialdate = ""; /// /// 二次料送电开始时间 /// private string twosendpowerstartdate = ""; /// /// 二次料送电结束时间 /// private string twosendpowerstartenddate = ""; /// /// 二次料送电时间 /// private decimal? twosendpowerdate = null; /// /// 三次料时间 /// private string threematerialdate = ""; /// /// 三次料送电开始时间 /// private string threesendpowerstartdate = ""; /// /// 三次料送电结束时间 /// private string threesendpowerstartenddate = ""; /// /// 三次料送电时间 /// private decimal? threesendpowerdate = null; /// /// 出钢开始时刻 /// private string tappingstarttime = ""; /// /// 出钢结束时刻 /// private string tappingendtime = ""; /// /// 出钢时间 /// private decimal? tappingtime = null; /// /// 送电次数 /// private decimal? seletimes = null; /// /// 钢水温度T℃ /// private decimal? molstltemperature = null; /// /// 终点温度T℃ /// private decimal? terminustept = null; /// /// 炉龄 /// private decimal? sage = null; /// /// 大包包号 /// private string potno = ""; /// /// 大包包龄 /// private decimal? potage = null; /// /// 大包灌级 /// private string potdistinction = ""; /// /// 大包包况 /// private string potwrapstate = ""; /// /// 出钢重量 /// private decimal? tappingwgt = null; /// /// 出口钢次 /// private decimal? emolstltime = null; /// /// 操作人员 /// private string optpersonnel = ""; /// /// 上次刷新时间 /// private string updatetime = ""; /// /// 备注 /// private string remark = ""; /// /// 加料开始时间 /// private string changestarttime = ""; /// /// 加料结束时间 /// private string changeendtime = ""; /// /// 处理开始时间 /// private string openoxygentime = ""; /// /// 处理结束时间 /// private string stopoxygentime = ""; /// /// 铁水来源 /// private string molirntype = ""; /// /// 氩气耗量 /// private decimal? topn2consume = null; /// /// 生产记事 /// private string memo = ""; /// /// 料栏号1 /// private string basketetno1 = ""; /// /// 料栏号1装入量 /// private decimal? basketetno1wgt = null; /// /// 料栏号2 /// private string basketetno2 = ""; /// /// 料栏号2装入量 /// private decimal? basketetno2wgt = null; /// /// 料栏号3 /// private string basketetno3 = ""; /// /// 料栏号3装入量 /// private decimal? basketetno3wgt = null; /// /// 总装入量 /// private decimal? totalwgt = null; /// /// 电字 /// private decimal? eleconnumber = null; /// /// 加热处理号 /// [Description("加热处理号")] [Nullable(false)] [DataLength(20)] public string Heatprocessno { get { return heatprocessno; } set { heatprocessno = value; } } /// /// 熔炼号 /// [Description("熔炼号")] [Nullable(false)] [DataLength(10)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 岗位编号 /// [Description("岗位编号")] [Nullable(false)] [DataLength(5)] public string Stationcode { get { return stationcode; } set { stationcode = value; } } /// /// 处理次数 /// [Description("处理次数")] [Nullable(false)] [DataLength(2)] public string Disposaltime { get { return disposaltime; } set { disposaltime = value; } } /// /// 计划钢种 /// [Description("计划钢种 ")] [Nullable(true)] [DataLength(20)] public string Gradecode { get { return gradecode; } set { gradecode = value; } } /// /// 工单号 /// [Description("工单号")] [Nullable(true)] [DataLength(16)] public string Woid { get { return woid; } set { woid = value; } } /// /// 操作时间 /// [Description("操作时间")] [Nullable(true)] public DateTime? Optdate { get { return optdate; } set { optdate = value; } } /// /// 班次班别 /// [Description("班次班别")] [Nullable(true)] [DataLength(2)] public string Shiftcode { get { return shiftcode; } set { shiftcode = value; } } /// /// 兑铁铁包号 /// [Description("兑铁铁包号")] [Nullable(true)] [DataLength(6)] public string Ironpotid { get { return ironpotid; } set { ironpotid = value; } } /// /// 铁水来源(记录铁水来源工序的主键) /// [Description("铁水来源(记录铁水来源工序的主键)")] [Nullable(true)] [DataLength(10)] public string Molirnsource { get { return molirnsource; } set { molirnsource = value; } } /// /// 装入铁水量 /// [Description("铁水")] [Nullable(true)] [DataLength(22)] public decimal? Ironpotwgt { get { return ironpotwgt; } set { ironpotwgt = value; } } /// /// 装入生铁量 /// [Description("生铁")] [Nullable(true)] [DataLength(22)] public decimal? Pigironwgt { get { return pigironwgt; } set { pigironwgt = value; } } /// /// DRI /// [Description("DRI")] [Nullable(true)] [DataLength(22)] public decimal? Scrapwgt { get { return scrapwgt; } set { scrapwgt = value; } } /// /// 处理开始时刻 /// [Description("处理开始")] [Nullable(true)] public DateTime? Reposebegintime { get { return reposebegintime; } set { reposebegintime = value; } } /// /// 处理结束时刻 /// [Description("处理结束")] [Nullable(true)] public DateTime? Reposeendtime { get { return reposeendtime; } set { reposeendtime = value; } } /// /// 处理时间(秒) /// [Description("处理时间")] [Nullable(true)] [DataLength(22)] public decimal? Reposetime { get { return reposetime; } set { reposetime = value; } } /// /// 氧气流量 /// [Description("氧气流量")] [Nullable(true)] [DataLength(22)] public decimal? O2flux { get { return o2flux; } set { o2flux = value; } } /// /// 氧气压力 /// [Description("氧气压力")] [Nullable(true)] [DataLength(22)] public decimal? O2press { get { return o2press; } set { o2press = value; } } /// /// 供氧耗量 /// [Description("供氧耗量")] [Nullable(true)] [DataLength(22)] public decimal? O2consume { get { return o2consume; } set { o2consume = value; } } /// /// 天然气耗量 /// [Description("天然气耗量")] [Nullable(true)] [DataLength(22)] public decimal? Gassume { get { return gassume; } set { gassume = value; } } /// /// 电耗 /// [Description("电耗")] [Nullable(true)] [DataLength(22)] public decimal? Eleconsume { get { return eleconsume; } set { eleconsume = value; } } /// /// 一次料时间 /// [Description("一次料时间")] [Nullable(true)] public string Onematerialdate { get { return onematerialdate; } set { onematerialdate = value; } } /// /// 一次料送电开始时间 /// [Description("一次料送电开始时间")] [Nullable(true)] public string Onesendpowerstartdate { get { return onesendpowerstartdate; } set { onesendpowerstartdate = value; } } /// /// 一次料送电结束时间 /// [Description("一次料送电结束时间")] [Nullable(true)] public string Onesendpowerstartenddate { get { return onesendpowerstartenddate; } set { onesendpowerstartenddate = value; } } /// /// 一次料送电时间 /// [Description("一次料送电时间")] [Nullable(true)] [DataLength(22)] public decimal? Onesendpowerdate { get { return onesendpowerdate; } set { onesendpowerdate = value; } } /// /// 二次料时间 /// [Description("二次料时间")] [Nullable(true)] public string Twomaterialdate { get { return twomaterialdate; } set { twomaterialdate = value; } } /// /// 二次料送电开始时间 /// [Description("二次料送电开始时间")] [Nullable(true)] public string Twosendpowerstartdate { get { return twosendpowerstartdate; } set { twosendpowerstartdate = value; } } /// /// 二次料送电结束时间 /// [Description("二次料送电结束时间")] [Nullable(true)] public string Twosendpowerstartenddate { get { return twosendpowerstartenddate; } set { twosendpowerstartenddate = value; } } /// /// 二次料送电时间 /// [Description("二次料送电时间")] [Nullable(true)] [DataLength(22)] public decimal? Twosendpowerdate { get { return twosendpowerdate; } set { twosendpowerdate = value; } } /// /// 三次料时间 /// [Description("三次料时间")] [Nullable(true)] public string Threematerialdate { get { return threematerialdate; } set { threematerialdate = value; } } /// /// 三次料送电开始时间 /// [Description("三次料送电开始时间")] [Nullable(true)] public string Threesendpowerstartdate { get { return threesendpowerstartdate; } set { threesendpowerstartdate = value; } } /// /// 三次料送电结束时间 /// [Description("三次料送电结束时间")] [Nullable(true)] public string Threesendpowerstartenddate { get { return threesendpowerstartenddate; } set { threesendpowerstartenddate = value; } } /// /// 三次料送电时间 /// [Description("三次料送电时间")] [Nullable(true)] [DataLength(22)] public decimal? Threesendpowerdate { get { return threesendpowerdate; } set { threesendpowerdate = value; } } /// /// 出钢开始时刻 /// [Description("出钢开始时刻")] [Nullable(true)] public string Tappingstarttime { get { return tappingstarttime; } set { tappingstarttime = value; } } /// /// 出钢结束时刻 /// [Description("出钢结束时刻")] [Nullable(true)] public string Tappingendtime { get { return tappingendtime; } set { tappingendtime = value; } } /// /// 出钢时间 /// [Description("出钢时间")] [Nullable(true)] [DataLength(22)] public decimal? Tappingtime { get { return tappingtime; } set { tappingtime = value; } } /// /// 送电次数 /// [Description("送电次数")] [Nullable(true)] [DataLength(22)] public decimal? Seletimes { get { return seletimes; } set { seletimes = value; } } /// /// 钢水温度T℃ /// [Description("钢水温度T℃")] [Nullable(true)] [DataLength(22)] public decimal? Molstltemperature { get { return molstltemperature; } set { molstltemperature = value; } } /// /// 终点温度T℃ /// [Description("终点温度T℃")] [Nullable(true)] [DataLength(22)] public decimal? Terminustept { get { return terminustept; } set { terminustept = value; } } /// /// 炉龄 /// [Description("炉龄 ")] [Nullable(true)] [DataLength(22)] public decimal? Sage { get { return sage; } set { sage = value; } } /// /// 大包包号 /// [Description("钢包号 ")] [Nullable(true)] [DataLength(20)] public string Potno { get { return potno; } set { potno = value; } } /// /// 大包包龄 /// [Description("大包包龄 ")] [Nullable(true)] [DataLength(22)] public decimal? Potage { get { return potage; } set { potage = value; } } /// /// 大包灌级 /// [Description("大包灌级 ")] [Nullable(true)] [DataLength(20)] public string Potdistinction { get { return potdistinction; } set { potdistinction = value; } } /// /// 大包包况 /// [Description("大包包况 ")] [Nullable(true)] [DataLength(80)] public string Potwrapstate { get { return potwrapstate; } set { potwrapstate = value; } } /// /// 出钢重量 /// [Description("出钢量 ")] [Nullable(true)] [DataLength(22)] public decimal? Tappingwgt { get { return tappingwgt; } set { tappingwgt = value; } } /// /// 出口钢次 /// [Description("出口钢次 ")] [Nullable(true)] [DataLength(22)] public decimal? Emolstltime { get { return emolstltime; } set { emolstltime = value; } } /// /// 操作人员 /// [Description("操作人员 ")] [Nullable(true)] [DataLength(20)] public string Optpersonnel { get { return optpersonnel; } set { optpersonnel = value; } } /// /// 上次刷新时间 /// [Description("上次刷新时间 ")] [Nullable(true)] public string Updatetime { get { return updatetime; } set { updatetime = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(300)] public string Remark { get { return remark; } set { remark = value; } } /// /// 加料开始时间 /// [Description("加料开始时间")] [Nullable(true)] public string Changestarttime { get { return changestarttime; } set { changestarttime = value; } } /// /// 加料结束时间 /// [Description("加料结束时间")] [Nullable(true)] public string Changeendtime { get { return changeendtime; } set { changeendtime = value; } } /// /// 处理开始时间 /// [Description("处理开始时间")] [Nullable(true)] public string Openoxygentime { get { return openoxygentime; } set { openoxygentime = value; } } /// /// 处理结束时间 /// [Description("处理结束时间")] [Nullable(true)] public string Stopoxygentime { get { return stopoxygentime; } set { stopoxygentime = value; } } /// /// 铁水来源 /// [Description("铁水来源")] [Nullable(true)] [DataLength(300)] public string Molirntype { get { return molirntype; } set { molirntype = value; } } /// /// 氩气耗量 /// [Description("氩气耗量")] [Nullable(true)] [DataLength(22)] public decimal? Topn2consume { get { return topn2consume; } set { topn2consume = value; } } /// /// 生产记事 /// [Description("生产记事")] [Nullable(true)] [DataLength(300)] public string Memo { get { return memo; } set { memo = value; } } /// /// 料栏号1 /// [Description("料兰号")] [Nullable(true)] [DataLength(20)] public string Basketetno1 { get { return basketetno1; } set { basketetno1 = value; } } /// /// 料栏号1装入量 /// [Description("装入量")] [Nullable(true)] [DataLength(22)] public decimal? Basketetno1wgt { get { return basketetno1wgt; } set { basketetno1wgt = value; } } /// /// 料栏号2 /// [Description("料栏2")] [Nullable(true)] [DataLength(20)] public string Basketetno2 { get { return basketetno2; } set { basketetno2 = value; } } /// /// 料栏号2装入量 /// [Description("装入量")] [Nullable(true)] [DataLength(22)] public decimal? Basketetno2wgt { get { return basketetno2wgt; } set { basketetno2wgt = value; } } /// /// 料栏号3 /// [Description("料栏3")] [Nullable(true)] [DataLength(20)] public string Basketetno3 { get { return basketetno3; } set { basketetno3 = value; } } /// /// 料栏号3装入量 /// [Description("装入量")] [Nullable(true)] [DataLength(22)] public decimal? Basketetno3wgt { get { return basketetno3wgt; } set { basketetno3wgt = value; } } /// /// 总装入量 /// [Description("合计")] [Nullable(true)] [DataLength(22)] public decimal? Totalwgt { get { return totalwgt; } set { totalwgt = value; } } /// /// 电字 /// [Description("电字")] [Nullable(true)] [DataLength(22)] public decimal? Eleconnumber { get { return eleconnumber; } set { eleconnumber = value; } } /// /// 料栏号4 /// private string basketetno4 = ""; /// /// 料栏号4装入量 /// private decimal? basketetno4wgt = null; /// /// /// private decimal? basketetnum = null; /// /// /// private decimal? potnum = null; /// /// /// private decimal? pot1wgt = null; private decimal? pot2wgt = null; private decimal? pot3wgt = null; /// /// 料栏号3 /// [Description("料栏4")] [Nullable(true)] [DataLength(20)] public string Basketetno4 { get { return basketetno4; } set { basketetno4 = value; } } /// /// 料栏号3装入量 /// [Description("装入量")] [Nullable(true)] [DataLength(22)] public decimal? Basketetno4wgt { get { return basketetno4wgt; } set { basketetno4wgt = value; } } [Description("料栏数量")] [Nullable(true)] [DataLength(20)] public decimal? Basketetnum { get { return basketetnum; } set { basketetnum = value; } } [Description("铁水罐数量")] [Nullable(true)] [DataLength(20)] public decimal? Potnum { get { return potnum; } set { potnum = value; } } [Description("1#铁水量")] [Nullable(true)] [DataLength(20)] public decimal? Pot1wgt { get { return pot1wgt; } set { pot1wgt = value; } } [Description("2#铁水量")] [Nullable(true)] [DataLength(20)] public decimal? Pot2wgt { get { return pot2wgt; } set { pot2wgt = value; } } [Description("3#铁水量")] [Nullable(true)] [DataLength(20)] public decimal? Pot3wgt { get { return pot3wgt; } set { pot3wgt = value; } } } }