mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 09:44:39 +08:00
-
This commit is contained in:
@@ -70,6 +70,7 @@ namespace SqlSugar
|
||||
object Min(Expression<Func<T, object>> expression);
|
||||
|
||||
List<T> ToList();
|
||||
|
||||
string ToJson();
|
||||
string ToJsonPage(int pageIndex, int pageSize);
|
||||
string ToJsonPage(int pageIndex, int pageSize, ref int pageCount);
|
||||
|
Reference in New Issue
Block a user