jinlin
2024-02-21 09e19d4defad238ecf28a5749a4ce64904fa76b0
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);
    }
}