guoyu/Test/sql/exam_edit_menu.sql

10 lines
484 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- ============================================
-- 考试管理 - 编辑功能菜单配置SQL
-- ============================================
-- 添加考试编辑菜单(隐藏菜单,用于路由权限控制)
-- 菜单ID: 2095在考试管理菜单2090下顺序为5
INSERT INTO sys_menu VALUES
(2095, '考试编辑', 2090, 5, 'edit', 'study/exam/edit', '', '', 1, 0, 'C', '1', '0', 'study:exam:edit', '#', 'admin', NOW(), '', NULL, '考试编辑菜单(隐藏)');