hsy
9 天以前 e11706ad56843610601c14aa15868c4c3b908548
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")