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_cg_cgdhd_wms
|
*/
|
@TableName(value ="ncc_cg_cgdhd_wms")
|
@Data
|
public class NccCgCgdhdWms {
|
/**
|
*
|
*/
|
@TableId
|
private String pkArriveorderB;
|
|
/**
|
*
|
*/
|
private String pkArriveorder;
|
|
/**
|
*
|
*/
|
private String kczz;
|
|
/**
|
*
|
*/
|
private String kczzbm;
|
|
/**
|
*
|
*/
|
private String kczzmc;
|
|
/**
|
*
|
*/
|
private String cgzz;
|
|
/**
|
*
|
*/
|
private String cgzzbm;
|
|
/**
|
*
|
*/
|
private String cgzzmc;
|
|
/**
|
*
|
*/
|
private String vbillcode;
|
|
/**
|
*
|
*/
|
private String dbilldate;
|
|
/**
|
*
|
*/
|
private String pkSupplier;
|
|
/**
|
*
|
*/
|
private String gysbm;
|
|
/**
|
*
|
*/
|
private String gysmc;
|
|
/**
|
*
|
*/
|
private String ywlc;
|
|
/**
|
*
|
*/
|
private String dhlxbm;
|
|
/**
|
*
|
*/
|
private String ysfs;
|
|
/**
|
*
|
*/
|
private String shrbm;
|
|
/**
|
*
|
*/
|
private String shrmc;
|
|
/**
|
*
|
*/
|
private String cgbm;
|
|
/**
|
*
|
*/
|
private String cgmc;
|
|
/**
|
*
|
*/
|
private Long fbillstatus;
|
|
/**
|
*
|
*/
|
private String vmemo;
|
|
/**
|
*
|
*/
|
private String wlbm;
|
|
/**
|
*
|
*/
|
private String wlmc;
|
|
/**
|
*
|
*/
|
private BigDecimal nnum;
|
|
/**
|
*
|
*/
|
private BigDecimal nastnum;
|
|
/**
|
*
|
*/
|
private BigDecimal ydzsl;
|
|
/**
|
*
|
*/
|
private BigDecimal ydsl;
|
|
/**
|
*
|
*/
|
private String hts;
|
|
/**
|
*
|
*/
|
private String bts;
|
|
@Override
|
public boolean equals(Object that) {
|
if (this == that) {
|
return true;
|
}
|
if (that == null) {
|
return false;
|
}
|
if (getClass() != that.getClass()) {
|
return false;
|
}
|
NccCgCgdhdWms other = (NccCgCgdhdWms) that;
|
return (this.getPkArriveorderB() == null ? other.getPkArriveorderB() == null : this.getPkArriveorderB().equals(other.getPkArriveorderB()))
|
&& (this.getPkArriveorder() == null ? other.getPkArriveorder() == null : this.getPkArriveorder().equals(other.getPkArriveorder()))
|
&& (this.getKczz() == null ? other.getKczz() == null : this.getKczz().equals(other.getKczz()))
|
&& (this.getKczzbm() == null ? other.getKczzbm() == null : this.getKczzbm().equals(other.getKczzbm()))
|
&& (this.getKczzmc() == null ? other.getKczzmc() == null : this.getKczzmc().equals(other.getKczzmc()))
|
&& (this.getCgzz() == null ? other.getCgzz() == null : this.getCgzz().equals(other.getCgzz()))
|
&& (this.getCgzzbm() == null ? other.getCgzzbm() == null : this.getCgzzbm().equals(other.getCgzzbm()))
|
&& (this.getCgzzmc() == null ? other.getCgzzmc() == null : this.getCgzzmc().equals(other.getCgzzmc()))
|
&& (this.getVbillcode() == null ? other.getVbillcode() == null : this.getVbillcode().equals(other.getVbillcode()))
|
&& (this.getDbilldate() == null ? other.getDbilldate() == null : this.getDbilldate().equals(other.getDbilldate()))
|
&& (this.getPkSupplier() == null ? other.getPkSupplier() == null : this.getPkSupplier().equals(other.getPkSupplier()))
|
&& (this.getGysbm() == null ? other.getGysbm() == null : this.getGysbm().equals(other.getGysbm()))
|
&& (this.getGysmc() == null ? other.getGysmc() == null : this.getGysmc().equals(other.getGysmc()))
|
&& (this.getYwlc() == null ? other.getYwlc() == null : this.getYwlc().equals(other.getYwlc()))
|
&& (this.getDhlxbm() == null ? other.getDhlxbm() == null : this.getDhlxbm().equals(other.getDhlxbm()))
|
&& (this.getYsfs() == null ? other.getYsfs() == null : this.getYsfs().equals(other.getYsfs()))
|
&& (this.getShrbm() == null ? other.getShrbm() == null : this.getShrbm().equals(other.getShrbm()))
|
&& (this.getShrmc() == null ? other.getShrmc() == null : this.getShrmc().equals(other.getShrmc()))
|
&& (this.getCgbm() == null ? other.getCgbm() == null : this.getCgbm().equals(other.getCgbm()))
|
&& (this.getCgmc() == null ? other.getCgmc() == null : this.getCgmc().equals(other.getCgmc()))
|
&& (this.getFbillstatus() == null ? other.getFbillstatus() == null : this.getFbillstatus().equals(other.getFbillstatus()))
|
&& (this.getVmemo() == null ? other.getVmemo() == null : this.getVmemo().equals(other.getVmemo()))
|
&& (this.getWlbm() == null ? other.getWlbm() == null : this.getWlbm().equals(other.getWlbm()))
|
&& (this.getWlmc() == null ? other.getWlmc() == null : this.getWlmc().equals(other.getWlmc()))
|
&& (this.getNnum() == null ? other.getNnum() == null : this.getNnum().equals(other.getNnum()))
|
&& (this.getNastnum() == null ? other.getNastnum() == null : this.getNastnum().equals(other.getNastnum()))
|
&& (this.getYdzsl() == null ? other.getYdzsl() == null : this.getYdzsl().equals(other.getYdzsl()))
|
&& (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()));
|
}
|
|
@Override
|
public int hashCode() {
|
final int prime = 31;
|
int result = 1;
|
result = prime * result + ((getPkArriveorderB() == null) ? 0 : getPkArriveorderB().hashCode());
|
result = prime * result + ((getPkArriveorder() == null) ? 0 : getPkArriveorder().hashCode());
|
result = prime * result + ((getKczz() == null) ? 0 : getKczz().hashCode());
|
result = prime * result + ((getKczzbm() == null) ? 0 : getKczzbm().hashCode());
|
result = prime * result + ((getKczzmc() == null) ? 0 : getKczzmc().hashCode());
|
result = prime * result + ((getCgzz() == null) ? 0 : getCgzz().hashCode());
|
result = prime * result + ((getCgzzbm() == null) ? 0 : getCgzzbm().hashCode());
|
result = prime * result + ((getCgzzmc() == null) ? 0 : getCgzzmc().hashCode());
|
result = prime * result + ((getVbillcode() == null) ? 0 : getVbillcode().hashCode());
|
result = prime * result + ((getDbilldate() == null) ? 0 : getDbilldate().hashCode());
|
result = prime * result + ((getPkSupplier() == null) ? 0 : getPkSupplier().hashCode());
|
result = prime * result + ((getGysbm() == null) ? 0 : getGysbm().hashCode());
|
result = prime * result + ((getGysmc() == null) ? 0 : getGysmc().hashCode());
|
result = prime * result + ((getYwlc() == null) ? 0 : getYwlc().hashCode());
|
result = prime * result + ((getDhlxbm() == null) ? 0 : getDhlxbm().hashCode());
|
result = prime * result + ((getYsfs() == null) ? 0 : getYsfs().hashCode());
|
result = prime * result + ((getShrbm() == null) ? 0 : getShrbm().hashCode());
|
result = prime * result + ((getShrmc() == null) ? 0 : getShrmc().hashCode());
|
result = prime * result + ((getCgbm() == null) ? 0 : getCgbm().hashCode());
|
result = prime * result + ((getCgmc() == null) ? 0 : getCgmc().hashCode());
|
result = prime * result + ((getFbillstatus() == null) ? 0 : getFbillstatus().hashCode());
|
result = prime * result + ((getVmemo() == null) ? 0 : getVmemo().hashCode());
|
result = prime * result + ((getWlbm() == null) ? 0 : getWlbm().hashCode());
|
result = prime * result + ((getWlmc() == null) ? 0 : getWlmc().hashCode());
|
result = prime * result + ((getNnum() == null) ? 0 : getNnum().hashCode());
|
result = prime * result + ((getNastnum() == null) ? 0 : getNastnum().hashCode());
|
result = prime * result + ((getYdzsl() == null) ? 0 : getYdzsl().hashCode());
|
result = prime * result + ((getYdsl() == null) ? 0 : getYdsl().hashCode());
|
result = prime * result + ((getHts() == null) ? 0 : getHts().hashCode());
|
result = prime * result + ((getBts() == null) ? 0 : getBts().hashCode());
|
return result;
|
}
|
|
@Override
|
public String toString() {
|
StringBuilder sb = new StringBuilder();
|
sb.append(getClass().getSimpleName());
|
sb.append(" [");
|
sb.append("Hash = ").append(hashCode());
|
sb.append(", pkArriveorderB=").append(pkArriveorderB);
|
sb.append(", pkArriveorder=").append(pkArriveorder);
|
sb.append(", kczz=").append(kczz);
|
sb.append(", kczzbm=").append(kczzbm);
|
sb.append(", kczzmc=").append(kczzmc);
|
sb.append(", cgzz=").append(cgzz);
|
sb.append(", cgzzbm=").append(cgzzbm);
|
sb.append(", cgzzmc=").append(cgzzmc);
|
sb.append(", vbillcode=").append(vbillcode);
|
sb.append(", dbilldate=").append(dbilldate);
|
sb.append(", pkSupplier=").append(pkSupplier);
|
sb.append(", gysbm=").append(gysbm);
|
sb.append(", gysmc=").append(gysmc);
|
sb.append(", ywlc=").append(ywlc);
|
sb.append(", dhlxbm=").append(dhlxbm);
|
sb.append(", ysfs=").append(ysfs);
|
sb.append(", shrbm=").append(shrbm);
|
sb.append(", shrmc=").append(shrmc);
|
sb.append(", cgbm=").append(cgbm);
|
sb.append(", cgmc=").append(cgmc);
|
sb.append(", fbillstatus=").append(fbillstatus);
|
sb.append(", vmemo=").append(vmemo);
|
sb.append(", wlbm=").append(wlbm);
|
sb.append(", wlmc=").append(wlmc);
|
sb.append(", nnum=").append(nnum);
|
sb.append(", nastnum=").append(nastnum);
|
sb.append(", ydzsl=").append(ydzsl);
|
sb.append(", ydsl=").append(ydsl);
|
sb.append(", hts=").append(hts);
|
sb.append(", bts=").append(bts);
|
sb.append("]");
|
return sb.toString();
|
}
|
}
|