diff --git a/sql/shop/dev/202506019_ddl.sql b/sql/shop/dev/202506019_ddl.sql new file mode 100644 index 00000000..e5cd5aa3 --- /dev/null +++ b/sql/shop/dev/202506019_ddl.sql @@ -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');