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

@@ -1,9 +1,12 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using StartupModules;
using Yi.Framework.Core;
using Yi.Framework.Core.Attributes;
namespace Yi.Framework.DictionaryManager
{
[DependsOn(typeof(YiFrameworkCoreModule))]
public class YiFrameworkDictionaryManagerModule : IStartupModule
{
public void Configure(IApplicationBuilder app, ConfigureMiddlewareContext context)