listByCondition

@GetMapping(value = ["/list"])
fun listByCondition(@ModelAttribute specification: MenuSpecification): List<MenuView>

按条件查询菜单列表