From 4bbc6fa169f088963d7088530a1cd4c79ce48299 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 26 九月 2025 17:28:00 +0800
Subject: [PATCH] 提交
---
CY_ECommercePlatform/AbstractFactory/Factory.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/CY_ECommercePlatform/AbstractFactory/Factory.cs b/CY_ECommercePlatform/AbstractFactory/Factory.cs
index 1bcc76b..0ec717a 100644
--- a/CY_ECommercePlatform/AbstractFactory/Factory.cs
+++ b/CY_ECommercePlatform/AbstractFactory/Factory.cs
@@ -273,6 +273,7 @@
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");
@@ -954,6 +955,11 @@
/// </summary>
IAdm_zhanghaomimaDAL = 1945,
+ /// <summary>
+ /// 璐﹀彿瀵嗙爜
+ /// </summary>
+ ICoreCmsPlanOrderFahuoDAL = 1946,
+
/// <summary>
/// 寮�绁ㄧ敵璇�
--
Gitblit v1.9.1