自动化立体仓库 - WMS系统
#
Junjie
2 天以前 6f01b51fc0770fda7787076caf0314be7a7f6656
src/main/java/com/zy/nc/entity/NccCgCgdhdWms.java
@@ -1,9 +1,9 @@
package com.zy.nc.entity;
import com.baomidou.mybatisplus.annotations.TableField;
import java.math.BigDecimal;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import java.math.BigDecimal;
import lombok.Data;
/**
@@ -178,10 +178,32 @@
     * 
     */
    private Integer bdr;
    /**
     *
     *
     */
    private String wmsMemo;
    /**
     *
     */
    private String vbatchcode;
    /**
     *
     */
    private String ckbm;
    /**
     *
     */
    private String ckmc;
    /**
     *
     */
    private BigDecimal ntaxmny;
    @Override
    public boolean equals(Object that) {
        if (this == that) {
@@ -226,7 +248,12 @@
            && (this.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts()))
            && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag()))
            && (this.getHdr() == null ? other.getHdr() == null : this.getHdr().equals(other.getHdr()))
            && (this.getBdr() == null ? other.getBdr() == null : this.getBdr().equals(other.getBdr()));
            && (this.getBdr() == null ? other.getBdr() == null : this.getBdr().equals(other.getBdr()))
            && (this.getWmsMemo() == null ? other.getWmsMemo() == null : this.getWmsMemo().equals(other.getWmsMemo()))
            && (this.getVbatchcode() == null ? other.getVbatchcode() == null : this.getVbatchcode().equals(other.getVbatchcode()))
            && (this.getCkbm() == null ? other.getCkbm() == null : this.getCkbm().equals(other.getCkbm()))
            && (this.getCkmc() == null ? other.getCkmc() == null : this.getCkmc().equals(other.getCkmc()))
            && (this.getNtaxmny() == null ? other.getNtaxmny() == null : this.getNtaxmny().equals(other.getNtaxmny()));
    }
    @Override
@@ -266,6 +293,11 @@
        result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode());
        result = prime * result + ((getHdr() == null) ? 0 : getHdr().hashCode());
        result = prime * result + ((getBdr() == null) ? 0 : getBdr().hashCode());
        result = prime * result + ((getWmsMemo() == null) ? 0 : getWmsMemo().hashCode());
        result = prime * result + ((getVbatchcode() == null) ? 0 : getVbatchcode().hashCode());
        result = prime * result + ((getCkbm() == null) ? 0 : getCkbm().hashCode());
        result = prime * result + ((getCkmc() == null) ? 0 : getCkmc().hashCode());
        result = prime * result + ((getNtaxmny() == null) ? 0 : getNtaxmny().hashCode());
        return result;
    }
@@ -308,6 +340,11 @@
        sb.append(", wmsFlag=").append(wmsFlag);
        sb.append(", hdr=").append(hdr);
        sb.append(", bdr=").append(bdr);
        sb.append(", wmsMemo=").append(wmsMemo);
        sb.append(", vbatchcode=").append(vbatchcode);
        sb.append(", ckbm=").append(ckbm);
        sb.append(", ckmc=").append(ckmc);
        sb.append(", ntaxmny=").append(ntaxmny);
        sb.append("]");
        return sb.toString();
    }