Fixiaobai
2023-09-09 61f0ed42abb8b3a270f3dcefeff988da5e73a5fe
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);
}