heheng
2025-03-06 8b1d6e1b442c1909bd747805bd1845b40caabe0c
hazmat-system/src/main/java/com/gkhy/hazmat/system/mapper/HzWarehouseMapper.java
@@ -56,4 +56,6 @@
    int deleteByCupboardId(Long cupboardId);
    List<HzWarehouseCupboard> selectByWarehouseId(Long id);
    List<HzWarehouseCupboard> selectByCupboardIds(List<Integer> ids);
}