diff --git a/src/InterfaceForward.Api/InterfaceForward.Api.csproj b/src/InterfaceForward.Api/InterfaceForward.Api.csproj
index 31c3e14..9f5a987 100644
--- a/src/InterfaceForward.Api/InterfaceForward.Api.csproj
+++ b/src/InterfaceForward.Api/InterfaceForward.Api.csproj
@@ -10,9 +10,7 @@
-
-
-
+
diff --git a/src/InterfaceForward.Application.Contracts/InterfaceForward.Application.Contracts.csproj b/src/InterfaceForward.Application.Contracts/InterfaceForward.Application.Contracts.csproj
index 11d50cf..4765b40 100644
--- a/src/InterfaceForward.Application.Contracts/InterfaceForward.Application.Contracts.csproj
+++ b/src/InterfaceForward.Application.Contracts/InterfaceForward.Application.Contracts.csproj
@@ -9,8 +9,4 @@
-
-
-
-
diff --git a/src/InterfaceForward.Application/InterfaceForward.Application.csproj b/src/InterfaceForward.Application/InterfaceForward.Application.csproj
index ff39380..e8d9545 100644
--- a/src/InterfaceForward.Application/InterfaceForward.Application.csproj
+++ b/src/InterfaceForward.Application/InterfaceForward.Application.csproj
@@ -17,10 +17,9 @@
-
-
-
-
+
+
+
diff --git a/src/InterfaceForward.Application/Rabbit/RabbitClient.cs b/src/InterfaceForward.Application/Rabbit/RabbitClient.cs
index ba4bfb7..a1cf447 100644
--- a/src/InterfaceForward.Application/Rabbit/RabbitClient.cs
+++ b/src/InterfaceForward.Application/Rabbit/RabbitClient.cs
@@ -14,7 +14,6 @@ public class RabbitClient(
public void Subscribe(ConsumeOptions consumeOptions)
{
using var channelAccessor = channelPool.Acquire(consumeOptions.Queue);
-
var channel = channelAccessor.Channel;
consumeOptions.Declaration.Invoke(channel);
diff --git a/src/InterfaceForward.Domain.Shared/InterfaceForward.Domain.Shared.csproj b/src/InterfaceForward.Domain.Shared/InterfaceForward.Domain.Shared.csproj
index 0276abb..d505fe0 100644
--- a/src/InterfaceForward.Domain.Shared/InterfaceForward.Domain.Shared.csproj
+++ b/src/InterfaceForward.Domain.Shared/InterfaceForward.Domain.Shared.csproj
@@ -11,6 +11,6 @@
-
+
diff --git a/src/InterfaceForward.Repositories/Interface/Entitys/InterfaceMapPublishedEntity.cs b/src/InterfaceForward.Repositories/Interface/Entitys/InterfaceMapPublishedEntity.cs
index 81379bd..a8dffbe 100644
--- a/src/InterfaceForward.Repositories/Interface/Entitys/InterfaceMapPublishedEntity.cs
+++ b/src/InterfaceForward.Repositories/Interface/Entitys/InterfaceMapPublishedEntity.cs
@@ -6,7 +6,7 @@ namespace InterfaceForward.Repositories.Interface.Entitys;
/// 接口映射明细表
///
[SugarTable("t_interface_map_published")]
-public class InterfaceMapPublishedEntity: CreateAuditedEntity,IAggregateRoot
+public class InterfaceMapPublishedEntity: AggregateRoot, IHasCreateUserId, IHasCreateTime
{
///
/// id
@@ -62,5 +62,6 @@ public class InterfaceMapPublishedEntity: CreateAuditedEntity,IAggregateRoo
[SugarColumn(ColumnName = "Description")]
public string Description { get; set; }
- public Guid ConcurrencyStamp { get; set; }
+ public Guid CreateUserId { get; }
+ public DateTime CreateTime { get; }
}
\ No newline at end of file
diff --git a/src/InterfaceForward.Repositories/InterfaceForward.Repositories.csproj b/src/InterfaceForward.Repositories/InterfaceForward.Repositories.csproj
index b45d016..f04b915 100644
--- a/src/InterfaceForward.Repositories/InterfaceForward.Repositories.csproj
+++ b/src/InterfaceForward.Repositories/InterfaceForward.Repositories.csproj
@@ -7,8 +7,7 @@
-
-
+
diff --git a/src/InterfaceForward.ServiceDefaults/InterfaceForward.ServiceDefaults.csproj b/src/InterfaceForward.ServiceDefaults/InterfaceForward.ServiceDefaults.csproj
index 3dbd78a..2da4ee2 100644
--- a/src/InterfaceForward.ServiceDefaults/InterfaceForward.ServiceDefaults.csproj
+++ b/src/InterfaceForward.ServiceDefaults/InterfaceForward.ServiceDefaults.csproj
@@ -10,7 +10,6 @@
-