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

@@ -18,10 +18,11 @@ using System.Text.Json.Serialization;
namespace Yi.BBS.Web
{
[DependsOn(
typeof(YiBBSSqlsugarModule),
typeof(YiFrameworkAspNetCoreModule),
typeof(YiFrameworkCoreAutofacModule),
typeof(YiBBSSqlsugarModule),
typeof(YiBBSApplicationModule)
typeof(YiBBSApplicationModule),
typeof(YiBBSSqlsugarModule)
)]
public class YiBBSWebModule : IStartupModule
{