| | |
| | | */ |
| | | private String kczzmc; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private String vnote; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private Integer wmsFlag; |
| | | |
| | | @Override |
| | | public boolean equals(Object that) { |
| | | if (this == that) { |
| | |
| | | && (this.getShsf() == null ? other.getShsf() == null : this.getShsf().equals(other.getShsf())) |
| | | && (this.getGssf() == null ? other.getGssf() == null : this.getGssf().equals(other.getGssf())) |
| | | && (this.getKczzbm() == null ? other.getKczzbm() == null : this.getKczzbm().equals(other.getKczzbm())) |
| | | && (this.getKczzmc() == null ? other.getKczzmc() == null : this.getKczzmc().equals(other.getKczzmc())); |
| | | && (this.getKczzmc() == null ? other.getKczzmc() == null : this.getKczzmc().equals(other.getKczzmc())) |
| | | && (this.getVnote() == null ? other.getVnote() == null : this.getVnote().equals(other.getVnote())) |
| | | && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())); |
| | | } |
| | | |
| | | @Override |
| | |
| | | result = prime * result + ((getGssf() == null) ? 0 : getGssf().hashCode()); |
| | | result = prime * result + ((getKczzbm() == null) ? 0 : getKczzbm().hashCode()); |
| | | result = prime * result + ((getKczzmc() == null) ? 0 : getKczzmc().hashCode()); |
| | | result = prime * result + ((getVnote() == null) ? 0 : getVnote().hashCode()); |
| | | result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); |
| | | return result; |
| | | } |
| | | |
| | |
| | | sb.append(", gssf=").append(gssf); |
| | | sb.append(", kczzbm=").append(kczzbm); |
| | | sb.append(", kczzmc=").append(kczzmc); |
| | | sb.append(", vnote=").append(vnote); |
| | | sb.append(", wmsFlag=").append(wmsFlag); |
| | | sb.append("]"); |
| | | return sb.toString(); |
| | | } |