自动化立体仓库 - WMS系统
ZY
2025-05-13 1f27b82b5de1bfb7767c2fc0b8bbc37eb3acfa77
单据对接
17个文件已修改
2个文件已添加
649 ■■■■ 已修改文件
src/main/java/com/zy/nc/entity/NccCgCgdhdWms.java 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/entity/NccCkPddWms.java 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/entity/NccSaleXclGgsybWms.java 302 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/entity/NccSaleXsfhmxWms.java 60 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/entity/NccScZkmxbWms.java 188 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccBdCustomerWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccCgCgdhdWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccCkPddWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccJcBmWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccJcCkWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccJcCkhwMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccJcQilibcBarcodeflowWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccJcRyWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccJcWlflWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccOrgCorpWmsMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccSaleXclGgsybWmsMapper.java 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccSaleXsfhmxWmsMapper.java 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/NccScZkmxbWmsMapper.java 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/mapper/VGetBdMaterialMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/nc/entity/NccCgCgdhdWms.java
@@ -169,6 +169,16 @@
     */
    private Integer wmsFlag;
    /**
     *
     */
    private Integer hdr;
    /**
     *
     */
    private Integer bdr;
    @Override
    public boolean equals(Object that) {
        if (this == that) {
@@ -211,7 +221,9 @@
            && (this.getYdsl() == null ? other.getYdsl() == null : this.getYdsl().equals(other.getYdsl()))
            && (this.getHts() == null ? other.getHts() == null : this.getHts().equals(other.getHts()))
            && (this.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts()))
            && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag()));
            && (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()));
    }
    @Override
@@ -249,6 +261,8 @@
        result = prime * result + ((getHts() == null) ? 0 : getHts().hashCode());
        result = prime * result + ((getBts() == null) ? 0 : getBts().hashCode());
        result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode());
        result = prime * result + ((getHdr() == null) ? 0 : getHdr().hashCode());
        result = prime * result + ((getBdr() == null) ? 0 : getBdr().hashCode());
        return result;
    }
@@ -289,6 +303,8 @@
        sb.append(", hts=").append(hts);
        sb.append(", bts=").append(bts);
        sb.append(", wmsFlag=").append(wmsFlag);
        sb.append(", hdr=").append(hdr);
        sb.append(", bdr=").append(bdr);
        sb.append("]");
        return sb.toString();
    }
src/main/java/com/zy/nc/entity/NccCkPddWms.java
@@ -164,6 +164,16 @@
     */
    private Integer wmsFlag;
    /**
     *
     */
    private Integer hdr;
    /**
     *
     */
    private Integer bdr;
    @Override
    public boolean equals(Object that) {
        if (this == that) {
@@ -205,7 +215,9 @@
            && (this.getHwmc() == null ? other.getHwmc() == null : this.getHwmc().equals(other.getHwmc()))
            && (this.getHts() == null ? other.getHts() == null : this.getHts().equals(other.getHts()))
            && (this.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts()))
            && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag()));
            && (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()));
    }
    @Override
@@ -242,6 +254,8 @@
        result = prime * result + ((getHts() == null) ? 0 : getHts().hashCode());
        result = prime * result + ((getBts() == null) ? 0 : getBts().hashCode());
        result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode());
        result = prime * result + ((getHdr() == null) ? 0 : getHdr().hashCode());
        result = prime * result + ((getBdr() == null) ? 0 : getBdr().hashCode());
        return result;
    }
@@ -281,6 +295,8 @@
        sb.append(", hts=").append(hts);
        sb.append(", bts=").append(bts);
        sb.append(", wmsFlag=").append(wmsFlag);
        sb.append(", hdr=").append(hdr);
        sb.append(", bdr=").append(bdr);
        sb.append("]");
        return sb.toString();
    }
src/main/java/com/zy/nc/entity/NccSaleXclGgsybWms.java
New file
@@ -0,0 +1,302 @@
package com.zy.nc.entity;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import java.math.BigDecimal;
import lombok.Data;
/**
 *
 * @TableName ncc_sale_xcl_ggsyb_wms
 */
