feat:更新模块关系

This commit is contained in:
橙子
2023-04-03 23:43:10 +08:00
parent 253bd47c75
commit 921d35367b
9 changed files with 10 additions and 14 deletions

View File

@@ -19,10 +19,9 @@ namespace Yi.BBS.Web
{
[DependsOn(
typeof(YiBBSSqlsugarModule),
typeof(YiFrameworkAspNetCoreModule),
typeof(YiFrameworkAspNetCoreModule),
typeof(YiFrameworkCoreAutofacModule),
typeof(YiBBSApplicationModule),
typeof(YiBBSSqlsugarModule)
typeof(YiBBSApplicationModule)
)]
public class YiBBSWebModule : IStartupModule
{