mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 21:50:43 +08:00
operation order desc
This commit is contained in:
@ -40,7 +40,12 @@ public class OperationPageQueryParam extends PageQueryParam {
|
||||
/**
|
||||
* orderBy modify time desc
|
||||
*/
|
||||
private boolean orderByDesc;
|
||||
private Boolean orderByDesc;
|
||||
|
||||
/**
|
||||
* orderBy create time desc
|
||||
*/
|
||||
private Boolean orderByCreateDesc;
|
||||
|
||||
/**
|
||||
* operation type
|
||||
|
Reference in New Issue
Block a user