From 378f4b9857f57e483ffed5a77286195c51e62eb5 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 04 一月 2023 15:33:59 +0800 Subject: [PATCH] 设备投产 --- WebAPI/WebAPI.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index b91e507..30f6417 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\Sb_EquipStockInCheckBillController.cs" /> + <Compile Include="Controllers\SBGL\Sb_EquipWorkBeforeCheckBillController.cs" /> <Compile Include="Controllers\SCGL\Sc_ComplementGoodBill_ZXBZController.cs" /> <Compile Include="Controllers\SCGL\鏃ヨ鍒掔鐞哱DataHelper.cs" /> <Compile Include="Controllers\SCGL\鏃ヨ鍒掔鐞哱JIT_Cg_PODemandPlanBillController.cs" /> @@ -952,6 +954,8 @@ <Folder Include="Views\Sb_EquipSparepartsBill\" /> <Folder Include="Views\Sb_EquipSparepartsChangeBill\" /> <Folder Include="Views\Sb_EquipStatusChangeBill\" /> + <Folder Include="Views\Sb_EquipStockInCheckBill\" /> + <Folder Include="Views\Sb_EquipWorkBeforeCheckBill\" /> <Folder Include="Views\Sc_CallGoodsBackRequestBill\" /> <Folder Include="Views\Sc_ComplementGoodBill\" /> <Folder Include="Views\Sc_ComplementGoodBill_ZXBZ\" /> -- Gitblit v1.9.1