From 539ce185cf065804b5810320ef63df8ab5d7ee08 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 4 Sep 2024 14:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8E=A5=E6=94=B6=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202409/南网仓储/20240904_推送接收详情.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 202409/南网仓储/20240904_推送接收详情.sql diff --git a/202409/南网仓储/20240904_推送接收详情.sql b/202409/南网仓储/20240904_推送接收详情.sql new file mode 100644 index 0000000..298dc61 --- /dev/null +++ b/202409/南网仓储/20240904_推送接收详情.sql @@ -0,0 +1,3 @@ +--任务:仓储菜单,显示租赁推送过来的接收详情页面 +INSERT INTO ma_sgzb_nw.sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) VALUES (2284, '推送接收', 2024, 17, 'pushAndAccept', 'warehouseManage/pushAndAccept', null, 1, 1, 'C', '0', '0', 'pushAndAccept:list', 'link', 'adminBns', '2024-07-11 11:16:42', 'adminBns', '2024-07-23 10:09:55', ''); +INSERT INTO ma_sgzb_nw.sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) VALUES (2285, '推送接收详情', 2024, 18, 'pushAndAcceptDetail', 'warehouseManage/pushAndAccept/pushAndAcceptDetail', null, 1, 1, 'C', '0', '0', 'pushAndAcceptDetail:list', '#', 'adminBns', '2024-07-11 11:17:41', 'adminBns', '2024-07-23 10:10:01', '');