From 61080d0bca087c7fdd3e738e68d6c5e7a26391fa Mon Sep 17 00:00:00 2001 From: z1873 <z1873@LAPTOP-EAVL132E> Date: 星期三, 28 五月 2025 09:36:02 +0800 Subject: [PATCH] 1 --- WebAPI/WebAPI.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 6649127..1e74862 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -446,6 +446,8 @@ <Compile Include="Controllers\CJGL\Sc_OEEReportController.cs" /> <Compile Include="Controllers\CKGL\TMZD\Gy_BarCodeBillListController.cs" /> <Compile Include="Controllers\JHGL\Gy_SourceMouldBillController.cs" /> + <Compile Include="Controllers\SBGL\Sb_EquipPatrolCheckRuleBillController.cs" /> + <Compile Include="Controllers\SBGL\Sb_EquipPatrolCheckPlanBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipPatrolCheckBillController.cs" /> <Compile Include="Controllers\XSGL\Crm_ComplainVisitBillController.cs" /> <Compile Include="Controllers\XSGL\Xs_SellOutBillList_SecController.cs" /> @@ -724,6 +726,7 @@ <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Gy_RepairCheckBillController.cs" /> <Compile Include="Controllers\鍩虹璧勬枡\宸ヨ祫鍩虹璧勬枡\Gy_ProcPriceController.cs" /> <Compile Include="Controllers\搴旀敹绠$悊\YS_ReceiveReportController.cs" /> + <Compile Include="Controllers\鏁版嵁鍚屾\灏忚钁涘悓姝XZG_DataSynchronizationController.cs" /> <Compile Include="Controllers\鏁版嵁鍚屾\閽夐拤鍚屾\DD_DataSynchronizationController.cs" /> <Compile Include="Controllers\鏉$爜绠$悊\MouldController.cs" /> <Compile Include="Controllers\鏉$爜绠$悊\WEBSController.cs" /> @@ -803,6 +806,8 @@ <Compile Include="DLL\ClsQC_NoPassProdCheckBill.cs" /> <Compile Include="DLL\ClsQC_PatrolProcCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipConkBookBill.cs" /> + <Compile Include="DLL\ClsSb_EquipPatrolCheckRuleBill.cs" /> + <Compile Include="DLL\ClsSb_EquipPatrolCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipDotCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipMaintainBill.cs" /> <Compile Include="DLL\ClsSb_EquipMaintainRuleBill.cs" /> @@ -848,6 +853,10 @@ <Compile Include="Models\ClsGy_SupMaterial.cs" /> <Compile Include="Models\ClsGy_EquipFileBillSub_DotCheckRule.cs" /> <Compile Include="Models\ClsGy_EquipFileBillSub_MaintainRule.cs" /> + <Compile Include="Models\ClsSb_EquipPatrolCheckBillMain.cs" /> + <Compile Include="Models\ClsSb_EquipPatrolCheckBillSub.cs" /> + <Compile Include="Models\ClsSb_EquipPatrolCheckRuleBillMain.cs" /> + <Compile Include="Models\ClsSb_EquipPatrolCheckRuleBillSub.cs" /> <Compile Include="Models\ClsSb_EquipRepairSignBillMain.cs" /> <Compile Include="Models\ClsSb_EquipRepairSignBillSub.cs" /> <Compile Include="Models\ClsSc_AssemblyBillMain.cs" /> -- Gitblit v1.9.1