zss
2023-09-01 a92b6f6175b1401071e5fb3bd9fab8a2a3b72011
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);
}