!676 交易:核销订单

Merge pull request !676 from 疯狂的世界/feature/mall_product
This commit is contained in:
芋道源码
2023-10-19 15:59:00 +00:00
committed by Gitee
10 changed files with 438 additions and 19 deletions

2
sql/mysql/mall.sql Normal file
View File

@ -0,0 +1,2 @@
INSERT INTO system_menu (name, permission, type, sort, parent_id, path, icon, component, component_name)
VALUES ('核销订单', '', 2, 2, 2166, 'pick-up-order', 'ep:list', 'mall/trade/delivery/pickUpOrder/index', 'PickUpOrder');