杨凯
2023-10-18 2ab61832f8b85c30958e37215f4daa579e7fa354
consum-model-pojo/src/main/java/com/consum/model/po/WhGoods_mapper.java
@@ -74,12 +74,6 @@
        if (whGoods.isset_whCount) {
            this.setWhCount(whGoods.getWhCount());
        }
        if (whGoods.isset_transferCount) {
            this.setTransferCount(whGoods.getTransferCount());
        }
        if (whGoods.isset_allCount) {
            this.setAllCount(whGoods.getAllCount());
        }
        if (whGoods.isset_firstInputCode) {
            this.setFirstInputCode(whGoods.getFirstInputCode());
        }
@@ -161,8 +155,6 @@
        ib.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId);
        ib.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName);
        ib.set(WhCount, this.getWhCount(), this.isset_whCount);
        ib.set(TransferCount, this.getTransferCount(), this.isset_transferCount);
        ib.set(AllCount, this.getAllCount(), this.isset_allCount);
        ib.set(FirstInputCode, this.getFirstInputCode(), this.isset_firstInputCode);
        ib.set(FirstInputType, this.getFirstInputType(), this.isset_firstInputType);
        ib.set(FirstInputHisId, this.getFirstInputHisId(), this.isset_firstInputHisId);
@@ -188,8 +180,6 @@
        ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId);
        ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName);
        ub.set(WhCount, this.getWhCount(), this.isset_whCount);
        ub.set(TransferCount, this.getTransferCount(), this.isset_transferCount);
        ub.set(AllCount, this.getAllCount(), this.isset_allCount);
        ub.set(FirstInputCode, this.getFirstInputCode(), this.isset_firstInputCode);
        ub.set(FirstInputType, this.getFirstInputType(), this.isset_firstInputType);
        ub.set(FirstInputHisId, this.getFirstInputHisId(), this.isset_firstInputHisId);
@@ -216,8 +206,6 @@
        ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId);
        ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName);
        ub.set(WhCount, this.getWhCount(), this.isset_whCount);
        ub.set(TransferCount, this.getTransferCount(), this.isset_transferCount);
        ub.set(AllCount, this.getAllCount(), this.isset_allCount);
        ub.set(FirstInputCode, this.getFirstInputCode(), this.isset_firstInputCode);
        ub.set(FirstInputType, this.getFirstInputType(), this.isset_firstInputType);
        ub.set(FirstInputHisId, this.getFirstInputHisId(), this.isset_firstInputHisId);
@@ -243,8 +231,6 @@
        ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId);
        ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName);
        ub.set(WhCount, this.getWhCount(), this.isset_whCount);
        ub.set(TransferCount, this.getTransferCount(), this.isset_transferCount);
        ub.set(AllCount, this.getAllCount(), this.isset_allCount);
        ub.set(FirstInputCode, this.getFirstInputCode(), this.isset_firstInputCode);
        ub.set(FirstInputType, this.getFirstInputType(), this.isset_firstInputType);
        ub.set(FirstInputHisId, this.getFirstInputHisId(), this.isset_firstInputHisId);
@@ -383,17 +369,13 @@
        columnIndex = resultSetUtils.findColumn(rs, WhGoods_mapper.TransferCount);
        if (columnIndex > 0) {
            if (rs.getBigDecimal(columnIndex) == null) {
                wh_goods.setTransferCount(null);
            } else {
                wh_goods.setTransferCount(rs.getInt(columnIndex));
            }
        }
        columnIndex = resultSetUtils.findColumn(rs, WhGoods_mapper.AllCount);
        if (columnIndex > 0) {
            if (rs.getBigDecimal(columnIndex) == null) {
                wh_goods.setAllCount(null);
            } else {
                wh_goods.setAllCount(rs.getInt(columnIndex));
            }
        }
        columnIndex = resultSetUtils.findColumn(rs, WhGoods_mapper.FirstInputCode);