mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 18:53:35 +08:00
add operation type
This commit is contained in:
@ -41,4 +41,9 @@ public class OperationQueryRequest extends PageQueryRequest {
|
||||
* orderBy modify time desc
|
||||
*/
|
||||
private Boolean orderByDesc;
|
||||
|
||||
/**
|
||||
* operation type
|
||||
*/
|
||||
private String operationType;
|
||||
}
|
||||
|
Reference in New Issue
Block a user