From e2e5cea7617ce0632750b3123dd600db95410919 Mon Sep 17 00:00:00 2001 From: DESKTOP-LMJ82IJ\Eno <creaycat@gmail.com> Date: 星期日, 05 一月 2025 17:57:53 +0800 Subject: [PATCH] #平库入库功能 --- zy-asrs-wms/src/main/resources/sql/menu/wave.sql | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/zy-asrs-wms/src/main/resources/sql/menu/wave.sql b/zy-asrs-wms/src/main/resources/sql/menu/wave.sql index b2c5225..7f8b176 100644 --- a/zy-asrs-wms/src/main/resources/sql/menu/wave.sql +++ b/zy-asrs-wms/src/main/resources/sql/menu/wave.sql @@ -1,9 +1,9 @@ --- save wave record --- mysql -insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '娉㈡绠$悊绠$悊', '0', '/asrs/wave', '/asrs/wave', '0' , '0', '1' , '1'); - -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鏌ヨ娉㈡绠$悊', '', '1', 'asrs:wave:list', '0', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '娣诲姞娉㈡绠$悊', '', '1', 'asrs:wave:save', '1', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '淇敼娉㈡绠$悊', '', '1', 'asrs:wave:update', '2', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鍒犻櫎娉㈡绠$悊', '', '1', 'asrs:wave:remove', '3', '1', '1'); - +-- save wave record +-- mysql +insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '娉㈡绠$悊绠$悊', '0', '/asrs/wave', '/asrs/wave', '0' , '0', '1' , '1'); + +insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鏌ヨ娉㈡绠$悊', '', '1', 'asrs:wave:list', '0', '1', '1'); +insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '娣诲姞娉㈡绠$悊', '', '1', 'asrs:wave:save', '1', '1', '1'); +insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '淇敼娉㈡绠$悊', '', '1', 'asrs:wave:update', '2', '1', '1'); +insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鍒犻櫎娉㈡绠$悊', '', '1', 'asrs:wave:remove', '3', '1', '1'); + -- Gitblit v1.9.1