From 9f8866137285edba2f0f91bbfa1864399a405df0 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期一, 09 一月 2023 10:19:16 +0800 Subject: [PATCH] 1 --- WebAPI/WebAPI.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index ac86d0c..89666f3 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -400,6 +400,8 @@ <Compile Include="Controllers\SBGL\Sb_EquipSparepartsBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipSparepartsChangeBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipStatusChangeBillController.cs" /> + <Compile Include="Controllers\SBGL\SBTC\Sb_EquipStockInCheckBillController.cs" /> + <Compile Include="Controllers\SBGL\SBTC\Sb_EquipWorkBeforeCheckBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipWorkBeforeCheckBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipStockInCheckBillController.cs" /> <Compile Include="Controllers\SCGL\Sc_ComplementGoodBill_ZXBZController.cs" /> @@ -955,6 +957,8 @@ <Folder Include="Views\Sb_EquipSparepartsChangeBill\" /> <Folder Include="Views\Sb_EquipStatusChangeBill\" /> <Folder Include="Views\Sb_EquipStockInCheckBill\" /> + <Folder Include="Views\Sb_EquipWorkBeforeCheckBill\" /> + <Folder Include="Views\Sb_EquipStockInCheckBill\" /> <Folder Include="Views\Sc_CallGoodsBackRequestBill\" /> <Folder Include="Views\Sc_ComplementGoodBill\" /> <Folder Include="Views\Sc_ComplementGoodBill_ZXBZ\" /> -- Gitblit v1.9.1