商品导入导出

This commit is contained in:
liu
2026-08-20 14:45:06 +08:00
parent 52ab195432
commit cd7007bc49
9 changed files with 1172 additions and 11 deletions
+2
View File
@@ -89,6 +89,8 @@ class PermissionSeeder extends Seeder
['type' => 'rule', 'key' => 'product.goods.update', 'name' => '编辑'],
['type' => 'rule', 'key' => 'product.goods.delete', 'name' => '删除'],
['type' => 'rule', 'key' => 'product.goods.batchPrice', 'name' => '批量调价'],
['type' => 'rule', 'key' => 'product.goods.import', 'name' => '导入'],
['type' => 'rule', 'key' => 'product.goods.export', 'name' => '导出'],
],
],
[