jinlin
2024-02-04 4b04e7fd4fcad9af480a003509288aa6070b137e
modules/mainPart/src/main/java/com/zt/life/modules/configItemWarehouse/service/WarehouseConfigItemService.java
@@ -55,4 +55,8 @@
    public List<WarehouseConfigItem> warehouseConfigList(Long projectId, String ids, String type) {
        return baseDao.selectList(projectId, ids, type);
    }
    public WarehouseConfigItem getBySrc(Long projectId, Long srcId) {
        return baseDao.getBySrc(projectId, srcId);
    }
}