From a09e6870ba5aedd996a8c3f401b715c922f4b780 Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期三, 14 四月 2021 21:36:50 +0800
Subject: [PATCH] 不良评审原因列表选中逻辑编写

---
 WebAPI/WebAPI.csproj |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index f5ee9d5..373275c 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -338,6 +338,7 @@
     <Compile Include="Dapper\SqlHelper.cs" />
     <Compile Include="Dapper\SqlPools.cs" />
     <Compile Include="DbUntil\DataFormatUntil.cs" />
+    <Compile Include="DLL\ClsSc_ProcessReport.cs" />
     <Compile Include="Models\ApiConfig.cs" />
     <Compile Include="Models\ApiResult.cs" />
     <Compile Include="Models\DocumentsView.cs" />
@@ -348,6 +349,7 @@
     <Compile Include="Models\M_Process.cs" />
     <Compile Include="Models\Sc_ProcessPlanViewModel.cs" />
     <Compile Include="Models\Sc_ProcessReportViewModel.cs" />
+    <Compile Include="Models\Sc_ProcessSendWorkViewModel.cs" />
     <Compile Include="Models\StationEntrustInBill.cs" />
     <Compile Include="Models\StationOutBillView.cs" />
     <Compile Include="Properties\Resources.Designer.cs">

--
Gitblit v1.9.1