fix: 修复移除属性注入

This commit is contained in:
chenchun
2024-11-20 13:43:35 +08:00
parent bcaca0b782
commit 5d793344cd
4 changed files with 20 additions and 2 deletions

View File

@@ -8,5 +8,8 @@ namespace Yi.Abp.SqlSugarCore
{
public class YiDbContext : SqlSugarDbContext
{
public YiDbContext(IAbpLazyServiceProvider lazyServiceProvider) : base(lazyServiceProvider)
{
}
}
}