|  |  |  | 
|---|
|  |  |  | private String pkBarcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String zkdh; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String ts; | 
|---|
|  |  |  | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String vbarcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String wlbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String vbatchcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Integer wmsFlag; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String wmsMemo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String ckbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String cstateid; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public boolean equals(Object that) { | 
|---|
|  |  |  | if (this == that) { | 
|---|
|  |  |  | 
|---|
|  |  |  | return (this.getPkBarcode() == null ? other.getPkBarcode() == null : this.getPkBarcode().equals(other.getPkBarcode())) | 
|---|
|  |  |  | && (this.getTs() == null ? other.getTs() == null : this.getTs().equals(other.getTs())) | 
|---|
|  |  |  | && (this.getVbarcode() == null ? other.getVbarcode() == null : this.getVbarcode().equals(other.getVbarcode())) | 
|---|
|  |  |  | && (this.getWlbm() == null ? other.getWlbm() == null : this.getWlbm().equals(other.getWlbm())) | 
|---|
|  |  |  | && (this.getVbatchcode() == null ? other.getVbatchcode() == null : this.getVbatchcode().equals(other.getVbatchcode())) | 
|---|
|  |  |  | && (this.getInfla() == null ? other.getInfla() == null : this.getInfla().equals(other.getInfla())) | 
|---|
|  |  |  | && (this.getAsnnum() == null ? other.getAsnnum() == null : this.getAsnnum().equals(other.getAsnnum())) | 
|---|
|  |  |  | && (this.getPkMaterial() == null ? other.getPkMaterial() == null : this.getPkMaterial().equals(other.getPkMaterial())) | 
|---|
|  |  |  | 
|---|
|  |  |  | && (this.getMemo() == null ? other.getMemo() == null : this.getMemo().equals(other.getMemo())) | 
|---|
|  |  |  | && (this.getVbillno() == null ? other.getVbillno() == null : this.getVbillno().equals(other.getVbillno())) | 
|---|
|  |  |  | && (this.getNastnum() == null ? other.getNastnum() == null : this.getNastnum().equals(other.getNastnum())) | 
|---|
|  |  |  | && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())); | 
|---|
|  |  |  | && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())) | 
|---|
|  |  |  | && (this.getWmsMemo() == null ? other.getWmsMemo() == null : this.getWmsMemo().equals(other.getWmsMemo())); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | 
|---|
|  |  |  | result = prime * result + ((getPkBarcode() == null) ? 0 : getPkBarcode().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getTs() == null) ? 0 : getTs().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getVbarcode() == null) ? 0 : getVbarcode().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getWlbm() == null) ? 0 : getWlbm().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getVbatchcode() == null) ? 0 : getVbatchcode().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getInfla() == null) ? 0 : getInfla().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getAsnnum() == null) ? 0 : getAsnnum().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getPkMaterial() == null) ? 0 : getPkMaterial().hashCode()); | 
|---|
|  |  |  | 
|---|
|  |  |  | result = prime * result + ((getVbillno() == null) ? 0 : getVbillno().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getNastnum() == null) ? 0 : getNastnum().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getWmsMemo() == null) ? 0 : getWmsMemo().hashCode()); | 
|---|
|  |  |  | return result; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | sb.append(", pkBarcode=").append(pkBarcode); | 
|---|
|  |  |  | sb.append(", ts=").append(ts); | 
|---|
|  |  |  | sb.append(", vbarcode=").append(vbarcode); | 
|---|
|  |  |  | sb.append(", wlbm=").append(wlbm); | 
|---|
|  |  |  | sb.append(", vbatchcode=").append(vbatchcode); | 
|---|
|  |  |  | sb.append(", infla=").append(infla); | 
|---|
|  |  |  | sb.append(", asnnum=").append(asnnum); | 
|---|
|  |  |  | sb.append(", pkMaterial=").append(pkMaterial); | 
|---|
|  |  |  | 
|---|
|  |  |  | sb.append(", vbillno=").append(vbillno); | 
|---|
|  |  |  | sb.append(", nastnum=").append(nastnum); | 
|---|
|  |  |  | sb.append(", wmsFlag=").append(wmsFlag); | 
|---|
|  |  |  | sb.append(", wmsMemo=").append(wmsMemo); | 
|---|
|  |  |  | sb.append("]"); | 
|---|
|  |  |  | return sb.toString(); | 
|---|
|  |  |  | } | 
|---|