mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-14 18:25:03 +08:00
-
This commit is contained in:
@@ -26,6 +26,16 @@ namespace SqlSugar
|
||||
return default(string);
|
||||
}
|
||||
|
||||
public string Max(Func<T, string> expression)
|
||||
{
|
||||
return default(string);
|
||||
}
|
||||
|
||||
public string Min(Func<T, string> expression)
|
||||
{
|
||||
return default(string);
|
||||
}
|
||||
|
||||
public bool Any()
|
||||
{
|
||||
return default(bool);
|
||||
|
Reference in New Issue
Block a user