自动化立体仓库 - WMS系统
ZY
2025-05-08 ae435b36b998f81fbbecb028d654aec814ee3257
src/main/java/com/zy/nc/entity/NccJcBmWms.java
@@ -62,6 +62,11 @@
     */
    private Long qyzt;
    /**
     *
     */
    private Integer wmsFlag;
    @Override
    public boolean equals(Object that) {
        if (this == that) {
@@ -83,7 +88,8 @@
            && (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
@@ -100,6 +106,7 @@
        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;
    }
@@ -119,6 +126,7 @@
        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();
    }