Merge branch 'refs/heads/abp' into digital-collectibles

This commit is contained in:
chenchun
2024-11-20 13:44:30 +08:00
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)
{
}
}
}