@TableName(value ="ncc_sale_xcl_ggsyb_wms")
@Data
public class NccSaleXclGgsybWms {
    /**
     *
     */
    private String pkOrg;
    /**
     *
     */
    private String kczz;
    /**
     *
     */
    private String scrq;
    /**
     *
     */
    private String rkrq;
    /**
     *
     */
    private String cwarehouseid;
    /**
     *
     */
    private String ck;
    /**
     *
     */
    private String sssyb;
    /**
     *
     */
    private String wlbm;
    /**
     *
     */
    private String wlmc;
    /**
     *
     */
    private String gg;
    /**
     *
     */
    private String xh;
    /**
     *
     */
    private String wljc;
    /**
     *
     */
    private String kf;
    /**
     *
     */
    private String cunitid;
    /**
     *
     */
    private String zdw;
    /**
     *
     */
    private String castunitid;
    /**
     *
     */
    private String fdw;
    /**
     *
     */
    private String cstateid;
    /**
     *
     */
    private String kczt;
    /**
     *
     */
    private String vbatchcode;
    /**
     *
     */
    private String jt1;
    /**
     *
     */
    private String jt2;
    /**
     *
     */
    private String jt3;
    /**
     *
     */
    private String wlflbm;
    /**
     *
     */
    private String wlflmc;
    /**
     *
     */
    private String zsjflbm;
    /**
     *
     */
    private String zsjflmc;
    /**
     *
     */
    private String sjflbm;
    /**
     *
     */
    private String sjflmc;
    /**
     *
     */
    private BigDecimal zsl;
    /**
     *
     */
    private BigDecimal fsl;
    /**
     *
     */
    private String clcj;
    @Override
    public boolean equals(Object that) {
        if (this == that) {
            return true;
        }
        if (that == null) {
            return false;
        }
        if (getClass() != that.getClass()) {
            return false;
        }
        NccSaleXclGgsybWms other = (NccSaleXclGgsybWms) that;
        return (this.getPkOrg() == null ? other.getPkOrg() == null : this.getPkOrg().equals(other.getPkOrg()))
            && (this.getKczz() == null ? other.getKczz() == null : this.getKczz().equals(other.getKczz()))
            && (this.getScrq() == null ? other.getScrq() == null : this.getScrq().equals(other.getScrq()))
            && (this.getRkrq() == null ? other.getRkrq() == null : this.getRkrq().equals(other.getRkrq()))
            && (this.getCwarehouseid() == null ? other.getCwarehouseid() == null : this.getCwarehouseid().equals(other.getCwarehouseid()))
            && (this.getCk() == null ? other.getCk() == null : this.getCk().equals(other.getCk()))
            && (this.getSssyb() == null ? other.getSssyb() == null : this.getSssyb().equals(other.getSssyb()))
            && (this.getWlbm() == null ? other.getWlbm() == null : this.getWlbm().equals(other.getWlbm()))
            && (this.getWlmc() == null ? other.getWlmc() == null : this.getWlmc().equals(other.getWlmc()))
            && (this.getGg() == null ? other.getGg() == null : this.getGg().equals(other.getGg()))
            && (this.getXh() == null ? other.getXh() == null : this.getXh().equals(other.getXh()))
            && (this.getWljc() == null ? other.getWljc() == null : this.getWljc().equals(other.getWljc()))
            && (this.getKf() == null ? other.getKf() == null : this.getKf().equals(other.getKf()))
            && (this.getCunitid() == null ? other.getCunitid() == null : this.getCunitid().equals(other.getCunitid()))
            && (this.getZdw() == null ? other.getZdw() == null : this.getZdw().equals(other.getZdw()))
            && (this.getCastunitid() == null ? other.getCastunitid() == null : this.getCastunitid().equals(other.getCastunitid()))
            && (this.getFdw() == null ? other.getFdw() == null : this.getFdw().equals(other.getFdw()))
            && (this.getCstateid() == null ? other.getCstateid() == null : this.getCstateid().equals(other.getCstateid()))
            && (this.getKczt() == null ? other.getKczt() == null : this.getKczt().equals(other.getKczt()))
            && (this.getVbatchcode() == null ? other.getVbatchcode() == null : this.getVbatchcode().equals(other.getVbatchcode()))
            && (this.getJt1() == null ? other.getJt1() == null : this.getJt1().equals(other.getJt1()))
            && (this.getJt2() == null ? other.getJt2() == null : this.getJt2().equals(other.getJt2()))
            && (this.getJt3() == null ? other.getJt3() == null : this.getJt3().equals(other.getJt3()))
            && (this.getWlflbm() == null ? other.getWlflbm() == null : this.getWlflbm().equals(other.getWlflbm()))
            && (this.getWlflmc() == null ? other.getWlflmc() == null : this.getWlflmc().equals(other.getWlflmc()))
            && (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.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()));
    }
    @Override
    public int hashCode() {
        final int prime = 31;
        int result = 1;
        result = prime * result + ((getPkOrg() == null) ? 0 : getPkOrg().hashCode());
        result = prime * result + ((getKczz() == null) ? 0 : getKczz().hashCode());
        result = prime * result + ((getScrq() == null) ? 0 : getScrq().hashCode());
        result = prime * result + ((getRkrq() == null) ? 0 : getRkrq().hashCode());
        result = prime * result + ((getCwarehouseid() == null) ? 0 : getCwarehouseid().hashCode());
        result = prime * result + ((getCk() == null) ? 0 : getCk().hashCode());
        result = prime * result + ((getSssyb() == null) ? 0 : getSssyb().hashCode());
        result = prime * result + ((getWlbm() == null) ? 0 : getWlbm().hashCode());
        result = prime * result + ((getWlmc() == null) ? 0 : getWlmc().hashCode());
        result = prime * result + ((getGg() == null) ? 0 : getGg().hashCode());
        result = prime * result + ((getXh() == null) ? 0 : getXh().hashCode());
        result = prime * result + ((getWljc() == null) ? 0 : getWljc().hashCode());
        result = prime * result + ((getKf() == null) ? 0 : getKf().hashCode());
        result = prime * result + ((getCunitid() == null) ? 0 : getCunitid().hashCode());
        result = prime * result + ((getZdw() == null) ? 0 : getZdw().hashCode());
        result = prime * result + ((getCastunitid() == null) ? 0 : getCastunitid().hashCode());
        result = prime * result + ((getFdw() == null) ? 0 : getFdw().hashCode());
        result = prime * result + ((getCstateid() == null) ? 0 : getCstateid().hashCode());
        result = prime * result + ((getKczt() == null) ? 0 : getKczt().hashCode());
        result = prime * result + ((getVbatchcode() == null) ? 0 : getVbatchcode().hashCode());
        result = prime * result + ((getJt1() == null) ? 0 : getJt1().hashCode());
        result = prime * result + ((getJt2() == null) ? 0 : getJt2().hashCode());
        result = prime * result + ((getJt3() == null) ? 0 : getJt3().hashCode());
        result = prime * result + ((getWlflbm() == null) ? 0 : getWlflbm().hashCode());
        result = prime * result + ((getWlflmc() == null) ? 0 : getWlflmc().hashCode());
        result = prime * result + ((getZsjflbm() == null) ? 0 : getZsjflbm().hashCode());
        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 + ((getZsl() == null) ? 0 : getZsl().hashCode());
        result = prime * result + ((getFsl() == null) ? 0 : getFsl().hashCode());
        result = prime * result + ((getClcj() == null) ? 0 : getClcj().hashCode());
        return result;
    }
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", pkOrg=").append(pkOrg);
        sb.append(", kczz=").append(kczz);
        sb.append(", scrq=").append(scrq);
        sb.append(", rkrq=").append(rkrq);
        sb.append(", cwarehouseid=").append(cwarehouseid);
        sb.append(", ck=").append(ck);
        sb.append(", sssyb=").append(sssyb);
        sb.append(", wlbm=").append(wlbm);
        sb.append(", wlmc=").append(wlmc);
        sb.append(", gg=").append(gg);
        sb.append(", xh=").append(xh);
        sb.append(", wljc=").append(wljc);
        sb.append(", kf=").append(kf);
        sb.append(", cunitid=").append(cunitid);
        sb.append(", zdw=").append(zdw);
        sb.append(", castunitid=").append(castunitid);
        sb.append(", fdw=").append(fdw);
        sb.append(", cstateid=").append(cstateid);
        sb.append(", kczt=").append(kczt);
        sb.append(", vbatchcode=").append(vbatchcode);
        sb.append(", jt1=").append(jt1);
        sb.append(", jt2=").append(jt2);
        sb.append(", jt3=").append(jt3);
        sb.append(", wlflbm=").append(wlflbm);
        sb.append(", wlflmc=").append(wlflmc);
        sb.append(", zsjflbm=").append(zsjflbm);
        sb.append(", zsjflmc=").append(zsjflmc);
        sb.append(", sjflbm=").append(sjflbm);
        sb.append(", sjflmc=").append(sjflmc);
        sb.append(", zsl=").append(zsl);
        sb.append(", fsl=").append(fsl);
        sb.append(", clcj=").append(clcj);
        sb.append("]");
        return sb.toString();
    }
}
src/main/java/com/zy/nc/entity/NccSaleXsfhmxWms.java
@@ -177,7 +177,7 @@
    /**
     * 
     */
    private Double nastnum;
    private BigDecimal nastnum;
    /**
     * 
@@ -384,6 +384,41 @@
     */
    private Integer wmsFlag;
    /**
     *
     */
    private String vdef7;
    /**
     *
     */
    private String vdef2;
    /**
     *
     */
    private String vdef13;
    /**
     *
     */
    private String vdef3;
    /**
     *
     */
    private String vdef14;
    /**
     *
     */
    private String vdef8;
    /**
     *
     */
    private String vdef4;
    @Override
    public boolean equals(Object that) {
        if (this == that) {
@@ -469,7 +504,14 @@
            && (this.getKczzbm() == null ? other.getKczzbm() == null : this.getKczzbm().equals(other.getKczzbm()))
            && (this.getKczzmc() == null ? other.getKczzmc() == null : this.getKczzmc().equals(other.getKczzmc()))
            && (this.getVnote() == null ? other.getVnote() == null : this.getVnote().equals(other.getVnote()))
            && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag()));
            && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag()))
            && (this.getVdef7() == null ? other.getVdef7() == null : this.getVdef7().equals(other.getVdef7()))
            && (this.getVdef2() == null ? other.getVdef2() == null : this.getVdef2().equals(other.getVdef2()))
            && (this.getVdef13() == null ? other.getVdef13() == null : this.getVdef13().equals(other.getVdef13()))
            && (this.getVdef3() == null ? other.getVdef3() == null : this.getVdef3().equals(other.getVdef3()))
            && (this.getVdef14() == null ? other.getVdef14() == null : this.getVdef14().equals(other.getVdef14()))
            && (this.getVdef8() == null ? other.getVdef8() == null : this.getVdef8().equals(other.getVdef8()))
            && (this.getVdef4() == null ? other.getVdef4() == null : this.getVdef4().equals(other.getVdef4()));
    }
    @Override
