mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
🐛fix: #ICI0GZ
This commit is contained in:
@@ -13,7 +13,7 @@ namespace OpenAuth.App
|
||||
/// SqlSugar基础类
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
public abstract class SqlSugarBaseApp<T> where T : class, new()
|
||||
public abstract class SqlSugarBaseApp<T> where T : BaseEntity, new()
|
||||
{
|
||||
protected ISqlSugarClient SugarClient;
|
||||
|
||||
|
Reference in New Issue
Block a user