自动化立体仓库 - WMS系统
#
Junjie
2 天以前 6f01b51fc0770fda7787076caf0314be7a7f6656
src/main/java/com/zy/nc/entity/NccScZkmxbWms.java
@@ -1,10 +1,10 @@
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;
/**
@@ -15,299 +15,306 @@
@Data
public class NccScZkmxbWms {
    /**
     *
     *
     */
    @TableId
    private String cspecialbid;
    private String cspecialhid;
    private String  zklxbm;
    /**
     *
     *
     */
    private String vbillcode;
    /**
     *
     *
     */
    private String dmakedate;
    /**
     *
     *
     */
    private Date scdmakedate;
    /**
     *
     *
     */
    private String dbilldate;
    /**
     *
     *
     */
    private String taudittime;
    /**
     *
     *
     */
    private String zzbm;
    /**
     *
     *
     */
    private String zzmc;
    /**
     *
     *
     */
    private String ckzzbm;
    /**
     *
     *
     */
    private String ckzzmc;
    /**
     *
     *
     */
    private String ckssbcode;
    /**
     *
     *
     */
    private String cksssyb;
    /**
     *
     *
     */
    private String ckckbm;
    /**
     *
     *
     */
    private String ckckmc;
    /**
     *
     *
     */
    private String ckbmbm;
    /**
     *
     *
     */
    private String ckbmmc;
    /**
     *
     *
     */
    private String rkzzbm;
    /**
     *
     *
     */
    private String rkzzmc;
    /**
     *
     *
     */
    private String rkssbcode;
    /**
     *
     *
     */
    private String rksssyb;
    /**
     *
     *
     */
    private String rkckbm;
    /**
     *
     *
     */
    private String rkckmc;
    /**
     *
     *
     */
    private String rkbmbm;
    /**
     *
     *
     */
    private String rkbmmc;
    /**
     *
     *
     */
    private Long djzt;
    /**
     *
     *
     */
    private String zklx;
    /**
     *
     *
     */
    private String wlbm;
    /**
     *
     *
     */
    private String wlmc;
    /**
     *
     *
     */
    private String wlgg;
    /**
     *
     *
     */
    private String wlxh;
    /**
     *
     *
     */
    private String wljc;
    /**
     *
     *
     */
    private String jbflbm;
    /**
     *
     *
     */
    private String jbflmc;
    /**
     *
     *
     */
    private String sjflbm;
    /**
     *
     *
     */
    private String sjflmc;
    /**
     *
     *
     */
    private String zsjflbm;
    /**
     *
     *
     */
    private String zsjflmc;
    /**
     *
     *
     */
    private String zdw;
    /**
     *
     *
     */
    private String fdw;
    /**
     *
     *
     */
    private String kczt;
    /**
     *
     *
     */
    private String vbatchcode;
    /**
     *
     *
     */
    private String vdef1;
    /**
     *
     *
     */
    private String vdef2;
    /**
     *
     *
     */
    private String vdef3;
    /**
     *
     *
     */
    private String khbm;
    /**
     *
     *
     */
    private String khmc;
    /**
     *
     *
     */
    private String khjc;
    /**
     *
     *
     */
    private BigDecimal yzzsl;
    /**
     *
     *
     */
    private BigDecimal yzfsl;
    /**
     *
     *
     */
    private BigDecimal ljckzsl;
    /**
     *
     *
     */
    private BigDecimal ljrkzsl;
    /**
     *
     *
     */
    private Integer dr;
    /**
     *
     *
     */
    private String ts;
    /**
     *
     *
     */
    private Integer wmsFlag;
    /**
     *
     *
     */
    private BigDecimal yingzsl;
    /**
     *
     *
     */
    private BigDecimal yingzzsl;
    /**
     *
     *
     */
    private Integer bdr;
    /**
     *
     *
     */
    private String bts;
    /**
     *
     *
     */
    private String wmsMemo;
    @Override
    public boolean equals(Object that) {
@@ -378,7 +385,8 @@
            && (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.getBts() == null ? other.getBts() == null : this.getBts().equals(other.getBts()))
            && (this.getWmsMemo() == null ? other.getWmsMemo() == null : this.getWmsMemo().equals(other.getWmsMemo()));
    }
    @Override
@@ -443,6 +451,7 @@
        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;
    }
@@ -510,6 +519,7 @@
        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();
    }