wente
2023-12-08 bc8ff037b8f01268a0a032d0ad8d503c48d5e9f8
modules/mainPart/src/main/java/com/zt/life/modules/configItemWarehouse/dao/WarehouseConfigItemDao.java
@@ -22,4 +22,6 @@
    List<WarehouseConfigItem> getList(Map<String, Object> params);
    List<WarehouseConfigItem> itemList(Long projectId);
    List<WarehouseConfigItem> warehouseList(Long projectId);
}