| | |
| | | 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()); |
| | | } |
| | |
| | | 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); |
| | |
| | | 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); |
| | |
| | | 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); |
| | |
| | | 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); |
| | |
| | | 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); |