| | |
| | | */ |
| | | private String sjflmc; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private Integer wmsFlag; |
| | | |
| | | @Override |
| | | public boolean equals(Object that) { |
| | | if (this == that) { |
| | |
| | | && (this.getZsjflbm() == null ? other.getZsjflbm() == null : this.getZsjflbm().equals(other.getZsjflbm())) |
| | | && (this.getZsjflmc() == null ? other.getZsjflmc() == null : this.getZsjflmc().equals(other.getZsjflmc())) |
| | | && (this.getSjflbm() == null ? other.getSjflbm() == null : this.getSjflbm().equals(other.getSjflbm())) |
| | | && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc())); |
| | | && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc())) |
| | | && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())); |
| | | } |
| | | |
| | | @Override |
| | |
| | | result = prime * result + ((getZsjflmc() == null) ? 0 : getZsjflmc().hashCode()); |
| | | result = prime * result + ((getSjflbm() == null) ? 0 : getSjflbm().hashCode()); |
| | | result = prime * result + ((getSjflmc() == null) ? 0 : getSjflmc().hashCode()); |
| | | result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); |
| | | return result; |
| | | } |
| | | |
| | |
| | | sb.append(", zsjflmc=").append(zsjflmc); |
| | | sb.append(", sjflbm=").append(sjflbm); |
| | | sb.append(", sjflmc=").append(sjflmc); |
| | | sb.append(", wmsFlag=").append(wmsFlag); |
| | | sb.append("]"); |
| | | return sb.toString(); |
| | | } |