package com.slcf.pojo; /** * 堆垛机设备实体类 * @author admin * @date 2018年11月6日 */ public class CrnBean { private Long crn_no; private String in_enable; private String out_enable; private int crn_sts; private int wrk_no; private String crn_err; private String frm_locno; private int frm_sta; private int to_sta; private String to_locno; private String modi_user; private String modi_time; private String appe_user; private String appe_time; private String hp_mk; private String retrieve_mk; private String ctl_hp; private String ctl_rest; private String emp_in; private String tank_qty; private String tank_qty1; /** * @return the crn_no */ public Long getCrn_no() { return crn_no; } /** * @param crn_no the crn_no to set */ public void setCrn_no(Long crn_no) { this.crn_no = crn_no; } /** * @return the in_enable */ public String getIn_enable() { return in_enable; } /** * @param in_enable the in_enable to set */ public void setIn_enable(String in_enable) { this.in_enable = in_enable; } /** * @return the out_enable */ public String getOut_enable() { return out_enable; } /** * @param out_enable the out_enable to set */ public void setOut_enable(String out_enable) { this.out_enable = out_enable; } /** * @return the crn_sts */ public int getCrn_sts() { return crn_sts; } /** * @param crn_sts the crn_sts to set */ public void setCrn_sts(int crn_sts) { this.crn_sts = crn_sts; } /** * @return the wrk_no */ public int getWrk_no() { return wrk_no; } /** * @param wrk_no the wrk_no to set */ public void setWrk_no(int wrk_no) { this.wrk_no = wrk_no; } /** * @return the crn_err */ public String getCrn_err() { return crn_err; } /** * @param crn_err the crn_err to set */ public void setCrn_err(String crn_err) { this.crn_err = crn_err; } /** * @return the frm_locno */ public String getFrm_locno() { return frm_locno; } /** * @param frm_locno the frm_locno to set */ public void setFrm_locno(String frm_locno) { this.frm_locno = frm_locno; } /** * @return the frm_sta */ public int getFrm_sta() { return frm_sta; } /** * @param frm_sta the frm_sta to set */ public void setFrm_sta(int frm_sta) { this.frm_sta = frm_sta; } /** * @return the to_sta */ public int getTo_sta() { return to_sta; } /** * @param to_sta the to_sta to set */ public void setTo_sta(int to_sta) { this.to_sta = to_sta; } /** * @return the to_locno */ public String getTo_locno() { return to_locno; } /** * @param to_locno the to_locno to set */ public void setTo_locno(String to_locno) { this.to_locno = to_locno; } /** * @return the modi_user */ public String getModi_user() { return modi_user; } /** * @param modi_user the modi_user to set */ public void setModi_user(String modi_user) { this.modi_user = modi_user; } /** * @return the modi_time */ public String getModi_time() { return modi_time; } /** * @param modi_time the modi_time to set */ public void setModi_time(String modi_time) { this.modi_time = modi_time; } /** * @return the appe_user */ public String getAppe_user() { return appe_user; } /** * @param appe_user the appe_user to set */ public void setAppe_user(String appe_user) { this.appe_user = appe_user; } /** * @return the appe_time */ public String getAppe_time() { return appe_time; } /** * @param appe_time the appe_time to set */ public void setAppe_time(String appe_time) { this.appe_time = appe_time; } /** * @return the hp_mk */ public String getHp_mk() { return hp_mk; } /** * @param hp_mk the hp_mk to set */ public void setHp_mk(String hp_mk) { this.hp_mk = hp_mk; } /** * @return the retrieve_mk */ public String getRetrieve_mk() { return retrieve_mk; } /** * @param retrieve_mk the retrieve_mk to set */ public void setRetrieve_mk(String retrieve_mk) { this.retrieve_mk = retrieve_mk; } /** * @return the ctl_hp */ public String getCtl_hp() { return ctl_hp; } /** * @param ctl_hp the ctl_hp to set */ public void setCtl_hp(String ctl_hp) { this.ctl_hp = ctl_hp; } /** * @return the ctl_rest */ public String getCtl_rest() { return ctl_rest; } /** * @param ctl_rest the ctl_rest to set */ public void setCtl_rest(String ctl_rest) { this.ctl_rest = ctl_rest; } /** * @return the emp_in */ public String getEmp_in() { return emp_in; } /** * @param emp_in the emp_in to set */ public void setEmp_in(String emp_in) { this.emp_in = emp_in; } /** * @return the tank_qty */ public String getTank_qty() { return tank_qty; } /** * @param tank_qty the tank_qty to set */ public void setTank_qty(String tank_qty) { this.tank_qty = tank_qty; } /** * @return the tank_qty1 */ public String getTank_qty1() { return tank_qty1; } /** * @param tank_qty1 the tank_qty1 to set */ public void setTank_qty1(String tank_qty1) { this.tank_qty1 = tank_qty1; } }