XiaoRuby
2023-08-21 4b55cf8d21443e366f83acf20c4333abef8f54ae
laboratory-server/src/main/java/com/yuanchu/limslaboratory/service/impl/InstrumentServiceImpl.java
@@ -81,9 +81,5 @@
        return 0;
    }
    //查询所有设备信息
    @Override
    public List<Map> selectInstrument() {
        return instrumentMapper.selectInstrument();
    }
}