wente
2023-12-13 99e94aa2b7d2bd6736b1dfdf2ed6be54a4c8cdec
modules/mainPart/src/main/java/com/zt/life/modules/configItemWarehouse/dao/WarehouseConfigItemDao.java
@@ -21,5 +21,7 @@
    List<WarehouseConfigItem> getList(Map<String, Object> params);
    List<DictIstance> itemList(Long projectId);
    List<WarehouseConfigItem> itemList(Long projectId);
    List<WarehouseConfigItem> warehouseList(Long projectId,String ids);
}