From f47da9571d16108fcab2bf6d55279a08ce2e7cbf Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 15 十一月 2024 14:29:14 +0800 Subject: [PATCH] 计划订单相关功能 --- CY_ECommercePlatform/CY.BLL/CY.BLL.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.BLL/CY.BLL.csproj b/CY_ECommercePlatform/CY.BLL/CY.BLL.csproj index e59e75d..be53784 100644 --- a/CY_ECommercePlatform/CY.BLL/CY.BLL.csproj +++ b/CY_ECommercePlatform/CY.BLL/CY.BLL.csproj @@ -153,11 +153,14 @@ <Compile Include="Integrity\Integrity_IntegrityCardBLL.cs" /> <Compile Include="Integrity\Integrity_CreditLevelRuleBLL.cs" /> <Compile Include="LF\LF_OrderFileBLL.cs" /> + <Compile Include="OA\CoreCmsPlanOrderBLL.cs" /> + <Compile Include="OA\CoreCmsPlanOrderItemBLL.cs" /> <Compile Include="OA\OA_CarDictionaryBLL.cs" /> <Compile Include="OA\OA_CarExaminedBLL.cs" /> <Compile Include="OA\OA_CarInsuranceBLL.cs" /> <Compile Include="OA\OA_CarMaintenanceBLL.cs" /> <Compile Include="OA\OA_CarManageBLL.cs" /> + <Compile Include="OA\OA_CarrepairBLL.cs" /> <Compile Include="OA\OA_CarTransferBLL.cs" /> <Compile Include="OA\OA_CarViolationBLL.cs" /> <Compile Include="OA\OA_CorporateClientsContractBLL.cs" /> -- Gitblit v1.9.1