feat:修复bug

This commit is contained in:
陈淳
2023-03-27 19:36:21 +08:00
parent e5460ae3cc
commit aef6fe9229
68 changed files with 140 additions and 443 deletions

View File

@@ -16,7 +16,7 @@ using Yi.Framework.Ddd;
namespace Yi.Framework.Data
{
[DependsOn(
typeof(YiFrameworkDddModule))]
typeof(YiFrameworkDddModule)) ]
public class YiFrameworkDataModule : IStartupModule
{
public void Configure(IApplicationBuilder app, ConfigureMiddlewareContext context)