From 74316ceff6ccf56f730ae2b5a5f60f2bb14bfaba Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Thu, 19 Jun 2025 09:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=95=86=E5=93=81=E6=98=A0?= =?UTF-8?q?=E5=B0=84=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/shop/dev/202506019_ddl.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/shop/dev/202506019_ddl.sql diff --git a/sql/shop/dev/202506019_ddl.sql b/sql/shop/dev/202506019_ddl.sql new file mode 100644 index 00000000..e5cd5aa3 --- /dev/null +++ b/sql/shop/dev/202506019_ddl.sql @@ -0,0 +1,12 @@ +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/getSyncBaseMapingProducts', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/getSyncBaseMapingProducts'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/list', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/list'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/getProductMapping', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/getProductMapping'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/saveProductMapping', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/saveProductMapping'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/udpateProductMapping', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/udpateProductMapping'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/saveProductMappingBatch', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/saveProductMappingBatch'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/delProductMapping', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/delProductMapping'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/template', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/template'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/importData', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/importData'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/exportSelected', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/exportSelected'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/download', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/download'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/syncProductMaping', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/syncProductMaping');