📃docs: 完善多数据库

This commit is contained in:
yubaolee 2025-06-26 21:16:50 +08:00
parent a44ca9ae16
commit 1b162e22cc

View File

@ -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)
{