feat: 添加多租户模块

This commit is contained in:
陈淳
2023-03-02 10:19:18 +08:00
parent 5cea38e95c
commit 0127b43374
21 changed files with 560 additions and 6 deletions

View File

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