package com.mandi.fendan.persist;
|
|
import java.io.Serializable;
|
|
import javax.persistence.Entity;
|
import javax.persistence.Id;
|
import javax.persistence.Table;
|
|
/**
|
* 装车记录
|
*/
|
@Entity
|
@Table(name="fd_xstdmx")
|
public class Fd_XSTDMX implements Serializable{
|
|
@Id
|
private String tdmx_tdfl;//发货单表体主键
|
private String tdmx_tdls;//发货单表头主键
|
private String tdmx_pch;//批次号
|
private String tdmx_wlbh;//物料编码
|
private String tdmx_hj;//合金 编码
|
private String tdmx_zt;//状态 编码
|
private double tdmx_mz;//毛重
|
private double tdmx_jz;//净重
|
private String tdmx_ggxh;//规格型号
|
private String tdmx_zpbz;//纸品包装
|
private String tdmx_cc;//尺寸 2019-04-13增加
|
private String tdmx_hwbh;//货位编号
|
private String tdmx_ck;//仓库
|
private String tdmx_hth;//合同号
|
private String tdmx_ywy;//业务员
|
private String tdmx_ddh;//订单号
|
|
private int tdmx_gbbz;//关闭标志 NC系统的关闭和打开 1关闭/0打开
|
|
private String tdmx_fdcph;//分单车牌号
|
private int tdmx_fdbz;//分单标志,0未分单/1已分单/2未分单却装车/3分单与装车车牌号不一致
|
private String tdmx_fdywbh;//分单业务编号
|
private String tdmx_fdwlgsbh;//分单物流公司编号
|
|
private String tdmx_zccph;//装车车牌号
|
private int tdmx_zcbz;//装车标志 状态 :1 已装车 0未装车
|
private String tdmx_fhzz;//发货组织
|
private String tdmx_wbzcc;//外包装尺寸
|
|
|
private String tdmx_zcdriver;//装车司机
|
private String tdmx_zcphone;//司机联系方式
|
private String tdmx_zcwlgsName;//装车物流公司
|
private String tdmx_ttlx;//套筒类型
|
|
|
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_pch() {
|
return tdmx_pch;
|
}
|
public void setTdmx_pch(String tdmx_pch) {
|
this.tdmx_pch = tdmx_pch;
|
}
|
public String getTdmx_hj() {
|
return tdmx_hj;
|
}
|
public void setTdmx_hj(String tdmx_hj) {
|
this.tdmx_hj = tdmx_hj;
|
}
|
public double getTdmx_mz() {
|
return tdmx_mz;
|
}
|
public void setTdmx_mz(double tdmx_mz) {
|
this.tdmx_mz = tdmx_mz;
|
}
|
public double getTdmx_jz() {
|
return tdmx_jz;
|
}
|
public void setTdmx_jz(double tdmx_jz) {
|
this.tdmx_jz = tdmx_jz;
|
}
|
public String getTdmx_ggxh() {
|
return tdmx_ggxh;
|
}
|
public void setTdmx_ggxh(String tdmx_ggxh) {
|
this.tdmx_ggxh = tdmx_ggxh;
|
}
|
public String getTdmx_zpbz() {
|
return tdmx_zpbz;
|
}
|
public void setTdmx_zpbz(String tdmx_zpbz) {
|
this.tdmx_zpbz = tdmx_zpbz;
|
}
|
public String getTdmx_fdcph() {
|
return tdmx_fdcph;
|
}
|
public void setTdmx_fdcph(String tdmx_fdcph) {
|
this.tdmx_fdcph = tdmx_fdcph;
|
}
|
public int getTdmx_fdbz() {
|
return tdmx_fdbz;
|
}
|
public void setTdmx_fdbz(int tdmx_fdbz) {
|
this.tdmx_fdbz = tdmx_fdbz;
|
}
|
public String getTdmx_fdywbh() {
|
return tdmx_fdywbh;
|
}
|
public void setTdmx_fdywbh(String tdmx_fdywbh) {
|
this.tdmx_fdywbh = tdmx_fdywbh;
|
}
|
public String getTdmx_zccph() {
|
return tdmx_zccph;
|
}
|
public void setTdmx_zccph(String tdmx_zccph) {
|
this.tdmx_zccph = tdmx_zccph;
|
}
|
public int getTdmx_zcbz() {
|
return tdmx_zcbz;
|
}
|
public void setTdmx_zcbz(int tdmx_zcbz) {
|
this.tdmx_zcbz = tdmx_zcbz;
|
}
|
public int getTdmx_gbbz() {
|
return tdmx_gbbz;
|
}
|
public void setTdmx_gbbz(int tdmx_gbbz) {
|
this.tdmx_gbbz = tdmx_gbbz;
|
}
|
public String getTdmx_zcdriver() {
|
return tdmx_zcdriver;
|
}
|
public void setTdmx_zcdriver(String tdmx_zcdriver) {
|
this.tdmx_zcdriver = tdmx_zcdriver;
|
}
|
public String getTdmx_zcphone() {
|
return tdmx_zcphone;
|
}
|
public void setTdmx_zcphone(String tdmx_zcphone) {
|
this.tdmx_zcphone = tdmx_zcphone;
|
}
|
public String getTdmx_zcwlgsName() {
|
return tdmx_zcwlgsName;
|
}
|
public void setTdmx_zcwlgsName(String tdmx_zcwlgsName) {
|
this.tdmx_zcwlgsName = tdmx_zcwlgsName;
|
}
|
public String getTdmx_ck() {
|
return tdmx_ck;
|
}
|
public void setTdmx_ck(String tdmx_ck) {
|
this.tdmx_ck = tdmx_ck;
|
}
|
public String getTdmx_hth() {
|
return tdmx_hth;
|
}
|
public void setTdmx_hth(String tdmx_hth) {
|
this.tdmx_hth = tdmx_hth;
|
}
|
public String getTdmx_ywy() {
|
return tdmx_ywy;
|
}
|
public void setTdmx_ywy(String tdmx_ywy) {
|
this.tdmx_ywy = tdmx_ywy;
|
}
|
public String getTdmx_ddh() {
|
return tdmx_ddh;
|
}
|
public void setTdmx_ddh(String tdmx_ddh) {
|
this.tdmx_ddh = tdmx_ddh;
|
}
|
public String getTdmx_zt() {
|
return tdmx_zt;
|
}
|
public void setTdmx_zt(String tdmx_zt) {
|
this.tdmx_zt = tdmx_zt;
|
}
|
public String getTdmx_hwbh() {
|
return tdmx_hwbh;
|
}
|
public void setTdmx_hwbh(String tdmx_hwbh) {
|
this.tdmx_hwbh = tdmx_hwbh;
|
}
|
public String getTdmx_wlbh() {
|
return tdmx_wlbh;
|
}
|
public void setTdmx_wlbh(String tdmx_wlbh) {
|
this.tdmx_wlbh = tdmx_wlbh;
|
}
|
public String getTdmx_fdwlgsbh() {
|
return tdmx_fdwlgsbh;
|
}
|
public void setTdmx_fdwlgsbh(String tdmx_fdwlgsbh) {
|
this.tdmx_fdwlgsbh = tdmx_fdwlgsbh;
|
}
|
public String getTdmx_fhzz() {
|
return tdmx_fhzz;
|
}
|
public void setTdmx_fhzz(String tdmx_fhzz) {
|
this.tdmx_fhzz = tdmx_fhzz;
|
}
|
public String getTdmx_wbzcc() {
|
return tdmx_wbzcc;
|
}
|
public void setTdmx_wbzcc(String tdmx_wbzcc) {
|
this.tdmx_wbzcc = tdmx_wbzcc;
|
}
|
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;
|
}
|
|
|
}
|