根据条形码查询商品详情,用于编辑

This commit is contained in:
liyj 2025-10-27 16:13:47 +08:00
parent d3d5e6b5bc
commit ff66979876

View File

@ -0,0 +1 @@
INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`,`comment`) VALUES ('/admin/shop/shop-product-base/getProductByProductNumber', 'index', 'master', '', '0', '/admin/shop/shop-product-base/getProductByProductNumber','根据条形码获取商品详情');