Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaifanhua committed May 14, 2024
1 parent eb32d9f commit 16e5764
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,7 +19,7 @@ namespace XiHan.AI;
/// <summary>
/// 曦寒人工智能组件库
/// </summary>
public partial class XiHanFrameworkAIModule : XiHanModule
public partial class XiHanAIModule : XiHanModule
{
/// <summary>
/// 配置服务
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,6 +19,6 @@ namespace XiHan.Infrastructure.Core;
/// <summary>
/// 基础设施核心模块初始化
/// </summary>
public class XiHanFrameworkCommunicationModule : XiHanModule
public class XiHanCommunicationModule : XiHanModule
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,6 +19,6 @@ namespace XiHan.EventBus;
/// <summary>
/// 曦寒集成事件模块
/// </summary>
public class XiHanFrameworkEventBusModule : XiHanModule
public class XiHanEventBusModule : XiHanModule
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,6 +19,6 @@ namespace XiHan.Persistence;
/// <summary>
/// 基础设施数据持久化模块初始化
/// </summary>
public class XiHanFrameworkPersistenceModule : XiHanModule
public class XiHanPersistenceModule : XiHanModule
{
}

0 comments on commit 16e5764

Please sign in to comment.