From 675d712b82ff244b5b05934cc54d7d389dc032c7 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期五, 16 八月 2024 17:19:44 +0800 Subject: [PATCH] 增加PDA设备签到单保存方法 --- WebAPI/WebAPI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 952c7d6..c069965 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -761,6 +761,7 @@ <Compile Include="DLL\ClsSb_EquipMaintainRuleBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairSendWorkBill.cs" /> + <Compile Include="DLL\ClsSb_EquipRepairSignBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairWorkBill.cs" /> <Compile Include="DLL\ClsSb_MouldRepairWorkBill.cs" /> <Compile Include="DLL\ClsSc_ICMOBillWorkQtyStatus_Tmp.cs" /> @@ -794,6 +795,8 @@ <Compile Include="Models\ClsGy_SupMaterial.cs" /> <Compile Include="Models\ClsGy_EquipFileBillSub_DotCheckRule.cs" /> <Compile Include="Models\ClsGy_EquipFileBillSub_MaintainRule.cs" /> + <Compile Include="Models\ClsSb_EquipRepairSignBillMain.cs" /> + <Compile Include="Models\ClsSb_EquipRepairSignBillSub.cs" /> <Compile Include="Models\ClsSc_AssemblyBillMain.cs" /> <Compile Include="Models\ClsSc_AssemblyBillSub.cs" /> <Compile Include="Models\ClsSc_MESBeginWorkBillSub_RelationBill.cs" /> -- Gitblit v1.9.1