diff --git a/backend/src/XiHan.AI/XiHanFrameworkAIModule.cs b/backend/src/XiHan.AI/XiHanAIModule.cs similarity index 89% rename from backend/src/XiHan.AI/XiHanFrameworkAIModule.cs rename to backend/src/XiHan.AI/XiHanAIModule.cs index 56da964a..423d9a53 100644 --- a/backend/src/XiHan.AI/XiHanFrameworkAIModule.cs +++ b/backend/src/XiHan.AI/XiHanAIModule.cs @@ -3,7 +3,7 @@ // ---------------------------------------------------------------- // Copyright ©2024 ZhaiFanhua All Rights Reserved. // Licensed under the MulanPSL2 License. See LICENSE in the project root for license information. -// FileName:XiHanFrameworkAIModule +// FileName:XiHanAIModule // Guid:b199f478-3f76-4fa4-854e-11e6682c62da // Author:Administrator // Email:me@zhaifanhua.com @@ -19,7 +19,7 @@ namespace XiHan.AI; /// /// 曦寒人工智能组件库 /// -public partial class XiHanFrameworkAIModule : XiHanModule +public partial class XiHanAIModule : XiHanModule { /// /// 配置服务 diff --git a/backend/src/XiHan.Communication/XiHanFrameworkCommunicationModule.cs b/backend/src/XiHan.Communication/XiHanCommunicationModule.cs similarity index 85% rename from backend/src/XiHan.Communication/XiHanFrameworkCommunicationModule.cs rename to backend/src/XiHan.Communication/XiHanCommunicationModule.cs index 4c8b3742..351cfc9d 100644 --- a/backend/src/XiHan.Communication/XiHanFrameworkCommunicationModule.cs +++ b/backend/src/XiHan.Communication/XiHanCommunicationModule.cs @@ -3,7 +3,7 @@ // ---------------------------------------------------------------- // Copyright ©2024 ZhaiFanhua All Rights Reserved. // Licensed under the MulanPSL2 License. See LICENSE in the project root for license information. -// FileName:XiHanFrameworkCommunicationModule +// FileName:XiHanCommunicationModule // Guid:5df73c65-b41c-4440-8d23-97d2009a33d8 // Author:zhaifanhua // Email:me@zhaifanhua.com @@ -19,6 +19,6 @@ namespace XiHan.Infrastructure.Core; /// /// 基础设施核心模块初始化 /// -public class XiHanFrameworkCommunicationModule : XiHanModule +public class XiHanCommunicationModule : XiHanModule { } \ No newline at end of file diff --git a/backend/src/XiHan.EventBus/XiHanFrameworkEventBusModule.cs b/backend/src/XiHan.EventBus/XiHanEventBusModule.cs similarity index 85% rename from backend/src/XiHan.EventBus/XiHanFrameworkEventBusModule.cs rename to backend/src/XiHan.EventBus/XiHanEventBusModule.cs index 73555ac4..963899b0 100644 --- a/backend/src/XiHan.EventBus/XiHanFrameworkEventBusModule.cs +++ b/backend/src/XiHan.EventBus/XiHanEventBusModule.cs @@ -3,7 +3,7 @@ // ---------------------------------------------------------------- // Copyright ©2024 ZhaiFanhua All Rights Reserved. // Licensed under the MulanPSL2 License. See LICENSE in the project root for license information. -// FileName:XiHanFrameworkEventBusModule +// FileName:XiHanEventBusModule // Guid:0bc89149-d0df-467f-a3be-c571b00af610 // Author:zhaifanhua // Email:me@zhaifanhua.com @@ -19,6 +19,6 @@ namespace XiHan.EventBus; /// /// 曦寒集成事件模块 /// -public class XiHanFrameworkEventBusModule : XiHanModule +public class XiHanEventBusModule : XiHanModule { } \ No newline at end of file diff --git a/backend/src/XiHan.Persistence/XiHanFrameworkPersistenceModule.cs b/backend/src/XiHan.Persistence/XiHanPersistenceModule.cs similarity index 85% rename from backend/src/XiHan.Persistence/XiHanFrameworkPersistenceModule.cs rename to backend/src/XiHan.Persistence/XiHanPersistenceModule.cs index b7347feb..477acc67 100644 --- a/backend/src/XiHan.Persistence/XiHanFrameworkPersistenceModule.cs +++ b/backend/src/XiHan.Persistence/XiHanPersistenceModule.cs @@ -3,7 +3,7 @@ // ---------------------------------------------------------------- // Copyright ©2024 ZhaiFanhua All Rights Reserved. // Licensed under the MulanPSL2 License. See LICENSE in the project root for license information. -// FileName:XiHanFrameworkPersistenceModule +// FileName:XiHanPersistenceModule // Guid:baa046da-681d-478e-bd3e-eead2f3dcbe8 // Author:zhaifanhua // Email:me@zhaifanhua.com @@ -19,6 +19,6 @@ namespace XiHan.Persistence; /// /// 基础设施数据持久化模块初始化 /// -public class XiHanFrameworkPersistenceModule : XiHanModule +public class XiHanPersistenceModule : XiHanModule { } \ No newline at end of file