@@ -550,6 +592,13 @@
        result = prime * result + ((getKczzmc() == null) ? 0 : getKczzmc().hashCode());
        result = prime * result + ((getVnote() == null) ? 0 : getVnote().hashCode());
        result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode());
        result = prime * result + ((getVdef7() == null) ? 0 : getVdef7().hashCode());
        result = prime * result + ((getVdef2() == null) ? 0 : getVdef2().hashCode());
        result = prime * result + ((getVdef13() == null) ? 0 : getVdef13().hashCode());
        result = prime * result + ((getVdef3() == null) ? 0 : getVdef3().hashCode());
        result = prime * result + ((getVdef14() == null) ? 0 : getVdef14().hashCode());
        result = prime * result + ((getVdef8() == null) ? 0 : getVdef8().hashCode());
        result = prime * result + ((getVdef4() == null) ? 0 : getVdef4().hashCode());
        return result;
    }
@@ -633,6 +682,13 @@
        sb.append(", kczzmc=").append(kczzmc);
        sb.append(", vnote=").append(vnote);
        sb.append(", wmsFlag=").append(wmsFlag);
        sb.append(", vdef7=").append(vdef7);
        sb.append(", vdef2=").append(vdef2);
        sb.append(", vdef13=").append(vdef13);
        sb.append(", vdef3=").append(vdef3);
        sb.append(", vdef14=").append(vdef14);
        sb.append(", vdef8=").append(vdef8);
        sb.append(", vdef4=").append(vdef4);
        sb.append("]");
        return sb.toString();
    }
