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