mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-21 20:13:34 +08:00
order by saved queries
This commit is contained in:
@ -36,4 +36,9 @@ public class OperationQueryRequest extends PageQueryRequest {
|
||||
* ddl语句状态:DRAFT/RELEASE
|
||||
*/
|
||||
private String status;
|
||||
|
||||
/**
|
||||
* orderBy modify time desc
|
||||
*/
|
||||
private Boolean orderByDesc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user