#
Junjie
2024-07-04 165764ed9415e176871f99f0253301f48fe3663a
1
2
3
4
5
6
7
8
-- save locType record
-- mysql
insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '库位类型管理', '0', '/asrs/locType', '/asrs/locType', '0' , '0', '1' , '1');
 
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '查询库位类型', '', '1', 'asrs:locType:list', '0', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '添加库位类型', '', '1', 'asrs:locType:save', '1', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '修改库位类型', '', '1', 'asrs:locType:update', '2', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '删除库位类型', '', '1', 'asrs:locType:remove', '3', '1', '1');