operation order desc

This commit is contained in:
robin
2023-11-30 17:57:42 +08:00
parent 44507e1682
commit 3b1c197425
3 changed files with 15 additions and 4 deletions

View File

@ -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