#
Junjie
2024-03-26 dc9652c985a71a174e2c1590a746112754f9395d
1
2
3
4
5
6
7
8
-- save motion record
-- mysql
insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( 'Motion列表管理', '0', '/rcs/motion', '/rcs/motion', '0' , '0', '1' , '1');
 
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '查询Motion列表', '', '1', 'rcs:motion:list', '0', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '添加Motion列表', '', '1', 'rcs:motion:save', '1', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '修改Motion列表', '', '1', 'rcs:motion:update', '2', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '删除Motion列表', '', '1', 'rcs:motion:remove', '3', '1', '1');