添加商品映射权限

This commit is contained in:
liyj 2025-06-19 09:42:30 +08:00
parent c5c5e7d929
commit 74316ceff6

View File

@ -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');