7 天以前 dce6e9cd95969b09e381431d8c2521fa802de2c2
yudao-module-im/src/main/java/cn/iocoder/yudao/module/im/controller/admin/group/vo/ImGroupUpdateReqVO.java
@@ -16,7 +16,7 @@
    @NotNull(message = "群编号不能为空")
    private Long id;
    @Schema(description = "群名称", example = "芋道技术交流群")
    @Schema(description = "群名称", example = "超级管理员技术交流群")
    @Size(max = 64, message = "群名称长度不能超过 64")
    private String name;