diff --git a/Myshipping.Core/Service/CommonDB/CommonDBService.cs b/Myshipping.Core/Service/CommonDB/CommonDBService.cs
index 21810253..caea2af6 100644
--- a/Myshipping.Core/Service/CommonDB/CommonDBService.cs
+++ b/Myshipping.Core/Service/CommonDB/CommonDBService.cs
@@ -1658,6 +1658,7 @@ public class CommonDBService : ICommonDBService, IDynamicApiController, ITransie
Forwarder = fwd.Name,
PortLoad = pl.EnName,
PortLoadCode = rela.PortLoadCode,
+ Module = rela.Module,
GID = rela.GID,
CreateTime = rela.CreateTime,
CreateUser = rela.CreateUser,
diff --git a/Myshipping.Core/Service/CommonDB/Dto/RelaPortLoadForwarderDto.cs b/Myshipping.Core/Service/CommonDB/Dto/RelaPortLoadForwarderDto.cs
index 996281c8..d1750c60 100644
--- a/Myshipping.Core/Service/CommonDB/Dto/RelaPortLoadForwarderDto.cs
+++ b/Myshipping.Core/Service/CommonDB/Dto/RelaPortLoadForwarderDto.cs
@@ -137,6 +137,11 @@ namespace Myshipping.Core.Service.CommonDB.Dto
///
public string Forwarder { get; set; }
+ ///
+ /// 模块(公用时为空字符串)
+ ///
+ public string Module { get; set; }
+
///
/// 备注
///