对齐 boot 与 cloud 的代码

This commit is contained in:
YunaiV
2023-07-26 23:56:02 +08:00
parent 14d7db0c60
commit 6c174d9c83
17 changed files with 19 additions and 17 deletions

View File

@ -18,7 +18,7 @@ public class MpTagPageReqVO extends PageParam {
@NotEmpty(message = "公众号账号的编号不能为空")
private Long accountId;
@Schema(description = "标签名 模糊匹配", example = "哈哈")
@Schema(description = "标签名模糊匹配", example = "哈哈")
private String name;
}

View File

@ -18,10 +18,10 @@ public class MpUserPageReqVO extends PageParam {
@NotNull(message = "公众号账号的编号不能为空")
private Long accountId;
@Schema(description = "公众号粉丝标识 模糊匹配", example = "o6_bmjrPTlm6_2sgVt7hMZOPfL2M")
@Schema(description = "公众号粉丝标识模糊匹配", example = "o6_bmjrPTlm6_2sgVt7hMZOPfL2M")
private String openid;
@Schema(description = "公众号粉丝昵称 模糊匹配", example = "芋艿")
@Schema(description = "公众号粉丝昵称模糊匹配", example = "芋艿")
private String nickname;
}