src/main/java/com/zy/nc/entity/NccScZkmxbWms.java
@@ -1,306 +1,307 @@
package com.zy.nc.entity;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import lombok.Data;
import java.math.BigDecimal;
import java.util.Date;
import lombok.Data;
/**
 *
 * @TableName ncc_sc_zkmxb_wms
 */
@TableName(value = "ncc_sc_zkmxb_wms")
@TableName(value ="ncc_sc_zkmxb_wms")
@Data
public class NccScZkmxbWms {
    /**
     *
     *
     */
    @TableId
    private String cspecialbid;
    /**
     *
     *
     */
    private String vbillcode;
    /**
     *
     *
     */
    private String dmakedate;
    /**
     *
     *
     */
    private Date scdmakedate;
    /**
     *
     *
     */
    private String dbilldate;
    /**
     *
     *
     */
    private String taudittime;
    /**
     *
     *
     */
    private String zzbm;
    /**
     *
     *
     */
    private String zzmc;
    /**
     *
     *
     */
    private String ckzzbm;
    /**
     *
     *
     */
    private String ckzzmc;
    /**
     *
     *
     */
    private String ckssbcode;
    /**
     *
     *
     */
    private String cksssyb;
    /**
     *
     *
     */
    private String ckckbm;
    /**
     *
     *
     */
    private String ckckmc;
    /**
     *
     *
     */
    private String ckbmbm;
    /**
     *
     *
     */
    private String ckbmmc;
    /**
     *
     *
     */
    private String rkzzbm;
    /**
     *
     *
     */
    private String rkzzmc;
    /**
     *
     *
     */
    private String rkssbcode;
    /**
     *
     *
     */
    private String rksssyb;
    /**
     *
     *
     */
    private String rkckbm;
    /**
     *
     *
     */
    private String rkckmc;
    /**
     *
     *
     */
    private String rkbmbm;
    /**
     *
     *
     */
    private String rkbmmc;
    /**
     *
     *
     */
    private Long djzt;
    /**
     *
     *
     */
    private String zklx;
    /**
     *
     *
     */
    private String wlbm;
    /**
     *
     *
     */
    private String wlmc;
    /**
     *
     *
     */
    private String wlgg;
    /**
     *
     *
     */
    private String wlxh;
    /**
     *
     *
     */
    private String wljc;
    /**
     *
     *
     */
    private String jbflbm;
    /**
     *
     *
     */
    private String jbflmc;
    /**
     *
     *
     */
    private String sjflbm;
    /**
     *
     *
     */
    private String sjflmc;
    /**
     *
     *
     */
    private String zsjflbm;
    /**
     *
     *
     */
    private String zsjflmc;
    /**
     *
     *
     */
    private String zdw;
    /**
     *
     *
     */
    private String fdw;
    /**
     *
     *
     */
    private String kczt;
    /**
     *
     *
     */
    private String vbatchcode;
    /**
     *
     *
     */
    private String vdef1;
    /**
     *
     *
     */
    private String vdef2;
    /**
     *
     *
     */
    private String vdef3;
    /**
     *
     *
     */
    private String khbm;
    /**
     *
     *
     */
    private String khmc;
    /**
     *
     *
     */
    private String khjc;
    /**
     *
     *
     */
    private BigDecimal yzzsl;
    /**
     *
     *
     */
    private BigDecimal yzfsl;
    /**
     *
     *
     */
    private BigDecimal ljckzsl;
    /**
     *
     *
     */
    private BigDecimal ljrkzsl;
    /**
     *
     *
     */
    private Integer dr;
    /**
     *
     *
     */
    private String ts;
    /**
     *
     *
     */
    private Integer wmsFlag;
    /**
     *
     *
     */
    private Double yingzsl;
    private BigDecimal yingzsl;
    /**
     *
     *
     */
    private Double yingzzsl;
    private BigDecimal yingzzsl;
    /**
     *
     *
     */
    private Integer bdr;
    /**
     *
     *
     */
    private String bts;
@@ -316,7 +317,64 @@
            return false;
        }
        NccScZkmxbWms other = (NccScZkmxbWms) that;
        return (this.getCspecialbid() == null ? other.getCspecialbid() == null : this.getCspecialbid().equals(other.getCspecialbid())) && (this.getVbillcode() == null ? other.getVbillcode() == null : this.getVbillcode().equals(other.getVbillcode())) && (this.getDmakedate() == null ? other.getDmakedate() == null : this.getDmakedate().equals(other.getDmakedate())) && (this.getScdmakedate() == null ? other.getScdmakedate() == null : this.getScdmakedate().equals(other.getScdmakedate())) && (this.getDbilldate() == null ? other.getDbilldate() == null : this.getDbilldate().equals(other.getDbilldate())) && (this.getTaudittime() == null ? other.getTaudittime() == null : this.getTaudittime().equals(other.getTaudittime())) && (this.getZzbm() == null ? other.getZzbm() == null : this.getZzbm().equals(other.getZzbm())) && (this.getZzmc() == null ? other.getZzmc() == null : this.getZzmc().equals(other.getZzmc())) && (this.getCkzzbm() == null ? other.getCkzzbm() == null : this.getCkzzbm().equals(other.getCkzzbm())) && (this.getCkzzmc() == null ? other.getCkzzmc() == null : this.getCkzzmc().equals(other.getCkzzmc())) && (this.getCkssbcode() == null ? other.getCkssbcode() == null : this.getCkssbcode().equals(other.getCkssbcode())) && (this.getCksssyb() == null ? other.getCksssyb() == null : this.getCksssyb().equals(other.getCksssyb())) && (this.getCkckbm() == null ? other.getCkckbm() == null : this.getCkckbm().equals(other.getCkckbm())) && (this.getCkckmc() == null ? other.getCkckmc() == null : this.getCkckmc().equals(other.getCkckmc())) && (this.getCkbmbm() == null ? other.getCkbmbm() == null : this.getCkbmbm().equals(other.getCkbmbm())) && (this.getCkbmmc() == null ? other.getCkbmmc() == null : this.getCkbmmc().equals(other.getCkbmmc())) && (this.getRkzzbm() == null ? other.getRkzzbm() == null : this.getRkzzbm().equals(other.getRkzzbm())) && (this.getRkzzmc() == null ? other.getRkzzmc() == null : this.getRkzzmc().equals(other.getRkzzmc())) && (this.getRkssbcode() == null ? other.getRkssbcode() == null : this.getRkssbcode().equals(other.getRkssbcode())) && (this.getRksssyb() == null ? other.getRksssyb() == null : this.getRksssyb().equals(other.getRksssyb())) && (this.getRkckbm() == null ? other.getRkckbm() == null : this.getRkckbm().equals(other.getRkckbm())) && (this.getRkckmc() == null ? other.getRkckmc() == null : this.getRkckmc().equals(other.getRkckmc())) && (this.getRkbmbm() == null ? other.getRkbmbm() == null : this.getRkbmbm().equals(other.getRkbmbm())) && (this.getRkbmmc() == null ? other.getRkbmmc() == null : this.getRkbmmc().equals(other.getRkbmmc())) && (this.getDjzt() == null ? other.getDjzt() == null : this.getDjzt().equals(other.getDjzt())) && (this.getZklx() == null ? other.getZklx() == null : this.getZklx().equals(other.getZklx())) && (this.getWlbm() == null ? other.getWlbm() == null : this.getWlbm().equals(other.getWlbm())) && (this.getWlmc() == null ? other.getWlmc() == null : this.getWlmc().equals(other.getWlmc())) && (this.getWlgg() == null ? other.getWlgg() == null : this.getWlgg().equals(other.getWlgg())) && (this.getWlxh() == null ? other.getWlxh() == null : this.getWlxh().equals(other.getWlxh())) && (this.getWljc() == null ? other.getWljc() == null : this.getWljc().equals(other.getWljc())) && (this.getJbflbm() == null ? other.getJbflbm() == null : this.getJbflbm().equals(other.getJbflbm())) && (this.getJbflmc() == null ? other.getJbflmc() == null : this.getJbflmc().equals(other.getJbflmc())) && (this.getSjflbm() == null ? other.getSjflbm() == null : this.getSjflbm().equals(other.getSjflbm())) && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc())) && (this.getZsjflbm() == null ? other.getZsjflbm() == null : this.getZsjflbm().equals(other.getZsjflbm())) && (this.getZsjflmc() == null ? other.getZsjflmc() == null : this.getZsjflmc().equals(other.getZsjflmc())) && (this.getZdw() == null ? other.getZdw() == null : this.getZdw().equals(other.getZdw())) && (this.getFdw() == null ? other.getFdw() == null : this.getFdw().equals(other.getFdw())) && (this.getKczt() == null ? other.getKczt() == null : this.getKczt().equals(other.getKczt())) && (this.getVbatchcode() == null ? other.getVbatchcode() == null : this.getVbatchcode().equals(other.getVbatchcode())) && (this.getVdef1() == null ? other.getVdef1() == null : this.getVdef1().equals(other.getVdef1())) && (this.getVdef2() == null ? other.getVdef2() == null : this.getVdef2().equals(other.getVdef2())) && (this.getVdef3() == null ? other.getVdef3() == null : this.getVdef3().equals(other.getVdef3())) && (this.getKhbm() == null ? other.getKhbm() == null : this.getKhbm().equals(other.getKhbm())) && (this.getKhmc() == null ? other.getKhmc() == null : this.getKhmc().equals(other.getKhmc())) && (this.getKhjc() == null ? other.getKhjc() == null : this.getKhjc().equals(other.getKhjc())) && (this.getYzzsl() == null ? other.getYzzsl() == null : this.getYzzsl().equals(other.getYzzsl())) && (this.getYzfsl() == null ? other.getYzfsl() == null : this.getYzfsl().equals(other.getYzfsl())) && (this.getLjckzsl() == null ? other.getLjckzsl() == null : this.getLjckzsl().equals(other.getLjckzsl())) && (this.getLjrkzsl() == null ? other.getLjrkzsl() == null : this.getLjrkzsl().equals(other.getLjrkzsl())) && (this.getDr() == null ? other.getDr() == null : this.getDr().equals(other.getDr())) && (this.getTs() == null ? other.getTs() == null : this.getTs().equals(other.getTs())) && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag())) && (this.getYingzsl() == null ? other.getYingzsl() == null : this.getYingzsl().equals(other.getYingzsl())) && (this.getYingzzsl() == null ? other.getYingzzsl() == null : this.getYingzzsl().equals(other.getYingzzsl())) && (this.getBdr() == null ? other.getBdr() == null : this.getBdr().equals(other.getBdr())) && (this.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts()));
        return (this.getCspecialbid() == null ? other.getCspecialbid() == null : this.getCspecialbid().equals(other.getCspecialbid()))
            && (this.getVbillcode() == null ? other.getVbillcode() == null : this.getVbillcode().equals(other.getVbillcode()))
            && (this.getDmakedate() == null ? other.getDmakedate() == null : this.getDmakedate().equals(other.getDmakedate()))
            && (this.getScdmakedate() == null ? other.getScdmakedate() == null : this.getScdmakedate().equals(other.getScdmakedate()))
            && (this.getDbilldate() == null ? other.getDbilldate() == null : this.getDbilldate().equals(other.getDbilldate()))
            && (this.getTaudittime() == null ? other.getTaudittime() == null : this.getTaudittime().equals(other.getTaudittime()))
            && (this.getZzbm() == null ? other.getZzbm() == null : this.getZzbm().equals(other.getZzbm()))
            && (this.getZzmc() == null ? other.getZzmc() == null : this.getZzmc().equals(other.getZzmc()))
            && (this.getCkzzbm() == null ? other.getCkzzbm() == null : this.getCkzzbm().equals(other.getCkzzbm()))
            && (this.getCkzzmc() == null ? other.getCkzzmc() == null : this.getCkzzmc().equals(other.getCkzzmc()))
            && (this.getCkssbcode() == null ? other.getCkssbcode() == null : this.getCkssbcode().equals(other.getCkssbcode()))
            && (this.getCksssyb() == null ? other.getCksssyb() == null : this.getCksssyb().equals(other.getCksssyb()))
            && (this.getCkckbm() == null ? other.getCkckbm() == null : this.getCkckbm().equals(other.getCkckbm()))
            && (this.getCkckmc() == null ? other.getCkckmc() == null : this.getCkckmc().equals(other.getCkckmc()))
            && (this.getCkbmbm() == null ? other.getCkbmbm() == null : this.getCkbmbm().equals(other.getCkbmbm()))
            && (this.getCkbmmc() == null ? other.getCkbmmc() == null : this.getCkbmmc().equals(other.getCkbmmc()))
            && (this.getRkzzbm() == null ? other.getRkzzbm() == null : this.getRkzzbm().equals(other.getRkzzbm()))
            && (this.getRkzzmc() == null ? other.getRkzzmc() == null : this.getRkzzmc().equals(other.getRkzzmc()))
            && (this.getRkssbcode() == null ? other.getRkssbcode() == null : this.getRkssbcode().equals(other.getRkssbcode()))
            && (this.getRksssyb() == null ? other.getRksssyb() == null : this.getRksssyb().equals(other.getRksssyb()))
            && (this.getRkckbm() == null ? other.getRkckbm() == null : this.getRkckbm().equals(other.getRkckbm()))
            && (this.getRkckmc() == null ? other.getRkckmc() == null : this.getRkckmc().equals(other.getRkckmc()))
            && (this.getRkbmbm() == null ? other.getRkbmbm() == null : this.getRkbmbm().equals(other.getRkbmbm()))
            && (this.getRkbmmc() == null ? other.getRkbmmc() == null : this.getRkbmmc().equals(other.getRkbmmc()))
            && (this.getDjzt() == null ? other.getDjzt() == null : this.getDjzt().equals(other.getDjzt()))
            && (this.getZklx() == null ? other.getZklx() == null : this.getZklx().equals(other.getZklx()))
            && (this.getWlbm() == null ? other.getWlbm() == null : this.getWlbm().equals(other.getWlbm()))
            && (this.getWlmc() == null ? other.getWlmc() == null : this.getWlmc().equals(other.getWlmc()))
            && (this.getWlgg() == null ? other.getWlgg() == null : this.getWlgg().equals(other.getWlgg()))
            && (this.getWlxh() == null ? other.getWlxh() == null : this.getWlxh().equals(other.getWlxh()))
            && (this.getWljc() == null ? other.getWljc() == null : this.getWljc().equals(other.getWljc()))
            && (this.getJbflbm() == null ? other.getJbflbm() == null : this.getJbflbm().equals(other.getJbflbm()))
            && (this.getJbflmc() == null ? other.getJbflmc() == null : this.getJbflmc().equals(other.getJbflmc()))
            && (this.getSjflbm() == null ? other.getSjflbm() == null : this.getSjflbm().equals(other.getSjflbm()))
            && (this.getSjflmc() == null ? other.getSjflmc() == null : this.getSjflmc().equals(other.getSjflmc()))
            && (this.getZsjflbm() == null ? other.getZsjflbm() == null : this.getZsjflbm().equals(other.getZsjflbm()))
            && (this.getZsjflmc() == null ? other.getZsjflmc() == null : this.getZsjflmc().equals(other.getZsjflmc()))
            && (this.getZdw() == null ? other.getZdw() == null : this.getZdw().equals(other.getZdw()))
            && (this.getFdw() == null ? other.getFdw() == null : this.getFdw().equals(other.getFdw()))
            && (this.getKczt() == null ? other.getKczt() == null : this.getKczt().equals(other.getKczt()))
            && (this.getVbatchcode() == null ? other.getVbatchcode() == null : this.getVbatchcode().equals(other.getVbatchcode()))
            && (this.getVdef1() == null ? other.getVdef1() == null : this.getVdef1().equals(other.getVdef1()))
            && (this.getVdef2() == null ? other.getVdef2() == null : this.getVdef2().equals(other.getVdef2()))
            && (this.getVdef3() == null ? other.getVdef3() == null : this.getVdef3().equals(other.getVdef3()))
            && (this.getKhbm() == null ? other.getKhbm() == null : this.getKhbm().equals(other.getKhbm()))
            && (this.getKhmc() == null ? other.getKhmc() == null : this.getKhmc().equals(other.getKhmc()))
            && (this.getKhjc() == null ? other.getKhjc() == null : this.getKhjc().equals(other.getKhjc()))
            && (this.getYzzsl() == null ? other.getYzzsl() == null : this.getYzzsl().equals(other.getYzzsl()))
            && (this.getYzfsl() == null ? other.getYzfsl() == null : this.getYzfsl().equals(other.getYzfsl()))
            && (this.getLjckzsl() == null ? other.getLjckzsl() == null : this.getLjckzsl().equals(other.getLjckzsl()))
            && (this.getLjrkzsl() == null ? other.getLjrkzsl() == null : this.getLjrkzsl().equals(other.getLjrkzsl()))
            && (this.getDr() == null ? other.getDr() == null : this.getDr().equals(other.getDr()))
            && (this.getTs() == null ? other.getTs() == null : this.getTs().equals(other.getTs()))
            && (this.getWmsFlag() == null ? other.getWmsFlag() == null : this.getWmsFlag().equals(other.getWmsFlag()))
            && (this.getYingzsl() == null ? other.getYingzsl() == null : this.getYingzsl().equals(other.getYingzsl()))
            && (this.getYingzzsl() == null ? other.getYingzzsl() == null : this.getYingzzsl().equals(other.getYingzzsl()))
            && (this.getBdr() == null ? other.getBdr() == null : this.getBdr().equals(other.getBdr()))
            && (this.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts()));
    }
    @Override
