hsy
2 天以前 81730da6fe27689cfa3a63692a26d1b87d6db045
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")