添加AI推荐列表
This commit is contained in:
@@ -20,7 +20,7 @@ public class PageParam {
|
||||
|
||||
/** 每页条数 */
|
||||
@Min(value = 1, message = "每页条数最小为1")
|
||||
@Max(value = 100, message = "每页条数最大为100")
|
||||
@Max(value = 1000, message = "每页条数最大为100")
|
||||
private Integer pageSize = 10;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user