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_xsfhmx_wms */ @TableName(value ="ncc_sale_xsfhmx_wms") @Data public class NccSaleXsfhmxWms { /** * */ @TableId private String cdeliverybid; /** * */ private String cdeliveryid; /** * */ private String vbillcode; /** * */ private String csaleorgid; /** * */ private String cszzbm; /** * */ private String xxzzmc; /** * */ private String hdbilldate; /** * */ private String cdeptvid; /** * */ private String bmbm; /** * */ private String bmmc; /** * */ private String def5; /** * */ private String sssyb; /** * */ private Long fstatusflag; /** * */ private String taudittime; /** * */ private Integer hdr; /** * */ private String fbcdeliveryid; /** * */ private String dbilldate; /** * */ private String cordercustid; /** * */ private String khbm; /** * */ private String khmc; /** * */ private String khjc; /** * */ private String ywy; /** * */ private String cmaterialid; /** * */ private String wlbm; /** * */ private String wlmc; /** * */ private String wlgg; /** * */ private String wlxh; /** * */ private String wlflid; /** * */ private String wlflbm; /** * */ private String wlflmc; /** * */ private String castunitid; /** * */ private String dw; /** * */ private BigDecimal nastnum; /** * */ private String cunitid; /** * */ private String zdw; /** * */ private BigDecimal nnum; /** * */ private BigDecimal npiece; /** * */ private String blargessflag; /** * */ private String corigcurrencyid; /** * */ private String yb; /** * */ private BigDecimal nexchangerate; /** * */ private String ccurrencyid; /** * */ private String ctaxcodeid; /** * */ private BigDecimal ntaxrate; /** * */ private BigDecimal norigtaxprice; /** * */ private BigDecimal norigprice; /** * */ private BigDecimal norigmny; /** * */ private BigDecimal norigtaxmny; /** * */ private BigDecimal ntaxprice; /** * */ private BigDecimal nprice; /** * */ private BigDecimal nqttaxprice; /** * */ private BigDecimal nqtprice; /** * */ private BigDecimal ntax; /** * */ private BigDecimal nmny; /** * */ private BigDecimal ntaxmny; /** * */ private String vfirstcode; /** * */ private String cfirstid; /** * */ private String cfirstbid; /** * */ private String vsrccode; /** * */ private String csrcid; /** * */ private String csrcbid; /** * */ private String dsenddate; /** * */ private BigDecimal ntotaloutnum; /** * */ private String boutendflag; /** * */ private BigDecimal ntotalnotoutnum; /** * */ private Integer bdr; /** * */ private String ts; /** * */ private String hts; /** * */ private String shsf; /** * */ private String gssf; /** * */ private String kczzbm; /** * */ private String kczzmc; /** * */ private String vnote; /** * */ private Integer wmsFlag; @Override public boolean equals(Object that) { if (this == that) { return true; } if (that == null) { return false; } if (getClass() != that.getClass()) { return false; } NccSaleXsfhmxWms other = (NccSaleXsfhmxWms) that; return (this.getCdeliverybid() == null ? other.getCdeliverybid() == null : this.getCdeliverybid().equals(other.getCdeliverybid())) && (this.getCdeliveryid() == null ? other.getCdeliveryid() == null : this.getCdeliveryid().equals(other.getCdeliveryid())) && (this.getVbillcode() == null ? other.getVbillcode() == null : this.getVbillcode().equals(other.getVbillcode())) && (this.getCsaleorgid() == null ? other.getCsaleorgid() == null : this.getCsaleorgid().equals(other.getCsaleorgid())) && (this.getCszzbm() == null ? other.getCszzbm() == null : this.getCszzbm().equals(other.getCszzbm())) && (this.getXxzzmc() == null ? other.getXxzzmc() == null : this.getXxzzmc().equals(other.getXxzzmc())) && (this.getHdbilldate() == null ? other.getHdbilldate() == null : this.getHdbilldate().equals(other.getHdbilldate())) && (this.getCdeptvid() == null ? other.getCdeptvid() == null : this.getCdeptvid().equals(other.getCdeptvid())) && (this.getBmbm() == null ? other.getBmbm() == null : this.getBmbm().equals(other.getBmbm())) && (this.getBmmc() == null ? other.getBmmc() == null : this.getBmmc().equals(other.getBmmc())) && (this.getDef5() == null ? other.getDef5() == null : this.getDef5().equals(other.getDef5())) && (this.getSssyb() == null ? other.getSssyb() == null : this.getSssyb().equals(other.getSssyb())) && (this.getFstatusflag() == null ? other.getFstatusflag() == null : this.getFstatusflag().equals(other.getFstatusflag())) && (this.getTaudittime() == null ? other.getTaudittime() == null : this.getTaudittime().equals(other.getTaudittime())) && (this.getHdr() == null ? other.getHdr() == null : this.getHdr().equals(other.getHdr())) && (this.getFbcdeliveryid() == null ? other.getFbcdeliveryid() == null : this.getFbcdeliveryid().equals(other.getFbcdeliveryid())) && (this.getDbilldate() == null ? other.getDbilldate() == null : this.getDbilldate().equals(other.getDbilldate())) && (this.getCordercustid() == null ? other.getCordercustid() == null : this.getCordercustid().equals(other.getCordercustid())) && (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.getYwy() == null ? other.getYwy() == null : this.getYwy().equals(other.getYwy())) && (this.getCmaterialid() == null ? other.getCmaterialid() == null : this.getCmaterialid().equals(other.getCmaterialid())) && (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.getWlflid() == null ? other.getWlflid() == null : this.getWlflid().equals(other.getWlflid())) && (this.getWlflbm() == null ? other.getWlflbm() == null : this.getWlflbm().equals(other.getWlflbm())) && (this.getWlflmc() == null ? other.getWlflmc() == null : this.getWlflmc().equals(other.getWlflmc())) && (this.getCastunitid() == null ? other.getCastunitid() == null : this.getCastunitid().equals(other.getCastunitid())) && (this.getDw() == null ? other.getDw() == null : this.getDw().equals(other.getDw())) && (this.getNastnum() == null ? other.getNastnum() == null : this.getNastnum().equals(other.getNastnum())) && (this.getCunitid() == null ? other.getCunitid() == null : this.getCunitid().equals(other.getCunitid())) && (this.getZdw() == null ? other.getZdw() == null : this.getZdw().equals(other.getZdw())) && (this.getNnum() == null ? other.getNnum() == null : this.getNnum().equals(other.getNnum())) && (this.getNpiece() == null ? other.getNpiece() == null : this.getNpiece().equals(other.getNpiece())) && (this.getBlargessflag() == null ? other.getBlargessflag() == null : this.getBlargessflag().equals(other.getBlargessflag())) && (this.getCorigcurrencyid() == null ? other.getCorigcurrencyid() == null : this.getCorigcurrencyid().equals(other.getCorigcurrencyid())) && (this.getYb() == null ? other.getYb() == null : this.getYb().equals(other.getYb())) && (this.getNexchangerate() == null ? other.getNexchangerate() == null : this.getNexchangerate().equals(other.getNexchangerate())) && (this.getCcurrencyid() == null ? other.getCcurrencyid() == null : this.getCcurrencyid().equals(other.getCcurrencyid())) && (this.getCtaxcodeid() == null ? other.getCtaxcodeid() == null : this.getCtaxcodeid().equals(other.getCtaxcodeid())) && (this.getNtaxrate() == null ? other.getNtaxrate() == null : this.getNtaxrate().equals(other.getNtaxrate())) && (this.getNorigtaxprice() == null ? other.getNorigtaxprice() == null : this.getNorigtaxprice().equals(other.getNorigtaxprice())) && (this.getNorigprice() == null ? other.getNorigprice() == null : this.getNorigprice().equals(other.getNorigprice())) && (this.getNorigmny() == null ? other.getNorigmny() == null : this.getNorigmny().equals(other.getNorigmny())) && (this.getNorigtaxmny() == null ? other.getNorigtaxmny() == null : this.getNorigtaxmny().equals(other.getNorigtaxmny())) && (this.getNtaxprice() == null ? other.getNtaxprice() == null : this.getNtaxprice().equals(other.getNtaxprice())) && (this.getNprice() == null ? other.getNprice() == null : this.getNprice().equals(other.getNprice())) && (this.getNqttaxprice() == null ? other.getNqttaxprice() == null : this.getNqttaxprice().equals(other.getNqttaxprice())) && (this.getNqtprice() == null ? other.getNqtprice() == null : this.getNqtprice().equals(other.getNqtprice())) && (this.getNtax() == null ? other.getNtax() == null : this.getNtax().equals(other.getNtax())) && (this.getNmny() == null ? other.getNmny() == null : this.getNmny().equals(other.getNmny())) && (this.getNtaxmny() == null ? other.getNtaxmny() == null : this.getNtaxmny().equals(other.getNtaxmny())) && (this.getVfirstcode() == null ? other.getVfirstcode() == null : this.getVfirstcode().equals(other.getVfirstcode())) && (this.getCfirstid() == null ? other.getCfirstid() == null : this.getCfirstid().equals(other.getCfirstid())) && (this.getCfirstbid() == null ? other.getCfirstbid() == null : this.getCfirstbid().equals(other.getCfirstbid())) && (this.getVsrccode() == null ? other.getVsrccode() == null : this.getVsrccode().equals(other.getVsrccode())) && (this.getCsrcid() == null ? other.getCsrcid() == null : this.getCsrcid().equals(other.getCsrcid())) && (this.getCsrcbid() == null ? other.getCsrcbid() == null : this.getCsrcbid().equals(other.getCsrcbid())) && (this.getDsenddate() == null ? other.getDsenddate() == null : this.getDsenddate().equals(other.getDsenddate())) && (this.getNtotaloutnum() == null ? other.getNtotaloutnum() == null : this.getNtotaloutnum().equals(other.getNtotaloutnum())) && (this.getBoutendflag() == null ? other.getBoutendflag() == null : this.getBoutendflag().equals(other.getBoutendflag())) && (this.getNtotalnotoutnum() == null ? other.getNtotalnotoutnum() == null : this.getNtotalnotoutnum().equals(other.getNtotalnotoutnum())) && (this.getBdr() == null ? other.getBdr() == null : this.getBdr().equals(other.getBdr())) && (this.getTs() == null ? other.getTs() == null : this.getTs().equals(other.getTs())) && (this.getHts() == null ? other.getHts() == null : this.getHts().equals(other.getHts())) && (this.getShsf() == null ? other.getShsf() == null : this.getShsf().equals(other.getShsf())) && (this.getGssf() == null ? other.getGssf() == null : this.getGssf().equals(other.getGssf())) && (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())); } @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((getCdeliverybid() == null) ? 0 : getCdeliverybid().hashCode()); result = prime * result + ((getCdeliveryid() == null) ? 0 : getCdeliveryid().hashCode()); result = prime * result + ((getVbillcode() == null) ? 0 : getVbillcode().hashCode()); result = prime * result + ((getCsaleorgid() == null) ? 0 : getCsaleorgid().hashCode()); result = prime * result + ((getCszzbm() == null) ? 0 : getCszzbm().hashCode()); result = prime * result + ((getXxzzmc() == null) ? 0 : getXxzzmc().hashCode()); result = prime * result + ((getHdbilldate() == null) ? 0 : getHdbilldate().hashCode()); result = prime * result + ((getCdeptvid() == null) ? 0 : getCdeptvid().hashCode()); result = prime * result + ((getBmbm() == null) ? 0 : getBmbm().hashCode()); result = prime * result + ((getBmmc() == null) ? 0 : getBmmc().hashCode()); result = prime * result + ((getDef5() == null) ? 0 : getDef5().hashCode()); result = prime * result + ((getSssyb() == null) ? 0 : getSssyb().hashCode()); result = prime * result + ((getFstatusflag() == null) ? 0 : getFstatusflag().hashCode()); result = prime * result + ((getTaudittime() == null) ? 0 : getTaudittime().hashCode()); result = prime * result + ((getHdr() == null) ? 0 : getHdr().hashCode()); result = prime * result + ((getFbcdeliveryid() == null) ? 0 : getFbcdeliveryid().hashCode()); result = prime * result + ((getDbilldate() == null) ? 0 : getDbilldate().hashCode()); result = prime * result + ((getCordercustid() == null) ? 0 : getCordercustid().hashCode()); result = prime * result + ((getKhbm() == null) ? 0 : getKhbm().hashCode()); result = prime * result + ((getKhmc() == null) ? 0 : getKhmc().hashCode()); result = prime * result + ((getKhjc() == null) ? 0 : getKhjc().hashCode()); result = prime * result + ((getYwy() == null) ? 0 : getYwy().hashCode()); result = prime * result + ((getCmaterialid() == null) ? 0 : getCmaterialid().hashCode()); result = prime * result + ((getWlbm() == null) ? 0 : getWlbm().hashCode()); result = prime * result + ((getWlmc() == null) ? 0 : getWlmc().hashCode()); result = prime * result + ((getWlgg() == null) ? 0 : getWlgg().hashCode()); result = prime * result + ((getWlxh() == null) ? 0 : getWlxh().hashCode()); result = prime * result + ((getWlflid() == null) ? 0 : getWlflid().hashCode()); result = prime * result + ((getWlflbm() == null) ? 0 : getWlflbm().hashCode()); result = prime * result + ((getWlflmc() == null) ? 0 : getWlflmc().hashCode()); result = prime * result + ((getCastunitid() == null) ? 0 : getCastunitid().hashCode()); result = prime * result + ((getDw() == null) ? 0 : getDw().hashCode()); result = prime * result + ((getNastnum() == null) ? 0 : getNastnum().hashCode()); result = prime * result + ((getCunitid() == null) ? 0 : getCunitid().hashCode()); result = prime * result + ((getZdw() == null) ? 0 : getZdw().hashCode()); result = prime * result + ((getNnum() == null) ? 0 : getNnum().hashCode()); result = prime * result + ((getNpiece() == null) ? 0 : getNpiece().hashCode()); result = prime * result + ((getBlargessflag() == null) ? 0 : getBlargessflag().hashCode()); result = prime * result + ((getCorigcurrencyid() == null) ? 0 : getCorigcurrencyid().hashCode()); result = prime * result + ((getYb() == null) ? 0 : getYb().hashCode()); result = prime * result + ((getNexchangerate() == null) ? 0 : getNexchangerate().hashCode()); result = prime * result + ((getCcurrencyid() == null) ? 0 : getCcurrencyid().hashCode()); result = prime * result + ((getCtaxcodeid() == null) ? 0 : getCtaxcodeid().hashCode()); result = prime * result + ((getNtaxrate() == null) ? 0 : getNtaxrate().hashCode()); result = prime * result + ((getNorigtaxprice() == null) ? 0 : getNorigtaxprice().hashCode()); result = prime * result + ((getNorigprice() == null) ? 0 : getNorigprice().hashCode()); result = prime * result + ((getNorigmny() == null) ? 0 : getNorigmny().hashCode()); result = prime * result + ((getNorigtaxmny() == null) ? 0 : getNorigtaxmny().hashCode()); result = prime * result + ((getNtaxprice() == null) ? 0 : getNtaxprice().hashCode()); result = prime * result + ((getNprice() == null) ? 0 : getNprice().hashCode()); result = prime * result + ((getNqttaxprice() == null) ? 0 : getNqttaxprice().hashCode()); result = prime * result + ((getNqtprice() == null) ? 0 : getNqtprice().hashCode()); result = prime * result + ((getNtax() == null) ? 0 : getNtax().hashCode()); result = prime * result + ((getNmny() == null) ? 0 : getNmny().hashCode()); result = prime * result + ((getNtaxmny() == null) ? 0 : getNtaxmny().hashCode()); result = prime * result + ((getVfirstcode() == null) ? 0 : getVfirstcode().hashCode()); result = prime * result + ((getCfirstid() == null) ? 0 : getCfirstid().hashCode()); result = prime * result + ((getCfirstbid() == null) ? 0 : getCfirstbid().hashCode()); result = prime * result + ((getVsrccode() == null) ? 0 : getVsrccode().hashCode()); result = prime * result + ((getCsrcid() == null) ? 0 : getCsrcid().hashCode()); result = prime * result + ((getCsrcbid() == null) ? 0 : getCsrcbid().hashCode()); result = prime * result + ((getDsenddate() == null) ? 0 : getDsenddate().hashCode()); result = prime * result + ((getNtotaloutnum() == null) ? 0 : getNtotaloutnum().hashCode()); result = prime * result + ((getBoutendflag() == null) ? 0 : getBoutendflag().hashCode()); result = prime * result + ((getNtotalnotoutnum() == null) ? 0 : getNtotalnotoutnum().hashCode()); result = prime * result + ((getBdr() == null) ? 0 : getBdr().hashCode()); result = prime * result + ((getTs() == null) ? 0 : getTs().hashCode()); result = prime * result + ((getHts() == null) ? 0 : getHts().hashCode()); result = prime * result + ((getShsf() == null) ? 0 : getShsf().hashCode()); result = prime * result + ((getGssf() == null) ? 0 : getGssf().hashCode()); result = prime * result + ((getKczzbm() == null) ? 0 : getKczzbm().hashCode()); result = prime * result + ((getKczzmc() == null) ? 0 : getKczzmc().hashCode()); result = prime * result + ((getVnote() == null) ? 0 : getVnote().hashCode()); result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); return result; } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append(getClass().getSimpleName()); sb.append(" ["); sb.append("Hash = ").append(hashCode()); sb.append(", cdeliverybid=").append(cdeliverybid); sb.append(", cdeliveryid=").append(cdeliveryid); sb.append(", vbillcode=").append(vbillcode); sb.append(", csaleorgid=").append(csaleorgid); sb.append(", cszzbm=").append(cszzbm); sb.append(", xxzzmc=").append(xxzzmc); sb.append(", hdbilldate=").append(hdbilldate); sb.append(", cdeptvid=").append(cdeptvid); sb.append(", bmbm=").append(bmbm); sb.append(", bmmc=").append(bmmc); sb.append(", def5=").append(def5); sb.append(", sssyb=").append(sssyb); sb.append(", fstatusflag=").append(fstatusflag); sb.append(", taudittime=").append(taudittime); sb.append(", hdr=").append(hdr); sb.append(", fbcdeliveryid=").append(fbcdeliveryid); sb.append(", dbilldate=").append(dbilldate); sb.append(", cordercustid=").append(cordercustid); sb.append(", khbm=").append(khbm); sb.append(", khmc=").append(khmc); sb.append(", khjc=").append(khjc); sb.append(", ywy=").append(ywy); sb.append(", cmaterialid=").append(cmaterialid); sb.append(", wlbm=").append(wlbm); sb.append(", wlmc=").append(wlmc); sb.append(", wlgg=").append(wlgg); sb.append(", wlxh=").append(wlxh); sb.append(", wlflid=").append(wlflid); sb.append(", wlflbm=").append(wlflbm); sb.append(", wlflmc=").append(wlflmc); sb.append(", castunitid=").append(castunitid); sb.append(", dw=").append(dw); sb.append(", nastnum=").append(nastnum); sb.append(", cunitid=").append(cunitid); sb.append(", zdw=").append(zdw); sb.append(", nnum=").append(nnum); sb.append(", npiece=").append(npiece); sb.append(", blargessflag=").append(blargessflag); sb.append(", corigcurrencyid=").append(corigcurrencyid); sb.append(", yb=").append(yb); sb.append(", nexchangerate=").append(nexchangerate); sb.append(", ccurrencyid=").append(ccurrencyid); sb.append(", ctaxcodeid=").append(ctaxcodeid); sb.append(", ntaxrate=").append(ntaxrate); sb.append(", norigtaxprice=").append(norigtaxprice); sb.append(", norigprice=").append(norigprice); sb.append(", norigmny=").append(norigmny); sb.append(", norigtaxmny=").append(norigtaxmny); sb.append(", ntaxprice=").append(ntaxprice); sb.append(", nprice=").append(nprice); sb.append(", nqttaxprice=").append(nqttaxprice); sb.append(", nqtprice=").append(nqtprice); sb.append(", ntax=").append(ntax); sb.append(", nmny=").append(nmny); sb.append(", ntaxmny=").append(ntaxmny); sb.append(", vfirstcode=").append(vfirstcode); sb.append(", cfirstid=").append(cfirstid); sb.append(", cfirstbid=").append(cfirstbid); sb.append(", vsrccode=").append(vsrccode); sb.append(", csrcid=").append(csrcid); sb.append(", csrcbid=").append(csrcbid); sb.append(", dsenddate=").append(dsenddate); sb.append(", ntotaloutnum=").append(ntotaloutnum); sb.append(", boutendflag=").append(boutendflag); sb.append(", ntotalnotoutnum=").append(ntotalnotoutnum); sb.append(", bdr=").append(bdr); sb.append(", ts=").append(ts); sb.append(", hts=").append(hts); sb.append(", shsf=").append(shsf); sb.append(", gssf=").append(gssf); sb.append(", kczzbm=").append(kczzbm); sb.append(", kczzmc=").append(kczzmc); sb.append(", vnote=").append(vnote); sb.append(", wmsFlag=").append(wmsFlag); sb.append("]"); return sb.toString(); } }