添加商品映射权限
This commit is contained in:
parent
c5c5e7d929
commit
74316ceff6
12
sql/shop/dev/202506019_ddl.sql
Normal file
12
sql/shop/dev/202506019_ddl.sql
Normal 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');
|
||||||
Loading…
Reference in New Issue
Block a user