From e6dab7f54698538c7415e057ff784daf6484db89 Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期三, 27 十月 2021 16:58:05 +0800 Subject: [PATCH] 1 --- WebAPI/WebAPI.csproj | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 29c559a..2b68cc6 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -278,10 +278,8 @@ <Compile Include="App_Start\RouteConfig.cs" /> <Compile Include="App_Start\SwaggerConfig.cs" /> <Compile Include="App_Start\WebApiConfig.cs" /> - <Compile Include="Controllers\BaseSet\Gy_ClassTimePrjController.cs" /> - <Compile Include="Controllers\BaseSet\Gy_WorkTypeController.cs" /> - <Compile Include="Controllers\BaseSet\Xt_DataDictionary_ProcController.cs" /> - <Compile Include="Controllers\BaseSet\Xt_DataDictionary_ViewController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_OrderBackInfoController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_OrderLevController.cs" /> <Compile Include="Controllers\BaseSet\Xt_DataDictionary_TableController.cs" /> <Compile Include="Controllers\BaseSet\Gy_ModelTypeController.cs" /> <Compile Include="Controllers\BaseSet\Gy_QCCheckClassController.cs" /> @@ -430,6 +428,8 @@ <Compile Include="Models\ApiConfig.cs" /> <Compile Include="Models\ApiResult.cs" /> <Compile Include="Models\CheckItem.cs" /> + <Compile Include="Models\Gy_OrderBackInfo.cs" /> + <Compile Include="Models\Gy_OrderLevList.cs" /> <Compile Include="Models\ClsGy_EquipFileType.cs" /> <Compile Include="Models\ClsGy_Material_Model.cs" /> <Compile Include="Models\ClsSb_EquipDotCheckBillMain.cs" /> @@ -446,10 +446,6 @@ <Compile Include="Models\ClsSc_MouldRepairOutBillMain.cs" /> <Compile Include="Models\ClsSc_MouldRepairOutBillSub.cs" /> <Compile Include="Models\ClsGy_ProcPrice.cs" /> - <Compile Include="Models\Gy_WorkType.cs" /> - <Compile Include="Models\Xt_DataDictionary_Proc.cs" /> - <Compile Include="Models\Xt_DataDictionary_View.cs" /> - <Compile Include="Models\Xt_DataDictionary_Table.cs" /> <Compile Include="Models\Gy_User.cs" /> <Compile Include="Models\Gy_UserSupper.cs" /> <Compile Include="Models\Menu.cs" /> @@ -532,7 +528,6 @@ <Compile Include="Models\WW_EntrustWorkOrderViewModel.cs" /> <Compile Include="Models\鍩虹璧勬枡\Gy_Employee.cs" /> <Compile Include="Models\鍩虹璧勬枡\Gy_Process.cs" /> - <Compile Include="Models\鍩虹璧勬枡\Gy_ClassTimePrj.cs" /> <Compile Include="Models\鍩虹璧勬枡\Warehouse.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> -- Gitblit v1.9.1