mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-29 12:43:25 +08:00
⚠️feat: 增加排序字段
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
|
||||
public string key { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 排序字段
|
||||
/// </summary>
|
||||
/// <example>sort=id,asc</example>
|
||||
public string sort { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 自定义sql条件
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user