危化品全生命周期管理后端
heheng
2025-04-18 5b18c5a8c26194474b65b180c6e87e180a03c646
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);
}