1
2
3
4
5
6
7
8
9
10
| INSERT INTO `blade_menu`(`id`, `parent_id`, `code`, `name`, `alias`, `path`, `source`, `sort`, `category`, `action`, `is_open`, `remark`, `is_deleted`)
| VALUES ('1572149263840104450', 1569608580767997953, 'taskinfoPlan', '巡检计划', 'menu', '/taskinfo/taskinfoPlan', NULL, 1, 1, 0, 1, NULL, 0);
| INSERT INTO `blade_menu`(`id`, `parent_id`, `code`, `name`, `alias`, `path`, `source`, `sort`, `category`, `action`, `is_open`, `remark`, `is_deleted`)
| VALUES ('1572149263840104451', '1572149263840104450', 'taskinfoPlan_add', '新增', 'add', '/taskinfo/taskinfoPlan/add', 'plus', 1, 2, 1, 1, NULL, 0);
| INSERT INTO `blade_menu`(`id`, `parent_id`, `code`, `name`, `alias`, `path`, `source`, `sort`, `category`, `action`, `is_open`, `remark`, `is_deleted`)
| VALUES ('1572149263840104452', '1572149263840104450', 'taskinfoPlan_edit', '修改', 'edit', '/taskinfo/taskinfoPlan/edit', 'form', 2, 2, 2, 1, NULL, 0);
| INSERT INTO `blade_menu`(`id`, `parent_id`, `code`, `name`, `alias`, `path`, `source`, `sort`, `category`, `action`, `is_open`, `remark`, `is_deleted`)
| VALUES ('1572149263840104453', '1572149263840104450', 'taskinfoPlan_delete', '删除', 'delete', '/api/blade-taskinfoPlan/taskinfoPlan/remove', 'delete', 3, 2, 3, 1, NULL, 0);
| INSERT INTO `blade_menu`(`id`, `parent_id`, `code`, `name`, `alias`, `path`, `source`, `sort`, `category`, `action`, `is_open`, `remark`, `is_deleted`)
| VALUES ('1572149263840104454', '1572149263840104450', 'taskinfoPlan_view', '查看', 'view', '/taskinfo/taskinfoPlan/view', 'file-text', 4, 2, 2, 1, NULL, 0);
|
|