add operation type

This commit is contained in:
robin
2023-08-12 19:32:29 +08:00
parent a3d2a6a28c
commit c0cc2fb60b
2 changed files with 8 additions and 0 deletions

View File

@ -41,4 +41,9 @@ public class OperationQueryRequest extends PageQueryRequest {
* orderBy modify time desc
*/
private Boolean orderByDesc;
/**
* operation type
*/
private String operationType;
}