From 35bb50e0a87f0ec4dde2c5882f555d7a6c3b0fd5 Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期二, 29 六月 2021 10:23:38 +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 19c7d2f..729de1b 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -354,6 +354,7 @@ <Compile Include="Controllers\MJGL\Sc_MouldOtherOutBillController.cs" /> <Compile Include="Controllers\MJJY\Mj_PDA_MoudlCheckController.cs" /> <Compile Include="Controllers\PublicPageMethodController.cs" /> + <Compile Include="Controllers\Sc_MouldController.cs" /> <Compile Include="Controllers\Sc_GroupOrderBillController.cs" /> <Compile Include="Controllers\QC_ManagementController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipDotCheckBillController.cs" /> @@ -395,6 +396,7 @@ <Compile Include="DLL\ClsSc_MESStopWorkBill.cs" /> <Compile Include="DLL\ClsSc_MouldDotCheckBill.cs" /> <Compile Include="DLL\ClsSc_MouldLifeChangeBill.cs" /> + <Compile Include="DLL\ClsSc_MouldMaintainBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdBackBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdOutBill.cs" /> <Compile Include="DLL\ClsSc_MouldRepairCheckBill.cs" /> @@ -412,6 +414,8 @@ <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" /> <Compile Include="Models\ClsSc_MouldDotCheckBillMain.cs" /> <Compile Include="Models\ClsSc_MouldDotCheckBillSub.cs" /> + <Compile Include="Models\ClsSc_MouldMaintainBillMain.cs" /> + <Compile Include="Models\ClsSc_MouldMaintainBillSub.cs" /> <Compile Include="Models\ClsSc_MouldStockBillMain.cs" /> <Compile Include="Models\ClsSc_MouldStockBillSub.cs" /> <Compile Include="Models\ClsSc_ProcessSendWorkMain.cs" /> -- Gitblit v1.9.1