From 22c1eedac6cc769e6590954442a8bade4c7900ec Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期四, 16 九月 2021 08:22:14 +0800 Subject: [PATCH] 1 --- WebAPI/WebAPI.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 3229e98..958b841 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -319,6 +319,10 @@ <Compile Include="Controllers\CJGL\Cj_StationInBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" /> <Compile Include="Controllers\JHGL\Gy_RoutingBillController.cs" /> + <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepInBillListController .cs" /> + <Compile Include="Controllers\MJGL\Sc_MouldProdMoveBillListController.cs" /> + <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepOutBillController.cs" /> + <Compile Include="Controllers\MJGL\Sc_MouldProdInBillController.cs" /> <Compile Include="Controllers\MJGL\Sc_MouldScrapInBillController.cs" /> <Compile Include="Controllers\MJGL\Sc_MouldOtherOutBillController.cs" /> <Compile Include="Controllers\MJJY\Mj_PDA_MoudlCheckController.cs" /> @@ -379,6 +383,7 @@ <Compile Include="DLL\ClsSc_MouldLifeChangeBill.cs" /> <Compile Include="DLL\ClsSc_MouldMaintainBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdBackBill.cs" /> + <Compile Include="DLL\ClsSc_MouldProdInBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdOutBill.cs" /> <Compile Include="DLL\ClsSc_MouldRepairCheckBill.cs" /> <Compile Include="DLL\ClsSc_MouldScrapInBill.cs" /> -- Gitblit v1.9.1