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