package com.mandi.fendan.persist;

import java.io.Serializable;
import java.util.Date;

import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Index;
import javax.persistence.Table;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;

/** 
 * @author cx
 * @version 创建时间:2017年10月23日 
 * 分单详情-物资明细  从erp数据库获取  本地保存
 * 这个不打算用了
 * 类说明 
 */
@Entity
@Table(name="fd_sheetitem",indexes={@Index(columnList="companyNo"),@Index(columnList="tdmx_fdywbh"),@Index(columnList="tdmx_tdbh")})
public class Fd_Bsheetitem implements Serializable {
	
	@Id
	private String id;
	private String companyName;//物流公司
	private String companyNo;//物流公司编号
	private String createName;//建单人
	private String createid;//建单人
	@Temporal(TemporalType.TIMESTAMP)
	private Date ctime;//创建时间
	
	private String barcode;//条码号
	private String tdmx_wlbh;//物料编号
	private String tdmx_wlmc;//物料名称
	private String tdmx_tdfl;//提单分录号
	private String tdmx_tdls;//提单流水号
	private String tdmx_hjzt;//合金状态
	private String tdmx_dwmc;//单位名称
	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_hwbh;//货位编号
	private String tdmx_zpbz;//纸品包装
	
	private int tdmx_sfzc;//装车标志  状态 :1 已装车 0未装车(不显示)
	private int tdmx_fdbz;//分单标志,0未分单/1已分单/2已进厂
	private String tdmx_cph;//分单车牌号
	private String tdmx_zccph;//装车车牌号
	private String tdmx_fdywbh;//分单业务编号
	
	private String tdmx_tdbh;//提单编号

	public String getId() {
		return id;
	}

	public void setId(String id) {
		this.id = id;
	}

	public String getBarcode() {
		return barcode;
	}

	public void setBarcode(String barcode) {
		this.barcode = barcode;
	}

	public String getCompanyName() {
		return companyName;
	}

	public void setCompanyName(String companyName) {
		this.companyName = companyName;
	}

	public String getCompanyNo() {
		return companyNo;
	}

	public void setCompanyNo(String companyNo) {
		this.companyNo = companyNo;
	}

	public String getCreateName() {
		return createName;
	}

	public void setCreateName(String createName) {
		this.createName = createName;
	}

	public String getCreateid() {
		return createid;
	}

	public void setCreateid(String createid) {
		this.createid = createid;
	}

	public Date getCtime() {
		return ctime;
	}

	public void setCtime(Date ctime) {
		this.ctime = ctime;
	}

	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_dwmc() {
		return tdmx_dwmc;
	}

	public void setTdmx_dwmc(String tdmx_dwmc) {
		this.tdmx_dwmc = tdmx_dwmc;
	}

	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 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_fdywbh() {
		return tdmx_fdywbh;
	}

	public void setTdmx_fdywbh(String tdmx_fdywbh) {
		this.tdmx_fdywbh = tdmx_fdywbh;
	}

	public String getTdmx_cph() {
		return tdmx_cph;
	}

	public void setTdmx_cph(String tdmx_cph) {
		this.tdmx_cph = tdmx_cph;
	}

	public String getTdmx_tdbh() {
		return tdmx_tdbh;
	}

	public void setTdmx_tdbh(String tdmx_tdbh) {
		this.tdmx_tdbh = tdmx_tdbh;
	}

	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;
	}

}