-- 菜单 SQL INSERT INTO `module_menu`(`id`, `active`, `createTime`, `updateTime`, `updateBy`, `location`, `name`, `parentId`, `seq`, `menuType`, `permission`, `parentIds`, `uniqueId`, `intranetFlag`, `superAdmin`, `platform`, `rankAuth`) VALUES ('${menuId}',true, now(), now(), 'system', '/${businessName}/list/index.do', '${functionName}', '${parentMenuId}', '1000','0', NULL, '${parentMenuIds}${menuId}/', '${className}List', '2', '0', '1', '1'), ('${viewMenuId}', true, now(), now(), 'system', NULL, '${functionName}查询', '${menuId}', '1', '1','${permissionPrefix}:view', '${parentMenuIds}${menuId}/${viewMenuId}/', NULL, '2', '0', '1', '1'), ('${addMenuId}', true, now(), now(), 'system', NULL, '${functionName}新增', '${menuId}', '2', '1','${permissionPrefix}:add', '${parentMenuIds}${menuId}/${addMenuId}/', NULL, '2', '0', '1', '1'), ('${editMenuId}', true, now(), now(), 'system', NULL, '${functionName}修改', '${menuId}', '3', '1','${permissionPrefix}:edit', '${parentMenuIds}${menuId}/${editMenuId}/', NULL, '2', '0', '1', '1'), ('${removeMenuId}', true, now(), now(), 'system', NULL, '${functionName}删除', '${menuId}', '4', '1','${permissionPrefix}:remove', '${parentMenuIds}${menuId}/${removeMenuId}/', NULL, '2', '0', '1', '1'), ('${exportMenuId}', true, now(), now(), 'system', NULL, '${functionName}导出', '${menuId}', '5', '1','${permissionPrefix}:export', '${parentMenuIds}${menuId}/${exportMenuId}/', NULL, '2', '0', '1', '1');