|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String wlbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String vbatchcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String vdef4; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String wmsMemo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String fhckbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String fhckmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String wmsMemo; | 
|---|
|  |  |  | private String kpkhbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String kpkhmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public boolean equals(Object that) { | 
|---|
|  |  |  | if (this == that) { | 
|---|
|  |  |  | 
|---|
|  |  |  | && (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())); | 
|---|
|  |  |  | && (this.getVdef4() == null ? other.getVdef4() == null : this.getVdef4().equals(other.getVdef4())) | 
|---|
|  |  |  | && (this.getWmsMemo() == null ? other.getWmsMemo() == null : this.getWmsMemo().equals(other.getWmsMemo())) | 
|---|
|  |  |  | && (this.getFhckbm() == null ? other.getFhckbm() == null : this.getFhckbm().equals(other.getFhckbm())) | 
|---|
|  |  |  | && (this.getFhckmc() == null ? other.getFhckmc() == null : this.getFhckmc().equals(other.getFhckmc())); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | 
|---|
|  |  |  | result = prime * result + ((getVdef14() == null) ? 0 : getVdef14().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getVdef8() == null) ? 0 : getVdef8().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getVdef4() == null) ? 0 : getVdef4().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getWmsMemo() == null) ? 0 : getWmsMemo().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getFhckbm() == null) ? 0 : getFhckbm().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getFhckmc() == null) ? 0 : getFhckmc().hashCode()); | 
|---|
|  |  |  | return result; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | sb.append(", vdef14=").append(vdef14); | 
|---|
|  |  |  | sb.append(", vdef8=").append(vdef8); | 
|---|
|  |  |  | sb.append(", vdef4=").append(vdef4); | 
|---|
|  |  |  | sb.append(", wmsMemo=").append(wmsMemo); | 
|---|
|  |  |  | sb.append(", fhckbm=").append(fhckbm); | 
|---|
|  |  |  | sb.append(", fhckmc=").append(fhckmc); | 
|---|
|  |  |  | sb.append("]"); | 
|---|
|  |  |  | return sb.toString(); | 
|---|
|  |  |  | } | 
|---|