liu
2026-09-04 569df4daf76eb586f1add62707d0ffa2b7ff20f2
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dict/vo/type/DictTypePageReqVO.java
@@ -16,7 +16,7 @@
@EqualsAndHashCode(callSuper = true)
public class DictTypePageReqVO extends PageParam {
    @Schema(description = "字典类型名称,模糊匹配", example = "芋道")
    @Schema(description = "字典类型名称,模糊匹配", example = "超级管理员")
    private String name;
    @Schema(description = "字典类型,模糊匹配", example = "sys_common_sex")