mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 06:16:04 +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