mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
对齐 boot 与 cloud 的代码
This commit is contained in:
@ -18,7 +18,7 @@ public class MpTagPageReqVO extends PageParam {
|
||||
@NotEmpty(message = "公众号账号的编号不能为空")
|
||||
private Long accountId;
|
||||
|
||||
@Schema(description = "标签名 模糊匹配", example = "哈哈")
|
||||
@Schema(description = "标签名,模糊匹配", example = "哈哈")
|
||||
private String name;
|
||||
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user