feat: 完善sql耗时Aop

This commit is contained in:
陈淳
2024-02-17 17:37:24 +08:00
parent c72a990162
commit 4673398976
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
using SqlSugar;
using Microsoft.Extensions.Logging;
using SqlSugar;
using Volo.Abp.DependencyInjection;
using Yi.Framework.Rbac.SqlSugarCore;
using Yi.Framework.SqlSugarCore;
namespace Yi.Abp.SqlSugarCore
{