| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace Core.LgMes.Server.lgClassModel
- {
- [Serializable]
- public class JOB_CRAFTINFO
- {
- public String HEATNO = ""; // 熔炼号
- public String AIM_GRADE_CODE = ""; // 牌号编码
- public String STEEL = ""; // 牌号名称
- public String FACT_ROUTE = ""; // 实绩作业路线
- public String CAST_ID = ""; // 铸机号
- public String HEAT_STATE = ""; // 执行状态
- public String PLAN_MAKING_TIME = ""; // 计划制定时间
- public String PLAN_MAKER = ""; // 计划制定人
- public String CAST_NO = ""; // 浇次号
- public String CAST_SEQ = ""; // 浇次内顺序
- public String SENDTOOLID = ""; // 钢包号
- public String SENDGRADE = ""; // 钢包等级
- public String INSTANCE = ""; // 钢包包况
- public String ORD_GON_ID = ""; // 订单号
- public String PLAN_LINES = ""; // 工艺路线
- public String MATERIELDEPICT = ""; // 物料描述
- public String STD_CODE = ""; // 炼钢工艺码
- public String V_HEAT_ID = ""; // 虚拟炉号
- public String VANHEATNO = ""; // 提钒炉号
- public String AIM_W_T = ""; //定尺
- public String STEELPASS=""; //上一炉钢种
- public String BALELEAVEWGTPASS=""; //上一炉下台重量(钢水皮重)
- public String GSPZ=""; //与钢水皮重差
- public String TAPPINGENDTIME=""; //距放钢时间
- public String SEDATIONTIME = ""; //镇静时间
- public String ISADDTOP = ""; //钢水加盖
- public String INCLUSION = ""; //夹杂物标准
- public JOB_CRAFTINFO()
- {
- }
- public JOB_CRAFTINFO(String heatno, String aim_grade_code, String steel,
- String fact_route, String cast_id, String heat_state,
- String plan_making_time, String plan_maker, String cast_no,
- String cast_seq, String sendtoolid, String sendgrade,
- String instance, String ord_gon_id, String plan_lines,
- String materieldepict, String std_code, String v_heat_id,
- String vanheatno, String aim_w_t, String steelpass, String baleleavewgtpass,
- String gspz, String tappingendtime, String sedationtime, String isaddtop,String inclusion)
- {
- this.HEATNO = heatno; // 熔炼号
- this.AIM_GRADE_CODE = aim_grade_code; // 牌号编码
- this.STEEL = steel; // 牌号名称
- this.FACT_ROUTE = fact_route; // 实绩作业路线
- this.CAST_ID = cast_id; // 铸机号
- this.HEAT_STATE = heat_state; // 执行状态
- this.PLAN_MAKING_TIME = plan_making_time; // 计划制定时间
- this.PLAN_MAKER = plan_maker; // 计划制定人
- this.CAST_NO = cast_no; // 浇次号
- this.CAST_SEQ = cast_seq; // 浇次内顺序
- this.SENDTOOLID = sendtoolid; // 钢包号
- this.SENDGRADE = sendgrade; // 钢包等级
- this.INSTANCE = instance; // 钢包包况
- this.ORD_GON_ID = ord_gon_id; // 订单号
- this.PLAN_LINES = plan_lines; // 工艺路线
- this.MATERIELDEPICT = materieldepict; // 物料描述
- this.STD_CODE = std_code; // 炼钢工艺码
- this.V_HEAT_ID = v_heat_id; // 虚拟炉号
- this.VANHEATNO = vanheatno; // 提钒炉号
- this.AIM_W_T = aim_w_t;//定尺
- this.STEELPASS = steelpass;//上一炉钢种
- this.BALELEAVEWGTPASS = baleleavewgtpass;//上一炉下台重量(钢水皮重)
- this.GSPZ = gspz;//与钢水皮重差
- this.TAPPINGENDTIME = tappingendtime;//距放钢时间
- this.SEDATIONTIME = sedationtime;//镇静时间
- this.ISADDTOP = isaddtop;//钢水加盖
- this.INCLUSION = inclusion;//夹杂物标准
- }
- public String getHeatno()
- {
- return this.HEATNO;
- }
- public void setHeatno(String heatno)
- {
- this.HEATNO = heatno;
- }
- public String getAim_grade_code()
- {
- return this.AIM_GRADE_CODE;
- }
- public void setAim_grade_code(String aim_grade_code)
- {
- this.AIM_GRADE_CODE = aim_grade_code;
- }
- public String getSteel()
- {
- return this.STEEL;
- }
- public void setSteel(String steel)
- {
- this.STEEL = steel;
- }
- public String getFact_route()
- {
- return this.FACT_ROUTE;
- }
- public void setFact_route(String fact_route)
- {
- this.FACT_ROUTE = fact_route;
- }
- public String getCast_id()
- {
- return this.CAST_ID;
- }
- public void setCast_id(String cast_id)
- {
- this.CAST_ID = cast_id;
- }
- public String getHeat_state()
- {
- return this.HEAT_STATE;
- }
- public void setHeat_state(String heat_state)
- {
- this.HEAT_STATE = heat_state;
- }
- public String getPlan_making_time()
- {
- return this.PLAN_MAKING_TIME;
- }
- public void setPlan_making_time(String plan_making_time)
- {
- this.PLAN_MAKING_TIME = plan_making_time;
- }
- public String getPlan_maker()
- {
- return this.PLAN_MAKER;
- }
- public void setPlan_maker(String plan_maker)
- {
- this.PLAN_MAKER = plan_maker;
- }
- public String getCast_no()
- {
- return this.CAST_NO;
- }
- public void setCast_no(String cast_no)
- {
- this.CAST_NO = cast_no;
- }
- public String getCast_seq()
- {
- return this.CAST_SEQ;
- }
- public void setCast_seq(String cast_seq)
- {
- this.CAST_SEQ = cast_seq;
- }
- public String getSendtoolid()
- {
- return this.SENDTOOLID;
- }
- public void setSendtoolid(String sendtoolid)
- {
- this.SENDTOOLID = sendtoolid;
- }
- public String getSendgrade()
- {
- return this.SENDGRADE;
- }
- public void setSendgrade(String sendgrade)
- {
- this.SENDGRADE = sendgrade;
- }
- public String getInstance()
- {
- return this.INSTANCE;
- }
- public void setInstance(String instance)
- {
- this.INSTANCE = instance;
- }
- public String getOrd_gon_id()
- {
- return this.ORD_GON_ID;
- }
- public void setOrd_gon_id(String ord_gon_id)
- {
- this.ORD_GON_ID = ord_gon_id;
- }
- public String getPlan_lines()
- {
- return this.PLAN_LINES;
- }
- public void setPlan_lines(String plan_lines)
- {
- this.PLAN_LINES = plan_lines;
- }
- public String getMaterieldepict()
- {
- return this.MATERIELDEPICT;
- }
- public void setMaterieldepict(String materieldepict)
- {
- this.MATERIELDEPICT = materieldepict;
- }
- public String getStd_code()
- {
- return this.STD_CODE;
- }
- public void setStd_code(String std_code)
- {
- this.STD_CODE = std_code;
- }
- public String getV_heat_id()
- {
- return this.V_HEAT_ID;
- }
- public void setV_heat_id(String v_heat_id)
- {
- this.V_HEAT_ID = v_heat_id;
- }
- public String getVanheatno()
- {
- return this.VANHEATNO;
- }
- public void setVanheatno(String vanheatno)
- {
- this.VANHEATNO = vanheatno;
- }
- public String getAim_w_t()
- {
- return this.AIM_W_T;
- }
- public void setAim_w_t(String aim_w_t)
- {
- this.AIM_W_T = aim_w_t;
- }
- public String getSTEELPASS()
- {
- return STEELPASS;
- }
- public void setSTEELPASS(String sTEELPASS)
- {
- STEELPASS = sTEELPASS;
- }
- public String getBALELEAVEWGTPASS()
- {
- return BALELEAVEWGTPASS;
- }
- public void setBALELEAVEWGTPASS(String bALELEAVEWGTPASS)
- {
- BALELEAVEWGTPASS = bALELEAVEWGTPASS;
- }
- public String getGSPZ()
- {
- return GSPZ;
- }
- public void setGSPZ(String gSPZ)
- {
- GSPZ = gSPZ;
- }
- public String getTAPPINGENDTIME()
- {
- return TAPPINGENDTIME;
- }
- public void setTAPPINGENDTIME(String tAPPINGENDTIME)
- {
- TAPPINGENDTIME = tAPPINGENDTIME;
- }
- public String getSEDATIONTIME()
- {
- return SEDATIONTIME;
- }
- public void setSEDATIONTIME(String sEDATIONTIME)
- {
- SEDATIONTIME = sEDATIONTIME;
- }
- public String getISADDTOP()
- {
- return ISADDTOP;
- }
- public void setISADDTOP(String sISADDTOP)
- {
- ISADDTOP = sISADDTOP;
- }
- public String getINCLUSION()
- {
- return INCLUSION;
- }
- public void setINCLUSION(String iNCLUSION)
- {
- INCLUSION = iNCLUSION;
- }
- public void Copy(ref JOB_CRAFTINFO par)
- {
- //VANHEATNO = par.VANHEATNO;//提钒炉号
- //HEATNO =par.HEATNO; //熔炼号
- //AIM_GRADE_CODE =par.AIM_GRADE_CODE ; //牌号编码
- //STEEL = par.STEEL; //牌号名称
- //FACT_ROUTE =par.FACT_ROUTE; //实绩作业路线
- //CAST_ID = par.CAST_ID; //铸机号
- //HEAT_STATE = par.HEAT_STATE; //执行状态
- //PLAN_MAKING_TIME =par.PLAN_MAKING_TIME; //计划制定时间
- //PLAN_MAKER =par.PLAN_MAKER; //计划制定人
- //CAST_NO = par.CAST_NO; //浇次号
- //CAST_SEQ = par.CAST_SEQ; //浇次内顺序
- //SENDTOOLID =par.SENDTOOLID; //钢包号
- //SENDGRADE = par.SENDGRADE; //钢包等级
- //INSTANCE = par.INSTANCE; //钢包包况
- //ORD_GON_ID = par.ORD_GON_ID; //订单号
- //PLAN_LINES =par.PLAN_LINES;//工艺路线
- //MATERIELDEPICT = par.MATERIELDEPICT;//物料描述
- //STD_CODE = par.STD_CODE; //炼钢工艺码
- //V_HEAT_ID = par.V_HEAT_ID; //虚拟炉号
- }
- }
- }
|