From f7832001589ccd80aebed43ea64cc901fac52020 Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期四, 08 四月 2021 09:11:26 +0800 Subject: [PATCH] 委外工序发出 --- WebAPI/WebAPI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 9841f31..b47a736 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -326,6 +326,8 @@ <Compile Include="Controllers\BaseSet\Gy_SupplierController.cs" /> <Compile Include="Controllers\BaseSet\Gy_WarehouseController.cs" /> <Compile Include="Controllers\CJGL\Cj_NoPassProcController.cs" /> + <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" /> + <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationEntrustInBillController.cs" /> <Compile Include="Controllers\LMESController.cs" /> <Compile Include="Controllers\LookingForBillController.cs" /> @@ -344,6 +346,7 @@ <Compile Include="Models\M_ProcMul.cs" /> <Compile Include="Models\M_StationBillMail.cs" /> <Compile Include="Models\M_Process.cs" /> + <Compile Include="Models\StationEntrustInBill.cs" /> <Compile Include="Models\StationOutBillView.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> -- Gitblit v1.9.1