From b09f6b3f255fde37ca2d30375385fd7594f693b1 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期三, 22 九月 2021 17:39:33 +0800 Subject: [PATCH] 器具编辑改制入库页面(保存修改) --- WebAPI/WebAPI.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 83c934d..000abe6 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -386,6 +386,8 @@ <Compile Include="DLL\ClsSc_MouldMaintainBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdBackBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdInBill.cs" /> + <Compile Include="DLL\ClsSc_MouldMoveStockStepInBill.cs" /> + <Compile Include="DLL\ClsSc_MouldProdMoveBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdOutBill.cs" /> <Compile Include="DLL\ClsSc_MouldRepairCheckBill.cs" /> <Compile Include="DLL\ClsSc_MouldRepairInBill.cs" /> -- Gitblit v1.9.1