yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dept/vo/post/PostPageReqVO.java
@@ -13,7 +13,7 @@ @Schema(description = "岗位编码,模糊匹配", example = "yudao") private String code; @Schema(description = "岗位名称,模糊匹配", example = "芋道") @Schema(description = "岗位名称,模糊匹配", example = "超级管理员") private String name; @Schema(description = "展示状态,参见 CommonStatusEnum 枚举类", example = "1")