mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -44,6 +44,11 @@ namespace SqlSugar
|
||||
{
|
||||
SetTable<T>(key,value, null,null);
|
||||
}
|
||||
|
||||
public bool Any()
|
||||
{
|
||||
return SqlFuncExtendsion.TableInfos.Any();
|
||||
}
|
||||
}
|
||||
|
||||
public class ConfigTableInfo
|
||||
|
Reference in New Issue
Block a user