mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
📃docs: 完善多数据库
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user