package com.mandi.fendan.util.persist;
|
|
public class WaitXSTDMX {
|
|
private String tdmx_wlbh;//物料编号
|
private String tdmx_wlmc;//物料名称
|
private String tdmx_tdfl;//提单分录号
|
private String tdmx_tdls;//提单流水号
|
private String tdmx_tdbh;//提单编号
|
|
private String tdmx_hjzt;//合金状态
|
private String tdmx_dwmx;//单位名称
|
private String tdmx_pch;//批次号
|
private double tdmx_bhse;//不含税金额
|
private double tdmx_mz;//毛重
|
private double tdmx_pz;//皮重
|
private double tdmx_jz;//净重
|
private String tdmx_shdw;//收货单位
|
private String tdmx_fhdw;//发货单位==
|
private String tdmx_tdlx;//提单类型
|
private int tdmx_sl;//数量
|
private String tdmx_ggxh;//规格型号
|
private String tdmx_ttlx;//套筒类型
|
|
private String tdmx_wbzcc;//外包装尺寸
|
private String tdmx_cc;//尺寸 2019-04-13增加
|
|
|
private String tdmx_hwbh;//货位编号
|
private String tdmx_hwmc;//货位名称
|
private String tdmx_zpbz;//纸品包装
|
|
private int tdmx_sfzc;//装车标志 状态 :1 已装车 0未装车(不显示)
|
private String tdmx_cph;//分单车牌号
|
private int tdmx_fdbz;//分单标志,0未分单/1已分单/2已进厂
|
private String tdmx_fdywbh;//分单业务编号
|
private String tdmx_zccph;//装车车牌号
|
private String td_ywdybh;//业务单元
|
private String td_ywdyName;//业务单元名字
|
|
public String getTdmx_wlbh() {
|
return tdmx_wlbh;
|
}
|
public void setTdmx_wlbh(String tdmx_wlbh) {
|
this.tdmx_wlbh = tdmx_wlbh;
|
}
|
public String getTdmx_wlmc() {
|
return tdmx_wlmc;
|
}
|
public void setTdmx_wlmc(String tdmx_wlmc) {
|
this.tdmx_wlmc = tdmx_wlmc;
|
}
|
public String getTdmx_tdfl() {
|
return tdmx_tdfl;
|
}
|
public void setTdmx_tdfl(String tdmx_tdfl) {
|
this.tdmx_tdfl = tdmx_tdfl;
|
}
|
public String getTdmx_tdls() {
|
return tdmx_tdls;
|
}
|
public void setTdmx_tdls(String tdmx_tdls) {
|
this.tdmx_tdls = tdmx_tdls;
|
}
|
public String getTdmx_hjzt() {
|
return tdmx_hjzt;
|
}
|
public void setTdmx_hjzt(String tdmx_hjzt) {
|
this.tdmx_hjzt = tdmx_hjzt;
|
}
|
public String getTdmx_dwmx() {
|
return tdmx_dwmx;
|
}
|
public void setTdmx_dwmx(String tdmx_dwmx) {
|
this.tdmx_dwmx = tdmx_dwmx;
|
}
|
public String getTdmx_pch() {
|
return tdmx_pch;
|
}
|
public void setTdmx_pch(String tdmx_pch) {
|
this.tdmx_pch = tdmx_pch;
|
}
|
public double getTdmx_bhse() {
|
return tdmx_bhse;
|
}
|
public void setTdmx_bhse(double tdmx_bhse) {
|
this.tdmx_bhse = tdmx_bhse;
|
}
|
public double getTdmx_mz() {
|
return tdmx_mz;
|
}
|
public void setTdmx_mz(double tdmx_mz) {
|
this.tdmx_mz = tdmx_mz;
|
}
|
public double getTdmx_pz() {
|
return tdmx_pz;
|
}
|
public void setTdmx_pz(double tdmx_pz) {
|
this.tdmx_pz = tdmx_pz;
|
}
|
public double getTdmx_jz() {
|
return tdmx_jz;
|
}
|
public void setTdmx_jz(double tdmx_jz) {
|
this.tdmx_jz = tdmx_jz;
|
}
|
public String getTdmx_shdw() {
|
return tdmx_shdw;
|
}
|
public void setTdmx_shdw(String tdmx_shdw) {
|
this.tdmx_shdw = tdmx_shdw;
|
}
|
public String getTdmx_fhdw() {
|
return tdmx_fhdw;
|
}
|
public void setTdmx_fhdw(String tdmx_fhdw) {
|
this.tdmx_fhdw = tdmx_fhdw;
|
}
|
public String getTdmx_tdlx() {
|
return tdmx_tdlx;
|
}
|
public void setTdmx_tdlx(String tdmx_tdlx) {
|
this.tdmx_tdlx = tdmx_tdlx;
|
}
|
public int getTdmx_sl() {
|
return tdmx_sl;
|
}
|
public void setTdmx_sl(int tdmx_sl) {
|
this.tdmx_sl = tdmx_sl;
|
}
|
public String getTdmx_ggxh() {
|
return tdmx_ggxh;
|
}
|
public void setTdmx_ggxh(String tdmx_ggxh) {
|
this.tdmx_ggxh = tdmx_ggxh;
|
}
|
public int getTdmx_sfzc() {
|
return tdmx_sfzc;
|
}
|
public void setTdmx_sfzc(int tdmx_sfzc) {
|
this.tdmx_sfzc = tdmx_sfzc;
|
}
|
public String getTdmx_cph() {
|
return tdmx_cph;
|
}
|
public void setTdmx_cph(String tdmx_cph) {
|
this.tdmx_cph = tdmx_cph;
|
}
|
public String getTdmx_hwbh() {
|
return tdmx_hwbh;
|
}
|
public void setTdmx_hwbh(String tdmx_hwbh) {
|
this.tdmx_hwbh = tdmx_hwbh;
|
}
|
public String getTdmx_zpbz() {
|
return tdmx_zpbz;
|
}
|
public void setTdmx_zpbz(String tdmx_zpbz) {
|
this.tdmx_zpbz = tdmx_zpbz;
|
}
|
public String getTdmx_fdywbh() {
|
return tdmx_fdywbh;
|
}
|
public void setTdmx_fdywbh(String tdmx_fdywbh) {
|
this.tdmx_fdywbh = tdmx_fdywbh;
|
}
|
public int getTdmx_fdbz() {
|
return tdmx_fdbz;
|
}
|
public void setTdmx_fdbz(int tdmx_fdbz) {
|
this.tdmx_fdbz = tdmx_fdbz;
|
}
|
public String getTdmx_zccph() {
|
return tdmx_zccph;
|
}
|
public void setTdmx_zccph(String tdmx_zccph) {
|
this.tdmx_zccph = tdmx_zccph;
|
}
|
public String getTdmx_wbzcc() {
|
return tdmx_wbzcc;
|
}
|
public void setTdmx_wbzcc(String tdmx_wbzcc) {
|
this.tdmx_wbzcc = tdmx_wbzcc;
|
}
|
public String getTd_ywdybh() {
|
return td_ywdybh;
|
}
|
public void setTd_ywdybh(String td_ywdybh) {
|
this.td_ywdybh = td_ywdybh;
|
}
|
public String getTd_ywdyName() {
|
return td_ywdyName;
|
}
|
public void setTd_ywdyName(String td_ywdyName) {
|
this.td_ywdyName = td_ywdyName;
|
}
|
public String getTdmx_tdbh() {
|
return tdmx_tdbh;
|
}
|
public void setTdmx_tdbh(String tdmx_tdbh) {
|
this.tdmx_tdbh = tdmx_tdbh;
|
}
|
public String getTdmx_hwmc() {
|
return tdmx_hwmc;
|
}
|
public void setTdmx_hwmc(String tdmx_hwmc) {
|
this.tdmx_hwmc = tdmx_hwmc;
|
}
|
public String getTdmx_cc() {
|
return tdmx_cc;
|
}
|
public void setTdmx_cc(String tdmx_cc) {
|
this.tdmx_cc = tdmx_cc;
|
}
|
public String getTdmx_ttlx() {
|
return tdmx_ttlx;
|
}
|
public void setTdmx_ttlx(String tdmx_ttlx) {
|
this.tdmx_ttlx = tdmx_ttlx;
|
}
|
|
}
|