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

This commit is contained in:
liyj 2025-10-27 16:13:47 +08:00
parent bc26ada1f6
commit 4e77bd61b8

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','根据条形码获取商品详情');