@@ -23,5 +23,8 @@ public class DeptSimpleRespVO {
@Schema(description = "类型")
private String type;
+ @Schema(description = "显示顺序", requiredMode = Schema.RequiredMode.REQUIRED, example = "6")
+ private Integer sort;
+
private Long originId;
}