商品、分类、品牌导入权限
This commit is contained in:
parent
e8a75aaf48
commit
39b6d7c793
11
sql/shop/dev/20250830_dml.sql
Normal file
11
sql/shop/dev/20250830_dml.sql
Normal 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','商品数据导入');
|
||||||
Loading…
Reference in New Issue
Block a user