From 79e38bbf868f0d8eb7a7409c84f253b02621b2f6 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Sat, 7 May 2022 10:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/QC/QCOperationService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index 0be34ac9a..97f0b90b3 100644 --- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs @@ -20,6 +20,8 @@ using Newtonsoft.Json; using IRaCIS.Core.Infrastructure; using IRaCIS.Core.Application.Service.Inspection.DTO; using Nito.AsyncEx; +using IRaCIS.Core.Application.Service.Inspection.Interface; +using System.ComponentModel.Design; namespace IRaCIS.Core.Application.Image.QA {