bug
luoyisheng
2025-04-01 f7a9f7036f862500a03ce31b322a928392131fa7
medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwProtectionEquipmentServiceImpl.java
@@ -178,4 +178,13 @@
        return PageDTO.of(page);
    }
    /**
     * 防护器具列表
     *
     * @return
     */
    @Override
    public List<MwProtectionEquipmentVO> queryList() {
        return baseMapper.queryList();
    }
}