XiaoRuby
2023-08-04 3ad5b828240db97470c9a08b247b1f6f5cdc0dd7
laboratory-server/src/main/java/com/yuanchu/limslaboratory/mapper/MetricalInformationMapper.java
@@ -16,5 +16,5 @@
 */
public interface MetricalInformationMapper extends BaseMapper<MetricalInformation> {
    List<Map<String, Object>> getListEquipmentPointInformation();
    List<Map<String, Object>> getListEquipmentPointInformation(String InstrumentId);
}