增加物料分类的功能部分代码

This commit is contained in:
panx
2024-08-17 16:39:10 +08:00
parent 9bd8d44c1d
commit c26870b8c5
9 changed files with 591 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ return [
[plugin\easyflow\Easyflow::class, 'appInit'],
],
'testhook'=> [
[\plugin\demo\Demo::class, 'testhook'],
[plugin\demo\Demo::class, 'testhook'],
],
];