|  |  | 
 |  |  |     private String ck; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * | 
 |  |  |      */ | 
 |  |  |     private String ckbm; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      *  | 
 |  |  |      */ | 
 |  |  |     private String sssyb; | 
 |  |  | 
 |  |  |      */ | 
 |  |  |     private String clcj; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      *  | 
 |  |  |      */ | 
 |  |  |     private String wmsMemo; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      *  | 
 |  |  |      */ | 
 |  |  |     private Integer wmsFlag; | 
 |  |  |  | 
 |  |  |     @Override | 
 |  |  |     public boolean equals(Object that) { | 
 |  |  |         if (this == that) { | 
 |  |  | 
 |  |  |             && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc())) | 
 |  |  |             && (this.getZsl() == null ? other.getZsl() == null : this.getZsl().equals(other.getZsl())) | 
 |  |  |             && (this.getFsl() == null ? other.getFsl() == null : this.getFsl().equals(other.getFsl())) | 
 |  |  |             && (this.getClcj() == null ? other.getClcj() == null : this.getClcj().equals(other.getClcj())); | 
 |  |  |             && (this.getClcj() == null ? other.getClcj() == null : this.getClcj().equals(other.getClcj())) | 
 |  |  |             && (this.getWmsMemo() == null ? other.getWmsMemo() == null : this.getWmsMemo().equals(other.getWmsMemo())) | 
 |  |  |             && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     @Override | 
 |  |  | 
 |  |  |         result = prime * result + ((getZsl() == null) ? 0 : getZsl().hashCode()); | 
 |  |  |         result = prime * result + ((getFsl() == null) ? 0 : getFsl().hashCode()); | 
 |  |  |         result = prime * result + ((getClcj() == null) ? 0 : getClcj().hashCode()); | 
 |  |  |         result = prime * result + ((getWmsMemo() == null) ? 0 : getWmsMemo().hashCode()); | 
 |  |  |         result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); | 
 |  |  |         return result; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | 
 |  |  |         sb.append(", zsl=").append(zsl); | 
 |  |  |         sb.append(", fsl=").append(fsl); | 
 |  |  |         sb.append(", clcj=").append(clcj); | 
 |  |  |         sb.append(", wmsMemo=").append(wmsMemo); | 
 |  |  |         sb.append(", wmsFlag=").append(wmsFlag); | 
 |  |  |         sb.append("]"); | 
 |  |  |         return sb.toString(); | 
 |  |  |     } |