mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 05:20:15 +08:00
order by saved queries
This commit is contained in:
@ -36,4 +36,9 @@ public class OperationPageQueryParam extends PageQueryParam {
|
||||
* 是否在tab中被打开,y表示打开,n表示未打开
|
||||
*/
|
||||
private String tabOpened;
|
||||
|
||||
/**
|
||||
* orderBy modify time desc
|
||||
*/
|
||||
private Boolean orderByDesc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user