9 天以前 84e29c9adb718b42a693e954d2b771651ef36796
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dict/vo/data/DictDataPageReqVO.java
@@ -14,7 +14,7 @@
@EqualsAndHashCode(callSuper = true)
public class DictDataPageReqVO extends PageParam {
    @Schema(description = "字典标签", example = "芋道")
    @Schema(description = "字典标签", example = "超级管理员")
    @Size(max = 100, message = "字典标签长度不能超过100个字符")
    private String label;