consum-model-pojo/src/main/java/com/consum/model/po/WhGoods.java
@@ -40,14 +40,6 @@
    @JsonIgnore
    protected boolean isset_whCount = false;
    private Integer transferCount = null;
    @JsonIgnore
    protected boolean isset_transferCount = false;
    private Integer allCount = null;
    @JsonIgnore
    protected boolean isset_allCount = false;
    private String firstInputCode = null;
    @JsonIgnore
    protected boolean isset_firstInputCode = false;
@@ -195,34 +187,6 @@
    @JsonIgnore
    public boolean isEmptyWhCount() {
        return this.whCount == null;
    }
    public Integer getTransferCount() {
        return this.transferCount;
    }
    public void setTransferCount(Integer transferCount) {
        this.transferCount = transferCount;
        this.isset_transferCount = true;
    }
    @JsonIgnore
    public boolean isEmptyTransferCount() {
        return this.transferCount == null;
    }
    public Integer getAllCount() {
        return this.allCount;
    }
    public void setAllCount(Integer allCount) {
        this.allCount = allCount;
        this.isset_allCount = true;
    }
    @JsonIgnore
    public boolean isEmptyAllCount() {
        return this.allCount == null;
    }
    public String getFirstInputCode() {
@@ -391,8 +355,6 @@
                .append("baseGoodsModelsId=").append(this.baseGoodsModelsId)
                .append("baseGoodsModelsName=").append(this.baseGoodsModelsName)
                .append("whCount=").append(this.whCount)
                .append("transferCount=").append(this.transferCount)
                .append("allCount=").append(this.allCount)
                .append("firstInputCode=").append(this.firstInputCode)
                .append("firstInputType=").append(this.firstInputType)
                .append("firstInputHisId=").append(this.firstInputHisId)
@@ -435,12 +397,6 @@
        }
        if (this.isset_whCount) {
            wh_goods.setWhCount(this.getWhCount());
        }
        if (this.isset_transferCount) {
            wh_goods.setTransferCount(this.getTransferCount());
        }
        if (this.isset_allCount) {
            wh_goods.setAllCount(this.getAllCount());
        }
        if (this.isset_firstInputCode) {
            wh_goods.setFirstInputCode(this.getFirstInputCode());