Commit caff8db4 by zhufx

1.自建组件,支持配置扫描目录

parent 7c03d6ea
...@@ -11,7 +11,7 @@ $basePath = dirname(__DIR__,3); ...@@ -11,7 +11,7 @@ $basePath = dirname(__DIR__,3);
* 用于自建组件扫描路径配置(键值是方便开发人员理解,代码中无意义) * 用于自建组件扫描路径配置(键值是方便开发人员理解,代码中无意义)
* [ * [
* 'commonPath' => $basePath.'/Common', * 'commonPath' => $basePath.'/Common',
* 'enmu' => $basePath.'/Order/Enum', * 'orderEnum' => $basePath.'/Order/Enum',
* *
* ]; * ];
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment