From cbc9eb593e382ed40c66b3c38d279c751b10e0fb Mon Sep 17 00:00:00 2001 From: WYB <908761037@qq.com> Date: 星期四, 15 四月 2021 21:32:47 +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