Merge branch 'master-jdk17' of https://gitee.com/zhijiantianya/ruoyi-vue-pro
This commit is contained in:
commit
3031f7c1ce
@ -27,7 +27,7 @@ public class PageParam implements Serializable {
|
|||||||
@Min(value = 1, message = "页码最小值为 1")
|
@Min(value = 1, message = "页码最小值为 1")
|
||||||
private Integer pageNo = PAGE_NO;
|
private Integer pageNo = PAGE_NO;
|
||||||
|
|
||||||
@Schema(description = "每页条数,最大值为 100", requiredMode = Schema.RequiredMode.REQUIRED, example = "10")
|
@Schema(description = "每页条数,最大值为 200", requiredMode = Schema.RequiredMode.REQUIRED, example = "10")
|
||||||
@NotNull(message = "每页条数不能为空")
|
@NotNull(message = "每页条数不能为空")
|
||||||
@Min(value = 1, message = "每页条数最小值为 1")
|
@Min(value = 1, message = "每页条数最小值为 1")
|
||||||
@Max(value = 200, message = "每页条数最大值为 200")
|
@Max(value = 200, message = "每页条数最大值为 200")
|
||||||
|
|||||||
@ -339,6 +339,7 @@ CREATE TABLE IF NOT EXISTS "system_social_client" (
|
|||||||
"user_type" int NOT NULL,
|
"user_type" int NOT NULL,
|
||||||
"client_id" varchar(255) NOT NULL,
|
"client_id" varchar(255) NOT NULL,
|
||||||
"client_secret" varchar(255) NOT NULL,
|
"client_secret" varchar(255) NOT NULL,
|
||||||
|
"public_key" varchar(2048) NOT NULL,
|
||||||
"agent_id" varchar(255) NOT NULL,
|
"agent_id" varchar(255) NOT NULL,
|
||||||
"status" int NOT NULL,
|
"status" int NOT NULL,
|
||||||
"creator" varchar(64) DEFAULT '',
|
"creator" varchar(64) DEFAULT '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user