feat: 增加高级查询

This commit is contained in:
wintel
2025-05-06 21:15:47 +08:00
parent a28458347a
commit 576ff6e98a
3 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,11 @@
public string key { get; set; }
/// <summary>
/// 自定义sql条件
/// </summary>
public string sqlWhere { get; set; }
public PageReq()
{
page = 1;