mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 22:57:12 +08:00 
			
		
		
		
	docs: 将额外请求参数在 Swagger 文档中隐藏
This commit is contained in:
		@@ -81,6 +81,6 @@ public class DeptRequest extends BaseRequest {
 | 
				
			|||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 祖级列表
 | 
					     * 祖级列表
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    @Schema(description = "祖级列表")
 | 
					    @Schema(hidden = true)
 | 
				
			||||||
    private String ancestors;
 | 
					    private String ancestors;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user