Merge pull request #11 from Bull-BCLS/dev

docs: 将额外请求参数在 Swagger 文档中隐藏
This commit is contained in:
Charles7c 2023-08-23 23:58:26 +08:00 committed by GitHub
commit 86ee1f6c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,6 @@ public class DeptRequest extends BaseRequest {
/**
* 祖级列表
*/
@Schema(description = "祖级列表")
@Schema(hidden = true)
private String ancestors;
}