docs: 将额外请求参数在 Swagger 文档中隐藏
This commit is contained in:
parent
71b307e0f0
commit
a9ed02bf4f
@ -81,6 +81,6 @@ public class DeptRequest extends BaseRequest {
|
||||
/**
|
||||
* 祖级列表
|
||||
*/
|
||||
@Schema(description = "祖级列表")
|
||||
@Schema(hidden = true)
|
||||
private String ancestors;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user