添加查询 关键字
This commit is contained in:
@@ -23,6 +23,11 @@ public class PageParam {
|
||||
@Max(value = 100, message = "每页条数最大为100")
|
||||
private Integer pageSize = 10;
|
||||
|
||||
/**
|
||||
* 关键字
|
||||
*/
|
||||
private String keyword;
|
||||
|
||||
/**
|
||||
* 构建 MyBatis-Plus 分页对象
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user