@@ -446,7 +504,7 @@
        sb.append(", wmsFlag=").append(wmsFlag);
        sb.append(", yingzsl=").append(yingzsl);
        sb.append(", yingzzsl=").append(yingzzsl);
        sb.append(", bdr = ").append(bdr);
        sb.append(", bdr=").append(bdr);
        sb.append(", bts=").append(bts);
        sb.append("]");
        return sb.toString();
src/main/java/com/zy/nc/mapper/NccBdCustomerWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_bd_customer_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:47
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccBdCustomerWms
*/
public interface NccBdCustomerWmsMapper extends BaseMapper<NccBdCustomerWms> {
src/main/java/com/zy/nc/mapper/NccCgCgdhdWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_cg_cgdhd_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:47
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccCgCgdhdWms
*/
public interface NccCgCgdhdWmsMapper extends BaseMapper<NccCgCgdhdWms> {
src/main/java/com/zy/nc/mapper/NccCkPddWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_ck_pdd_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:47
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccCkPddWms
*/
public interface NccCkPddWmsMapper extends BaseMapper<NccCkPddWms> {
src/main/java/com/zy/nc/mapper/NccJcBmWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_jc_bm_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:48
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccJcBmWms
*/
public interface NccJcBmWmsMapper extends BaseMapper<NccJcBmWms> {
src/main/java/com/zy/nc/mapper/NccJcCkWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_jc_ck_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:48
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccJcCkWms
*/
public interface NccJcCkWmsMapper extends BaseMapper<NccJcCkWms> {
src/main/java/com/zy/nc/mapper/NccJcCkhwMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_jc_ckhw】的数据库操作Mapper
* @createDate 2025-05-08 09:54:48
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccJcCkhw
*/
public interface NccJcCkhwMapper extends BaseMapper<NccJcCkhw> {
src/main/java/com/zy/nc/mapper/NccJcQilibcBarcodeflowWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_jc_qilibc_barcodeflow_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:48
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccJcQilibcBarcodeflowWms
*/
public interface NccJcQilibcBarcodeflowWmsMapper extends BaseMapper<NccJcQilibcBarcodeflowWms> {
src/main/java/com/zy/nc/mapper/NccJcRyWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_jc_ry_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:48
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccJcRyWms
*/
public interface NccJcRyWmsMapper extends BaseMapper<NccJcRyWms> {
src/main/java/com/zy/nc/mapper/NccJcWlflWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_jc_wlfl_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:48
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccJcWlflWms
*/
public interface NccJcWlflWmsMapper extends BaseMapper<NccJcWlflWms> {
src/main/java/com/zy/nc/mapper/NccOrgCorpWmsMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【ncc_org_corp_wms】的数据库操作Mapper
* @createDate 2025-05-08 09:54:48
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccOrgCorpWms
*/
public interface NccOrgCorpWmsMapper extends BaseMapper<NccOrgCorpWms> {
src/main/java/com/zy/nc/mapper/NccSaleXclGgsybWmsMapper.java
New file
@@ -0,0 +1,15 @@
package com.zy.nc.mapper;
import com.zy.nc.entity.NccSaleXclGgsybWms;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* @author ZY
* @description 针对表【ncc_sale_xcl_ggsyb_wms】的数据库操作Mapper
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccSaleXclGgsybWms
*/
public interface NccSaleXclGgsybWmsMapper extends BaseMapper<NccSaleXclGgsybWms> {
}
src/main/java/com/zy/nc/mapper/NccSaleXsfhmxWmsMapper.java
@@ -1,17 +1,18 @@
package com.zy.nc.mapper;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.nc.entity.NccSaleXsfhmxWms;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import java.util.List;
/**
 * @author ZY
 * @description 针对表【ncc_sale_xsfhmx_wms】的数据库操作Mapper
 * @createDate 2025-05-08 09:54:48
 * @Entity com.zy.nc.entity.NccSaleXsfhmxWms
 */
* @author ZY
* @description 针对表【ncc_sale_xsfhmx_wms】的数据库操作Mapper
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccSaleXsfhmxWms
*/
public interface NccSaleXsfhmxWmsMapper extends BaseMapper<NccSaleXsfhmxWms> {
    List<String> selectXsfh();
}
src/main/java/com/zy/nc/mapper/NccScZkmxbWmsMapper.java
@@ -1,17 +1,18 @@
package com.zy.nc.mapper;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.nc.entity.NccScZkmxbWms;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import java.util.List;
/**
 * @author ZY
 * @description 针对表【ncc_sc_zkmxb_wms】的数据库操作Mapper
 * @createDate 2025-05-08 16:32:37
 * @Entity com.zy.nc.entity.NccScZkmxbWms
 */
* @author ZY
* @description 针对表【ncc_sc_zkmxb_wms】的数据库操作Mapper
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.NccScZkmxbWms
*/
public interface NccScZkmxbWmsMapper extends BaseMapper<NccScZkmxbWms> {
    List<String> selectZk();
}
src/main/java/com/zy/nc/mapper/VGetBdMaterialMapper.java
@@ -6,7 +6,7 @@
/**
* @author ZY
* @description 针对表【v_get_bd_material】的数据库操作Mapper
* @createDate 2025-05-08 09:54:48
* @createDate 2025-05-13 17:50:58
* @Entity com.zy.nc.entity.VGetBdMaterial
*/
public interface VGetBdMaterialMapper extends BaseMapper<VGetBdMaterial> {