From c52412f8fe00f666f7d154f0f0883449f065b5ff Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期一, 24 五月 2021 10:11:25 +0800
Subject: [PATCH] nothing

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 39c4473..d28f7c7 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -315,6 +315,9 @@
     <Compile Include="App_Start\RouteConfig.cs" />
     <Compile Include="App_Start\SwaggerConfig.cs" />
     <Compile Include="App_Start\WebApiConfig.cs" />
+    <Compile Include="Controllers\BaseSet\Gy_WorkCenterController.cs" />
+    <Compile Include="Controllers\BaseSet\Gy_CurrencyController.cs" />
+    <Compile Include="Controllers\BaseSet\Gy_UnitController.cs" />
     <Compile Include="Controllers\BaseSet\Gy_BadReasonController.cs" />
     <Compile Include="Controllers\BaseSet\Gy_CustomerController.cs" />
     <Compile Include="Controllers\BaseSet\Gy_DepartmentController.cs" />
@@ -344,6 +347,10 @@
     <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" />
     <Compile Include="Controllers\JHGL\Gy_RoutingBillController.cs" />
     <Compile Include="Controllers\QC_ManagementController.cs" />
+    <Compile Include="Controllers\SCGL\QC_LastPieceCheckBillController.cs" />
+    <Compile Include="Controllers\SCGL\QC_OutCompCheckBillController.cs" />
+    <Compile Include="Controllers\SCGL\QC_ProcessCheckBillController.cs" />
+    <Compile Include="Controllers\PZGL\QC_LastPieceCheckBillController.cs" />
     <Compile Include="Controllers\Sc_ProcessMangementController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationEntrustInBillController.cs" />
     <Compile Include="Controllers\LMESController.cs" />
@@ -359,6 +366,7 @@
     <Compile Include="Dapper\SqlPools.cs" />
     <Compile Include="DbUntil\DataFormatUntil.cs" />
     <Compile Include="DLL\ClsQC_NoPassProdCheckBill.cs" />
+    <Compile Include="DLL\ClsQC_PatrolProcCheckBill.cs" />
     <Compile Include="DLL\ClsSc_ProcessReport.cs" />
     <Compile Include="DLL\ClsSc_ProcessSendWork.cs" />
     <Compile Include="DLL\ClsWW_EntrustProcessReportBill.cs" />
@@ -374,6 +382,8 @@
     <Compile Include="Models\ClsWW_EntrustWorkOrderBillMain.cs" />
     <Compile Include="Models\ClsWW_EntrustWorkOrderBillSub.cs" />
     <Compile Include="Models\DocumentsView.cs" />
+    <Compile Include="Models\QC_ProcessCheckBillSub.cs" />
+    <Compile Include="Models\QC_ProcessCheckBillMain.cs" />
     <Compile Include="Models\Gy_RoutingBillSub.cs" />
     <Compile Include="Models\LookingForBill.cs" />
     <Compile Include="Models\M_Department.cs" />

--
Gitblit v1.9.1