package com.slcf.pojo;
|
|
/**
|
* 工作主档实体类
|
* @author admin
|
* @date 2018年11月21日
|
*/
|
public class WorkMastBean {
|
private int wrk_no; //工作号
|
private String io_time; //生成时间
|
private int wrk_sts; //工作状态
|
private int io_type; //IO类型
|
private int io_pri; //优先级
|
private int crn_no; //堆垛机号
|
private int source_sta_no; //源站
|
private int sta_no; //目标站
|
private String source_loc_no; //源库位
|
private String loc_no; //目标库位
|
private String full_plt;
|
private String picking;
|
private String exit_mk;
|
private String empty_mk;
|
private String link_mis;
|
private String memo;
|
private String crn_str_time;
|
private String crn_end_time;
|
private String ref_iotime;
|
private String error_time;
|
private String error_memo;
|
private String log_mk;
|
private String log_err_time;
|
private String log_err_memo;
|
private String upd_mk;
|
private String barcode; //条码号
|
private String modi_user;
|
private String modi_time;
|
|
private String wrk_sts_name; //工作状态名称
|
private String io_type_name; //IO类型名称
|
private int wrk_sts_old; //工作状态
|
private int ctn_type;
|
/**
|
* @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 io_time
|
*/
|
public String getIo_time() {
|
return io_time;
|
}
|
/**
|
* @param io_time the io_time to set
|
*/
|
public void setIo_time(String io_time) {
|
this.io_time = io_time;
|
}
|
/**
|
* @return the wrk_sts
|
*/
|
public int getWrk_sts() {
|
return wrk_sts;
|
}
|
/**
|
* @param wrk_sts the wrk_sts to set
|
*/
|
public void setWrk_sts(int wrk_sts) {
|
this.wrk_sts = wrk_sts;
|
}
|
/**
|
* @return the io_type
|
*/
|
public int getIo_type() {
|
return io_type;
|
}
|
/**
|
* @param io_type the io_type to set
|
*/
|
public void setIo_type(int io_type) {
|
this.io_type = io_type;
|
}
|
/**
|
* @return the io_pri
|
*/
|
public int getIo_pri() {
|
return io_pri;
|
}
|
/**
|
* @param io_pri the io_pri to set
|
*/
|
public void setIo_pri(int io_pri) {
|
this.io_pri = io_pri;
|
}
|
/**
|
* @return the crn_no
|
*/
|
public int getCrn_no() {
|
return crn_no;
|
}
|
/**
|
* @param crn_no the crn_no to set
|
*/
|
public void setCrn_no(int crn_no) {
|
this.crn_no = crn_no;
|
}
|
/**
|
* @return the source_sta_no
|
*/
|
public int getSource_sta_no() {
|
return source_sta_no;
|
}
|
/**
|
* @param source_sta_no the source_sta_no to set
|
*/
|
public void setSource_sta_no(int source_sta_no) {
|
this.source_sta_no = source_sta_no;
|
}
|
/**
|
* @return the sta_no
|
*/
|
public int getSta_no() {
|
return sta_no;
|
}
|
/**
|
* @param sta_no the sta_no to set
|
*/
|
public void setSta_no(int sta_no) {
|
this.sta_no = sta_no;
|
}
|
/**
|
* @return the source_loc_no
|
*/
|
public String getSource_loc_no() {
|
return source_loc_no;
|
}
|
/**
|
* @param source_loc_no the source_loc_no to set
|
*/
|
public void setSource_loc_no(String source_loc_no) {
|
this.source_loc_no = source_loc_no;
|
}
|
/**
|
* @return the loc_no
|
*/
|
public String getLoc_no() {
|
return loc_no;
|
}
|
/**
|
* @param loc_no the loc_no to set
|
*/
|
public void setLoc_no(String loc_no) {
|
this.loc_no = loc_no;
|
}
|
/**
|
* @return the full_plt
|
*/
|
public String getFull_plt() {
|
return full_plt;
|
}
|
/**
|
* @param full_plt the full_plt to set
|
*/
|
public void setFull_plt(String full_plt) {
|
this.full_plt = full_plt;
|
}
|
/**
|
* @return the picking
|
*/
|
public String getPicking() {
|
return picking;
|
}
|
/**
|
* @param picking the picking to set
|
*/
|
public void setPicking(String picking) {
|
this.picking = picking;
|
}
|
/**
|
* @return the exit_mk
|
*/
|
public String getExit_mk() {
|
return exit_mk;
|
}
|
/**
|
* @param exit_mk the exit_mk to set
|
*/
|
public void setExit_mk(String exit_mk) {
|
this.exit_mk = exit_mk;
|
}
|
/**
|
* @return the empty_mk
|
*/
|
public String getEmpty_mk() {
|
return empty_mk;
|
}
|
/**
|
* @param empty_mk the empty_mk to set
|
*/
|
public void setEmpty_mk(String empty_mk) {
|
this.empty_mk = empty_mk;
|
}
|
/**
|
* @return the link_mis
|
*/
|
public String getLink_mis() {
|
return link_mis;
|
}
|
/**
|
* @param link_mis the link_mis to set
|
*/
|
public void setLink_mis(String link_mis) {
|
this.link_mis = link_mis;
|
}
|
/**
|
* @return the memo
|
*/
|
public String getMemo() {
|
return memo;
|
}
|
/**
|
* @param memo the memo to set
|
*/
|
public void setMemo(String memo) {
|
this.memo = memo;
|
}
|
/**
|
* @return the crn_str_time
|
*/
|
public String getCrn_str_time() {
|
return crn_str_time;
|
}
|
/**
|
* @param crn_str_time the crn_str_time to set
|
*/
|
public void setCrn_str_time(String crn_str_time) {
|
this.crn_str_time = crn_str_time;
|
}
|
/**
|
* @return the crn_end_time
|
*/
|
public String getCrn_end_time() {
|
return crn_end_time;
|
}
|
/**
|
* @param crn_end_time the crn_end_time to set
|
*/
|
public void setCrn_end_time(String crn_end_time) {
|
this.crn_end_time = crn_end_time;
|
}
|
/**
|
* @return the ref_iotime
|
*/
|
public String getRef_iotime() {
|
return ref_iotime;
|
}
|
/**
|
* @param ref_iotime the ref_iotime to set
|
*/
|
public void setRef_iotime(String ref_iotime) {
|
this.ref_iotime = ref_iotime;
|
}
|
/**
|
* @return the error_time
|
*/
|
public String getError_time() {
|
return error_time;
|
}
|
/**
|
* @param error_time the error_time to set
|
*/
|
public void setError_time(String error_time) {
|
this.error_time = error_time;
|
}
|
/**
|
* @return the error_memo
|
*/
|
public String getError_memo() {
|
return error_memo;
|
}
|
/**
|
* @param error_memo the error_memo to set
|
*/
|
public void setError_memo(String error_memo) {
|
this.error_memo = error_memo;
|
}
|
/**
|
* @return the log_mk
|
*/
|
public String getLog_mk() {
|
return log_mk;
|
}
|
/**
|
* @param log_mk the log_mk to set
|
*/
|
public void setLog_mk(String log_mk) {
|
this.log_mk = log_mk;
|
}
|
/**
|
* @return the log_err_time
|
*/
|
public String getLog_err_time() {
|
return log_err_time;
|
}
|
/**
|
* @param log_err_time the log_err_time to set
|
*/
|
public void setLog_err_time(String log_err_time) {
|
this.log_err_time = log_err_time;
|
}
|
/**
|
* @return the log_err_memo
|
*/
|
public String getLog_err_memo() {
|
return log_err_memo;
|
}
|
/**
|
* @param log_err_memo the log_err_memo to set
|
*/
|
public void setLog_err_memo(String log_err_memo) {
|
this.log_err_memo = log_err_memo;
|
}
|
/**
|
* @return the upd_mk
|
*/
|
public String getUpd_mk() {
|
return upd_mk;
|
}
|
/**
|
* @param upd_mk the upd_mk to set
|
*/
|
public void setUpd_mk(String upd_mk) {
|
this.upd_mk = upd_mk;
|
}
|
/**
|
* @return the barcode
|
*/
|
public String getBarcode() {
|
return barcode;
|
}
|
/**
|
* @param barcode the barcode to set
|
*/
|
public void setBarcode(String barcode) {
|
this.barcode = barcode;
|
}
|
/**
|
* @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 wrk_sts_name
|
*/
|
public String getWrk_sts_name() {
|
return wrk_sts_name;
|
}
|
/**
|
* @param wrk_sts_name the wrk_sts_name to set
|
*/
|
public void setWrk_sts_name(String wrk_sts_name) {
|
this.wrk_sts_name = wrk_sts_name;
|
}
|
/**
|
* @return the io_type_name
|
*/
|
public String getIo_type_name() {
|
return io_type_name;
|
}
|
/**
|
* @param io_type_name the io_type_name to set
|
*/
|
public void setIo_type_name(String io_type_name) {
|
this.io_type_name = io_type_name;
|
}
|
public int getWrk_sts_old() {
|
return wrk_sts_old;
|
}
|
public void setWrk_sts_old(int wrk_sts_old) {
|
this.wrk_sts_old = wrk_sts_old;
|
}
|
public int getCtn_type() {
|
return ctn_type;
|
}
|
public void setCtn_type(int ctn_type) {
|
this.ctn_type = ctn_type;
|
}
|
}
|