| | |
| | | public static final String BusinessType = "business_type"; |
| | | public static final String BusinessId = "business_id"; |
| | | public static final String BaseGoodsModelsId = "base_goods_models_id"; |
| | | public static final String BaseGoodsModelsName = "base_goods_models_name"; |
| | | public static final String Price = "price"; |
| | | public static final String Counts = "counts"; |
| | | public static final String WorehouseCount = "worehouse_count"; |
| | |
| | | } |
| | | if (lWhProcureModel.isset_baseGoodsModelsId) { |
| | | this.setBaseGoodsModelsId(lWhProcureModel.getBaseGoodsModelsId()); |
| | | } |
| | | if (lWhProcureModel.isset_baseGoodsModelsName) { |
| | | this.setBaseGoodsModelsName(lWhProcureModel.getBaseGoodsModelsName()); |
| | | } |
| | | if (lWhProcureModel.isset_price) { |
| | | this.setPrice(lWhProcureModel.getPrice()); |
| | |
| | | ib.set(BusinessType, this.getBusinessType(), this.isset_businessType); |
| | | ib.set(BusinessId, this.getBusinessId(), this.isset_businessId); |
| | | ib.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId); |
| | | ib.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName); |
| | | ib.set(Price, this.getPrice(), this.isset_price); |
| | | ib.set(Counts, this.getCounts(), this.isset_counts); |
| | | ib.set(WorehouseCount, this.getWorehouseCount(), this.isset_worehouseCount); |
| | |
| | | ub.set(BusinessType, this.getBusinessType(), this.isset_businessType); |
| | | ub.set(BusinessId, this.getBusinessId(), this.isset_businessId); |
| | | ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId); |
| | | ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName); |
| | | ub.set(Price, this.getPrice(), this.isset_price); |
| | | ub.set(Counts, this.getCounts(), this.isset_counts); |
| | | ub.set(WorehouseCount, this.getWorehouseCount(), this.isset_worehouseCount); |
| | |
| | | ub.set(BusinessType, this.getBusinessType(), this.isset_businessType); |
| | | ub.set(BusinessId, this.getBusinessId(), this.isset_businessId); |
| | | ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId); |
| | | ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName); |
| | | ub.set(Price, this.getPrice(), this.isset_price); |
| | | ub.set(Counts, this.getCounts(), this.isset_counts); |
| | | ub.set(WorehouseCount, this.getWorehouseCount(), this.isset_worehouseCount); |
| | |
| | | ub.set(BusinessType, this.getBusinessType(), this.isset_businessType); |
| | | ub.set(BusinessId, this.getBusinessId(), this.isset_businessId); |
| | | ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId); |
| | | ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName); |
| | | ub.set(Price, this.getPrice(), this.isset_price); |
| | | ub.set(Counts, this.getCounts(), this.isset_counts); |
| | | ub.set(WorehouseCount, this.getWorehouseCount(), this.isset_worehouseCount); |
| | |
| | | */ |
| | | @Override |
| | | public SqlAndParameters<Map<String, Object>> getSelectSql_(String where, Map<String, Object> parameters) { |
| | | return new SqlAndParameters<>("select id, from_procure_goods_id, business_type, business_id, base_goods_models_id, price, counts, worehouse_count, supplier from " + this.getTableName_() + " " + where, parameters); |
| | | return new SqlAndParameters<>("select id, from_procure_goods_id, business_type, business_id, base_goods_models_id, base_goods_models_name, price, counts, worehouse_count, supplier from " + this.getTableName_() + " " + where, parameters); |
| | | } |
| | | |
| | | /** |
| | |
| | | */ |
| | | @Override |
| | | public SqlAndParameters<Object[]> getSelectSql_(String where, Object[] parameters) { |
| | | return new SqlAndParameters<>("select id, from_procure_goods_id, business_type, business_id, base_goods_models_id, price, counts, worehouse_count, supplier from " + this.getTableName_() + " " + where, parameters); |
| | | return new SqlAndParameters<>("select id, from_procure_goods_id, business_type, business_id, base_goods_models_id, base_goods_models_name, price, counts, worehouse_count, supplier from " + this.getTableName_() + " " + where, parameters); |
| | | } |
| | | |
| | | /** |
| | |
| | | l_wh_procure_model.setBaseGoodsModelsId(rs.getLong(columnIndex)); |
| | | } |
| | | } |
| | | columnIndex = resultSetUtils.findColumn(rs, LWhProcureModel_mapper.BaseGoodsModelsName); |
| | | if (columnIndex > 0) { |
| | | l_wh_procure_model.setBaseGoodsModelsName(rs.getString(columnIndex)); |
| | | } |
| | | columnIndex = resultSetUtils.findColumn(rs, LWhProcureModel_mapper.Price); |
| | | if (columnIndex > 0) { |
| | | if (rs.getBigDecimal(columnIndex) == null) { |