inspection-server/src/main/java/com/yuanchu/limslaboratory/mapper/LinkDetectionMapper.java @@ -14,4 +14,5 @@ */ public interface LinkDetectionMapper extends MyBaseMapper<LinkDetection> { int deleteByLinkbasic(Integer id); }