商品、分类、品牌导入权限

This commit is contained in:
liyj 2025-08-30 12:01:41 +08:00
parent e8a75aaf48
commit 39b6d7c793

View File

@ -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','商品数据导入');