MasstransitMeditor 不在efcore 同一个事务
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-28 21:21:52 +08:00
parent 1bacc222be
commit 7693c72802
7 changed files with 29 additions and 29 deletions
+1 -4
View File
@@ -11,7 +11,4 @@ public interface IAuditAdd : IAuditAdd<Guid>
}
public interface IAuditAddWithUserName : IAuditAdd<Guid>
{
public string CreateUser { get; set; }
}