reader = $reader; //自动注入 $this->autoInject(); //注解路由 $this->registerAnnotationRoute(); //模型注解方法提示 $this->detectModelAnnotations(); } }