mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-17 10:41:56 +08:00
-
This commit is contained in:
parent
153eeba936
commit
882c504906
@ -26,6 +26,16 @@ namespace SqlSugar
|
|||||||
return default(string);
|
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()
|
public bool Any()
|
||||||
{
|
{
|
||||||
return default(bool);
|
return default(bool);
|
||||||
|
Loading…
Reference in New Issue
Block a user