From 3e291c359a5ee1a024ccf4daa1c8694d0b1acc3c Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 02 七月 2021 08:47:26 +0800 Subject: [PATCH] nothing --- WebAPI/WebAPI.csproj | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index dbd9b7c..92148fa 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -315,6 +315,10 @@ <Compile Include="App_Start\RouteConfig.cs" /> <Compile Include="App_Start\SwaggerConfig.cs" /> <Compile Include="App_Start\WebApiConfig.cs" /> + <Compile Include="Controllers\BaseSet\Gy_EquipMentController.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" /> @@ -343,6 +347,11 @@ <Compile Include="Controllers\CJGL\Cj_StationInBillController.cs" /> <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\Sc_MouldOtherInBillController.cs" /> <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationEntrustInBillController.cs" /> <Compile Include="Controllers\LMESController.cs" /> @@ -358,6 +367,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" /> @@ -365,6 +375,14 @@ <Compile Include="DLL\ClsWW_EntrustWorkOrderBill.cs" /> <Compile Include="Models\ApiConfig.cs" /> <Compile Include="Models\ApiResult.cs" /> + <Compile Include="Models\EquipMent.cs" /> + <Compile Include="Models\Gy_Mould.cs" /> + <Compile Include="Models\Gy_MouldSub.cs" /> + <Compile Include="Models\Sc_MouldStockBillMain.cs" /> + <Compile Include="Models\Sc_MouldStockBillSub.cs" /> + <Compile Include="Models\Xt_AccountPeriod.cs" /> + <Compile Include="Models\xtgnb.cs" /> + <Compile Include="Models\SystemParameter.cs" /> <Compile Include="Models\ClsSc_ProcessSendWorkMain.cs" /> <Compile Include="Models\ClsWW_EntrustProcessReportBillMain.cs" /> <Compile Include="Models\ClsWW_EntrustProcessReportBillSub.cs" /> @@ -372,7 +390,16 @@ <Compile Include="Models\ClsWW_EntrustProcessSendOutBillSub.cs" /> <Compile Include="Models\ClsWW_EntrustWorkOrderBillMain.cs" /> <Compile Include="Models\ClsWW_EntrustWorkOrderBillSub.cs" /> + <Compile Include="Models\Customer.cs" /> + <Compile Include="Models\BillType.cs" /> + <Compile Include="Models\QC_OutCompCheckBillMain.cs" /> + <Compile Include="Models\QC_OutCompCheckBillSub.cs" /> + <Compile Include="Models\Supplier.cs" /> <Compile Include="Models\DocumentsView.cs" /> + <Compile Include="Models\QC_LastPieceCheckBillSub.cs" /> + <Compile Include="Models\QC_LastPieceCheckBillMain.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" /> @@ -468,6 +495,7 @@ <ItemGroup> <Folder Include="App_Data\" /> <Folder Include="Views\MoveStockBill\" /> + <Folder Include="Views\QC_Management\" /> </ItemGroup> <ItemGroup> <WCFMetadata Include="Service References\" /> -- Gitblit v1.9.1