package com.slcf.pojo;
|
|
/**
|
* 输送设备站点实体类
|
* @author admin
|
* @date 2018年11月6日
|
*/
|
public class StationBean {
|
private int dev_no;
|
private String dec_desc;
|
private String dev_mk;
|
private String in_enable;
|
private String out_enable;
|
private String autoing;
|
private String loading;
|
private String canining;
|
private String canouting;
|
private String fronting;
|
private String rearing;
|
private String uping;
|
private String downing;
|
private String inreq1;
|
private String inreq2;
|
private int wrk_no;
|
private int wrk_no1;
|
private int ctn_type;
|
private String barcode;
|
private int in_qty;
|
private int row1;
|
private String io_time;
|
private String area;
|
private String in_ok;
|
private String out_ok;
|
private String modi_user;
|
private String modi_time;
|
private String appe_user;
|
private String appe_time;
|
private double std_qty;
|
private double min_wt;
|
private double max_wt;
|
private double gross_wt;
|
private int cart_pos;
|
|
|
public int getDev_no() {
|
return dev_no;
|
}
|
public void setDev_no(int dev_no) {
|
this.dev_no = dev_no;
|
}
|
/**
|
* @return the dec_desc
|
*/
|
public String getDec_desc() {
|
return dec_desc;
|
}
|
/**
|
* @param dec_desc the dec_desc to set
|
*/
|
public void setDec_desc(String dec_desc) {
|
this.dec_desc = dec_desc;
|
}
|
/**
|
* @return the dev_mk
|
*/
|
public String getDev_mk() {
|
return dev_mk;
|
}
|
/**
|
* @param dev_mk the dev_mk to set
|
*/
|
public void setDev_mk(String dev_mk) {
|
this.dev_mk = dev_mk;
|
}
|
/**
|
* @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 autoing
|
*/
|
public String getAutoing() {
|
return autoing;
|
}
|
/**
|
* @param autoing the autoing to set
|
*/
|
public void setAutoing(String autoing) {
|
this.autoing = autoing;
|
}
|
/**
|
* @return the loading
|
*/
|
public String getLoading() {
|
return loading;
|
}
|
/**
|
* @param loading the loading to set
|
*/
|
public void setLoading(String loading) {
|
this.loading = loading;
|
}
|
/**
|
* @return the canining
|
*/
|
public String getCanining() {
|
return canining;
|
}
|
/**
|
* @param canining the canining to set
|
*/
|
public void setCanining(String canining) {
|
this.canining = canining;
|
}
|
/**
|
* @return the canouting
|
*/
|
public String getCanouting() {
|
return canouting;
|
}
|
/**
|
* @param canouting the canouting to set
|
*/
|
public void setCanouting(String canouting) {
|
this.canouting = canouting;
|
}
|
/**
|
* @return the fronting
|
*/
|
public String getFronting() {
|
return fronting;
|
}
|
/**
|
* @param fronting the fronting to set
|
*/
|
public void setFronting(String fronting) {
|
this.fronting = fronting;
|
}
|
/**
|
* @return the rearing
|
*/
|
public String getRearing() {
|
return rearing;
|
}
|
/**
|
* @param rearing the rearing to set
|
*/
|
public void setRearing(String rearing) {
|
this.rearing = rearing;
|
}
|
/**
|
* @return the uping
|
*/
|
public String getUping() {
|
return uping;
|
}
|
/**
|
* @param uping the uping to set
|
*/
|
public void setUping(String uping) {
|
this.uping = uping;
|
}
|
/**
|
* @return the downing
|
*/
|
public String getDowning() {
|
return downing;
|
}
|
/**
|
* @param downing the downing to set
|
*/
|
public void setDowning(String downing) {
|
this.downing = downing;
|
}
|
/**
|
* @return the inreq1
|
*/
|
public String getInreq1() {
|
return inreq1;
|
}
|
/**
|
* @param inreq1 the inreq1 to set
|
*/
|
public void setInreq1(String inreq1) {
|
this.inreq1 = inreq1;
|
}
|
/**
|
* @return the inreq2
|
*/
|
public String getInreq2() {
|
return inreq2;
|
}
|
/**
|
* @param inreq2 the inreq2 to set
|
*/
|
public void setInreq2(String inreq2) {
|
this.inreq2 = inreq2;
|
}
|
/**
|
* @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 wrk_no1
|
*/
|
public int getWrk_no1() {
|
return wrk_no1;
|
}
|
/**
|
* @param wrk_no1 the wrk_no1 to set
|
*/
|
public void setWrk_no1(int wrk_no1) {
|
this.wrk_no1 = wrk_no1;
|
}
|
/**
|
* @return the ctn_type
|
*/
|
public int getCtn_type() {
|
return ctn_type;
|
}
|
/**
|
* @param ctn_type the ctn_type to set
|
*/
|
public void setCtn_type(int ctn_type) {
|
this.ctn_type = ctn_type;
|
}
|
/**
|
* @return the barcode
|
*/
|
public String getBarcode() {
|
return barcode;
|
}
|
/**
|
* @param barcode the barcode to set
|
*/
|
public void setBarcode(String barcode) {
|
this.barcode = barcode;
|
}
|
/**
|
* @return the in_qty
|
*/
|
public int getIn_qty() {
|
return in_qty;
|
}
|
/**
|
* @param in_qty the in_qty to set
|
*/
|
public void setIn_qty(int in_qty) {
|
this.in_qty = in_qty;
|
}
|
/**
|
* @return the row1
|
*/
|
public int getRow1() {
|
return row1;
|
}
|
/**
|
* @param row1 the row1 to set
|
*/
|
public void setRow1(int row1) {
|
this.row1 = row1;
|
}
|
/**
|
* @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 area
|
*/
|
public String getArea() {
|
return area;
|
}
|
/**
|
* @param area the area to set
|
*/
|
public void setArea(String area) {
|
this.area = area;
|
}
|
/**
|
* @return the in_ok
|
*/
|
public String getIn_ok() {
|
return in_ok;
|
}
|
/**
|
* @param in_ok the in_ok to set
|
*/
|
public void setIn_ok(String in_ok) {
|
this.in_ok = in_ok;
|
}
|
/**
|
* @return the out_ok
|
*/
|
public String getOut_ok() {
|
return out_ok;
|
}
|
/**
|
* @param out_ok the out_ok to set
|
*/
|
public void setOut_ok(String out_ok) {
|
this.out_ok = out_ok;
|
}
|
/**
|
* @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 std_qty
|
*/
|
public double getStd_qty() {
|
return std_qty;
|
}
|
/**
|
* @param std_qty the std_qty to set
|
*/
|
public void setStd_qty(double std_qty) {
|
this.std_qty = std_qty;
|
}
|
/**
|
* @return the min_wt
|
*/
|
public double getMin_wt() {
|
return min_wt;
|
}
|
/**
|
* @param min_wt the min_wt to set
|
*/
|
public void setMin_wt(double min_wt) {
|
this.min_wt = min_wt;
|
}
|
/**
|
* @return the max_wt
|
*/
|
public double getMax_wt() {
|
return max_wt;
|
}
|
/**
|
* @param max_wt the max_wt to set
|
*/
|
public void setMax_wt(double max_wt) {
|
this.max_wt = max_wt;
|
}
|
/**
|
* @return the gross_wt
|
*/
|
public double getGross_wt() {
|
return gross_wt;
|
}
|
/**
|
* @param gross_wt the gross_wt to set
|
*/
|
public void setGross_wt(double gross_wt) {
|
this.gross_wt = gross_wt;
|
}
|
/**
|
* @return the cart_pos
|
*/
|
public int getCart_pos() {
|
return cart_pos;
|
}
|
/**
|
* @param cart_pos the cart_pos to set
|
*/
|
public void setCart_pos(int cart_pos) {
|
this.cart_pos = cart_pos;
|
}
|
|
}
|