From bda15c5427010f9a422fc5c2b338e7cfdd2117af Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 23 九月 2025 12:24:17 +0800
Subject: [PATCH] 体骄傲
---
CY_ECommercePlatform/AbstractFactory/Factory.cs | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/CY_ECommercePlatform/AbstractFactory/Factory.cs b/CY_ECommercePlatform/AbstractFactory/Factory.cs
index 4ebce72..0ec717a 100644
--- a/CY_ECommercePlatform/AbstractFactory/Factory.cs
+++ b/CY_ECommercePlatform/AbstractFactory/Factory.cs
@@ -271,6 +271,9 @@
OBJECT_PATH.Add(DALInterface.IOA_DeliverPlanPaicheDAL, "OA_DeliverPlanPaicheDAL");
OBJECT_PATH.Add(DALInterface.IOA_DriverRecordDAL, "OA_DriverRecordDAL");
OBJECT_PATH.Add(DALInterface.IOA_ShiJuanBiaoQianDAL, "OA_ShiJuanBiaoQianDAL");
+ OBJECT_PATH.Add(DALInterface.IAdm_tongxunluDAL, "Adm_tongxunluDAL");
+ OBJECT_PATH.Add(DALInterface.IAdm_zhanghaomimaDAL, "Adm_zhanghaomimaDAL");
+ OBJECT_PATH.Add(DALInterface.ICoreCmsPlanOrderFahuoDAL, "CoreCmsPlanOrderFahuoDAL");
OBJECT_PATH.Add(DALInterface.IOA_KaipiaonewDAL, "OA_KaipiaonewDAL");
OBJECT_PATH.Add(DALInterface.ICoreCmsPlanOrderDAL, "CoreCmsPlanOrderDAL");
OBJECT_PATH.Add(DALInterface.ICoreCmsPlanOrderItemDAL, "CoreCmsPlanOrderItemDAL");
@@ -942,6 +945,21 @@
/// </summary>
IOA_ShiJuanBiaoQianDAL = 1943,
+ /// <summary>
+ /// 閫氳褰�
+ /// </summary>
+ IAdm_tongxunluDAL = 1944,
+
+ /// <summary>
+ /// 璐﹀彿瀵嗙爜
+ /// </summary>
+ IAdm_zhanghaomimaDAL = 1945,
+
+ /// <summary>
+ /// 璐﹀彿瀵嗙爜
+ /// </summary>
+ ICoreCmsPlanOrderFahuoDAL = 1946,
+
/// <summary>
/// 寮�绁ㄧ敵璇�
--
Gitblit v1.9.1