fix: 修复移除属性注入
This commit is contained in:
@@ -8,5 +8,8 @@ namespace Yi.Abp.SqlSugarCore
|
||||
{
|
||||
public class YiDbContext : SqlSugarDbContext
|
||||
{
|
||||
public YiDbContext(IAbpLazyServiceProvider lazyServiceProvider) : base(lazyServiceProvider)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user