hsy
2 天以前 81730da6fe27689cfa3a63692a26d1b87d6db045
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dept/vo/dept/DeptRespVO.java
@@ -12,7 +12,7 @@
    @Schema(description = "部门编号", example = "1024")
    private Long id;
    @Schema(description = "部门名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道")
    @Schema(description = "部门名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "超级管理员")
    private String name;
    @Schema(description = "父部门 ID", example = "1024")