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