From 29bf4ed5663d0f2b8cbf170d919bd3f5bf5c1e14 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期三, 22 九月 2021 17:39:06 +0800 Subject: [PATCH] 器具编辑改制入库页面(保存修改) --- WebAPI/WebAPI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 41d8e30..83c934d 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -388,6 +388,7 @@ <Compile Include="DLL\ClsSc_MouldProdInBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdOutBill.cs" /> <Compile Include="DLL\ClsSc_MouldRepairCheckBill.cs" /> + <Compile Include="DLL\ClsSc_MouldRepairInBill.cs" /> <Compile Include="DLL\ClsSc_MouldScrapInBill.cs" /> <Compile Include="DLL\ClsSc_MouldScrapOutBill.cs" /> <Compile Include="DLL\ClsSc_ProcessReport.cs" /> @@ -407,6 +408,8 @@ <Compile Include="Models\ClsSb_EquipRepairWorkBillMain.cs" /> <Compile Include="Models\ClsSc_MouldProdBillMain.cs" /> <Compile Include="Models\ClsSc_MouldProdBillSub.cs" /> + <Compile Include="Models\ClsSc_MouldRepairInBillMain.cs" /> + <Compile Include="Models\ClsSc_MouldRepairInBillSub.cs" /> <Compile Include="Models\Xt_ORGANIZATIONS.cs" /> <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" /> <Compile Include="Models\ClsSc_ICMOBillWorkQtyStatus_Tmp.cs" /> -- Gitblit v1.9.1