XiaoRuby
2023-09-23 064457406bda554e713aea8bada1bb066be42b8e
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);
}