危化品全生命周期管理后端
heheng
2025-02-26 996c091a4913ac768324b7ea69a8494ba9d6ece0
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);
}