#
Junjie
2024-09-24 8f82164ccc074676e995f762a56036face7186fc
1
2
3
4
5
6
7
8
-- save waveSeedLog record
-- mysql
insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '波次播种历史管理', '0', '/asrs/waveSeedLog', '/asrs/waveSeedLog', '0' , '0', '1' , '1');
 
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '查询波次播种历史', '', '1', 'asrs:waveSeedLog:list', '0', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '添加波次播种历史', '', '1', 'asrs:waveSeedLog:save', '1', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '修改波次播种历史', '', '1', 'asrs:waveSeedLog:update', '2', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '删除波次播种历史', '', '1', 'asrs:waveSeedLog:remove', '3', '1', '1');