mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 08:57:16 +08:00
Merge branch 'tenant-dev' of github.com:continew-org/continew-admin into tenant-dev
This commit is contained in:
@@ -62,6 +62,6 @@ public class MenuQuery implements Serializable {
|
|||||||
* 排除的菜单 ID 列表
|
* 排除的菜单 ID 列表
|
||||||
*/
|
*/
|
||||||
@Schema(hidden = true, description = "菜单 ID 列表", example = "[9000]")
|
@Schema(hidden = true, description = "菜单 ID 列表", example = "[9000]")
|
||||||
@Query(columns = {"id", "parent_id"}, type = QueryType.NOT_IN)
|
@Query(columns = "id", type = QueryType.NOT_IN)
|
||||||
private List<Long> excludeMenuIdList;
|
private List<Long> excludeMenuIdList;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user