Skip to content

Commit

Permalink
docs: 将额外请求参数在 Swagger 文档中隐藏
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoofff committed Aug 23, 2023
1 parent 71b307e commit a9ed02b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ public class DeptRequest extends BaseRequest {
/**
* 祖级列表
*/
@Schema(description = "祖级列表")
@Schema(hidden = true)
private String ancestors;
}

0 comments on commit a9ed02b

Please sign in to comment.