mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 11:42:41 +08:00
Fix some team project bugs
This commit is contained in:
@ -12,6 +12,11 @@ import lombok.Data;
|
||||
@Data
|
||||
public class OperationLogPageQueryParam extends PageQueryParam {
|
||||
|
||||
/**
|
||||
* 用户id
|
||||
*/
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 搜索关键词
|
||||
*/
|
||||
|
Reference in New Issue
Block a user