mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
-
This commit is contained in:
parent
153eeba936
commit
882c504906
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user