8 天以前 7ac5fb62d3ac852ec9505eb5c1999064aafee85f
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;