huminmin
9 天以前 481eb2249f2886c3a6ea8445820a2ec5f153d4da
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")