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