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