#
Junjie
2024-07-31 6d97609150904bc977c7c3808634c6a62a66edf7
1
2
3
4
5
6
7
8
-- save taskDetlLog record
-- mysql
insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '任务明细历史管理', '0', '/asrs/taskDetlLog', '/asrs/taskDetlLog', '0' , '0', '1' , '1');
 
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '查询任务明细历史', '', '1', 'asrs:taskDetlLog:list', '0', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '添加任务明细历史', '', '1', 'asrs:taskDetlLog:save', '1', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '修改任务明细历史', '', '1', 'asrs:taskDetlLog:update', '2', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '删除任务明细历史', '', '1', 'asrs:taskDetlLog:remove', '3', '1', '1');