XiaoRuby
2023-08-30 730443b70de88d328ffa275f51f69280fda979e4
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);
}