feat: 完成多db功能搭建
This commit is contained in:
12
Yi.Abp.Net8/src/Yi.Abp.SqlSugarCore/YiDbContext.cs
Normal file
12
Yi.Abp.Net8/src/Yi.Abp.SqlSugarCore/YiDbContext.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using SqlSugar;
|
||||
using Volo.Abp.DependencyInjection;
|
||||
using Yi.Framework.Rbac.SqlSugarCore;
|
||||
using Yi.Framework.SqlSugarCore;
|
||||
|
||||
namespace Yi.Abp.SqlSugarCore
|
||||
{
|
||||
public class YiDbContext : SqlSugarDbContext
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user