zss
2023-08-23 cd60954222dc5540ccdaf6b015a4be4c70b2b605
laboratory-server/src/main/java/com/yuanchu/limslaboratory/service/InstrumentService.java
@@ -35,9 +35,6 @@
    Integer updateEquipmentPointInformation(Instrument instrument);
    /**
     * 查询所有设备信息
     * @return
     */
    List<Map> selectInstrument();
}