feat: 完成文件模块开发

This commit is contained in:
陈淳
2023-02-23 14:15:24 +08:00
parent 8639372513
commit 272466bbbf
20 changed files with 698 additions and 228 deletions

View File

@@ -10,6 +10,7 @@ using System.Threading.Tasks;
using Yi.Framework.Core.Attributes;
using Yi.Framework.Data;
using Yi.Framework.EventBus;
using Yi.Framework.FileManager;
using Yi.Framework.OperLogManager;
using Yi.Framework.ThumbnailSharp;
using Yi.RBAC.Domain.Logs;
@@ -22,7 +23,8 @@ namespace Yi.RBAC.Domain
typeof(YiFrameworkDataModule),
typeof(YiFrameworkThumbnailSharpModule),
typeof(YiFrameworkEventBusModule),
typeof(YiFrameworkOperLogManagerModule)
typeof(YiFrameworkOperLogManagerModule),
typeof(YiFrameworkFileManagerModule)
)]
public class YiRBACDomainModule : IStartupModule
{