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();
|
}
|
}
|