XiaoRuby
2023-07-28 a33396e17dd847f31b62f416f7d9c5a58b79126b
laboratory-server/src/main/java/com/yuanchu/limslaboratory/service/MetricalInformationService.java
@@ -19,7 +19,7 @@
    Integer addEquipmentPointInformation(MetricalInformation metricalInformation, MultipartFile file);
    List<Map<String, Object>> getListEquipmentPointInformation();
    List<Map<String, Object>> getListEquipmentPointInformation(String InstrumentId);
    Integer deleteMetricalInformation(Integer metricalInformationId);