inspection-server/src/main/java/com/yuanchu/limslaboratory/service/InspectionProductService.java
@@ -12,12 +12,6 @@ */ public interface InspectionProductService extends IService<InspectionProduct> { /** * 更新检验项目 * @param userId * @param inspectionProduct * @return */ boolean updateInsProduct(Integer userId, InspectionProduct inspectionProduct); }