From bcde1814623a4f2fce9e884a6ff33e7637e859cb Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Sat, 30 Aug 2025 12:01:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E3=80=81=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E3=80=81=E5=93=81=E7=89=8C=E5=AF=BC=E5=85=A5=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/shop/dev/20250830_dml.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/shop/dev/20250830_dml.sql diff --git a/sql/shop/dev/20250830_dml.sql b/sql/shop/dev/20250830_dml.sql new file mode 100644 index 00000000..ed923ca9 --- /dev/null +++ b/sql/shop/dev/20250830_dml.sql @@ -0,0 +1,11 @@ +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-sync-import/brandTemplate', 'index', 'master', '', '0', '/admin/shop/shop-sync-import/brandTemplate','品牌导入模板下载'); + +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-sync-import/categoryTemplate', 'index', 'master', '', '0', '/admin/shop/shop-sync-import/categoryTemplate','商品分类导入模板下载'); + +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-sync-import/shopTemplate', 'index', 'master', '', '0', '/admin/shop/shop-sync-import/shopTemplate','商品导入模板下载'); + +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-sync-import/brandImportData', 'index', 'master', '', '0', '/admin/shop/shop-sync-import/brandImportData','品牌数据导入'); + +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-sync-import/categoryImportData', 'index', 'master', '', '0', '/admin/shop/shop-sync-import/categoryImportData','商品分类数据导入'); + +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-sync-import/shopImportData', 'index', 'master', '', '0', '/admin/shop/shop-sync-import/shopImportData','商品数据导入'); \ No newline at end of file