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