| | |
| | | */ |
| | | private Long qyzt; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private Integer wmsFlag; |
| | | |
| | | @Override |
| | | public boolean equals(Object that) { |
| | | if (this == that) { |
| | |
| | | && (this.getSsywdybm() == null ? other.getSsywdybm() == null : this.getSsywdybm().equals(other.getSsywdybm())) |
| | | && (this.getSsywdymc() == null ? other.getSsywdymc() == null : this.getSsywdymc().equals(other.getSsywdymc())) |
| | | && (this.getSssyb() == null ? other.getSssyb() == null : this.getSssyb().equals(other.getSssyb())) |
| | | && (this.getQyzt() == null ? other.getQyzt() == null : this.getQyzt().equals(other.getQyzt())); |
| | | && (this.getQyzt() == null ? other.getQyzt() == null : this.getQyzt().equals(other.getQyzt())) |
| | | && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())); |
| | | } |
| | | |
| | | @Override |
| | |
| | | result = prime * result + ((getSsywdymc() == null) ? 0 : getSsywdymc().hashCode()); |
| | | result = prime * result + ((getSssyb() == null) ? 0 : getSssyb().hashCode()); |
| | | result = prime * result + ((getQyzt() == null) ? 0 : getQyzt().hashCode()); |
| | | result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); |
| | | return result; |
| | | } |
| | | |
| | |
| | | sb.append(", ssywdymc=").append(ssywdymc); |
| | | sb.append(", sssyb=").append(sssyb); |
| | | sb.append(", qyzt=").append(qyzt); |
| | | sb.append(", wmsFlag=").append(wmsFlag); |
| | | sb.append("]"); |
| | | return sb.toString(); |
| | | } |