mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-21 03:53:24 +08:00
Query your own connection
This commit is contained in:
@ -46,4 +46,9 @@ public class OperationPageQueryParam extends PageQueryParam {
|
||||
* operation type
|
||||
*/
|
||||
private String operationType;
|
||||
|
||||
/**
|
||||
* 用户id
|
||||
*/
|
||||
private Long userId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user