Query your own connection

This commit is contained in:
JiaJu Zhuang
2023-08-26 20:59:39 +08:00
parent 93a1c12777
commit 02fabd5044
3 changed files with 10 additions and 0 deletions

View File

@ -46,4 +46,9 @@ public class OperationPageQueryParam extends PageQueryParam {
* operation type
*/
private String operationType;
/**
* 用户id
*/
private Long userId;
}