mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
feat: 增加高级查询
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
|
||||
public string key { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 自定义sql条件
|
||||
/// </summary>
|
||||
public string sqlWhere { get; set; }
|
||||
|
||||
public PageReq()
|
||||
{
|
||||
page = 1;
|
||||
|
||||
Reference in New Issue
Block a user