|  |  |  | 
|---|
|  |  |  | 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 java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.annotations.TableId; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.annotations.TableName; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @TableId | 
|---|
|  |  |  | private String cspecialbid; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String cspecialhid; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String  zklxbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Integer wmsFlag; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private BigDecimal yingzsl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private BigDecimal yingzzsl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Integer bdr; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String bts; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String wmsMemo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public boolean equals(Object that) { | 
|---|
|  |  |  | if (this == that) { | 
|---|
|  |  |  | 
|---|
|  |  |  | && (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.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())) | 
|---|
|  |  |  | && (this.getWmsMemo() == null ? other.getWmsMemo() == null : this.getWmsMemo().equals(other.getWmsMemo())); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | 
|---|
|  |  |  | result = prime * result + ((getDr() == null) ? 0 : getDr().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getTs() == null) ? 0 : getTs().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getWmsFlag() == null) ? 0 : getWmsFlag().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getYingzsl() == null) ? 0 : getYingzsl().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getYingzzsl() == null) ? 0 : getYingzzsl().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getBdr() == null) ? 0 : getBdr().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getBts() == null) ? 0 : getBts().hashCode()); | 
|---|
|  |  |  | result = prime * result + ((getWmsMemo() == null) ? 0 : getWmsMemo().hashCode()); | 
|---|
|  |  |  | return result; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | sb.append(", dr=").append(dr); | 
|---|
|  |  |  | sb.append(", ts=").append(ts); | 
|---|
|  |  |  | sb.append(", wmsFlag=").append(wmsFlag); | 
|---|
|  |  |  | sb.append(", yingzsl=").append(yingzsl); | 
|---|
|  |  |  | sb.append(", yingzzsl=").append(yingzzsl); | 
|---|
|  |  |  | sb.append(", bdr=").append(bdr); | 
|---|
|  |  |  | sb.append(", bts=").append(bts); | 
|---|
|  |  |  | sb.append(", wmsMemo=").append(wmsMemo); | 
|---|
|  |  |  | sb.append("]"); | 
|---|
|  |  |  | return sb.toString(); | 
|---|
|  |  |  | } | 
|---|