diff --git a/Yi.Framework.Net6/src/module/Yi.Framework.OperLog/OperationLogService.cs b/Yi.Framework.Net6/src/module/Yi.Framework.OperLog/OperationLogService.cs index dc57a9aa..8c92681b 100644 --- a/Yi.Framework.Net6/src/module/Yi.Framework.OperLog/OperationLogService.cs +++ b/Yi.Framework.Net6/src/module/Yi.Framework.OperLog/OperationLogService.cs @@ -2,6 +2,8 @@ using NET.AutoWebApi.Setting; using Yi.Framework.Ddd.Services; using Yi.Framework.Ddd.Dtos; using Yi.Framework.Core.Attributes; +using Microsoft.AspNetCore.Mvc; +using SqlSugar; namespace Yi.Framework.OperLog {