wente
2023-12-11 5a3210eae5d1ad752d8c0bfa062a217982901e6c
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);
}