mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 11:42:41 +08:00
operation order desc
This commit is contained in:
@ -42,6 +42,11 @@ public class OperationQueryRequest extends PageQueryRequest {
|
||||
*/
|
||||
private Boolean orderByDesc;
|
||||
|
||||
/**
|
||||
* orderBy create time desc
|
||||
*/
|
||||
private Boolean orderByCreateDesc;
|
||||
|
||||
/**
|
||||
* operation type
|
||||
*/
|
||||
|
Reference in New Issue
Block a user