mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 23:13:40 +08:00
📃docs: 完善多数据库
This commit is contained in:
parent
a44ca9ae16
commit
1b162e22cc
@ -65,7 +65,7 @@ permalink: /core/multidbs/
|
||||
```csharp
|
||||
namespace OpenAuth.App
|
||||
{
|
||||
public abstract class SqlSugarApp2<T> : SqlSugarBaseApp<T> where T : class, new()
|
||||
public abstract class SqlSugarApp2<T> : SqlSugarBaseApp<T> where T : BaseEntity, new()
|
||||
{
|
||||
public SqlSugarApp2(ISqlSugarClient client, IAuth auth) : base(client, auth)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user