From 2ab61832f8b85c30958e37215f4daa579e7fa354 Mon Sep 17 00:00:00 2001 From: 杨凯 <398860375@qq.com> Date: 星期三, 18 十月 2023 13:08:28 +0800 Subject: [PATCH] 新增PO --- consum-model-pojo/src/main/java/com/consum/model/po/WhGoods_mapper.java | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/WhGoods_mapper.java b/consum-model-pojo/src/main/java/com/consum/model/po/WhGoods_mapper.java index 4807789..08d3226 100644 --- a/consum-model-pojo/src/main/java/com/consum/model/po/WhGoods_mapper.java +++ b/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); -- Gitblit v1.9.1